Table 43: Output Field Descriptions
DescriptionOutput Field
User address index within given chip (iseindex)
Type: Integer
Value: 1 to number of user addresses within unit
uaindex
User Address
Type: String
Value: output in the form "nnn-nnn-nnnn-n"
useraddr
Input Example (request XML format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/ca/useraddr"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1" ?>
<ca>
<useraddr>
<uaindex>1</uaindex>
<useraddr>000-666-0462-4</useraddr>
</useraddr>
</ca>
Expected output (values are for example purposes only):
{
"ca": {
"useraddr": {
"uaindex": "1",
"useraddr": "000-666-0462-4"
}
}
}
Output Status Command
Table 44: Command Details
DescriptionCommand Detail
https://192.168.0.1/ws/v2/status/outputCommand URL
This command can be used to get all output status parameters.Command Information
GETHTTP Method
ReadAccess Type
User, AdminAccess Level
GET "https://192.168.0.1/ws/v2/status/output"Display Details Syntax
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
59
API Definitions
Output Status Command