Table 77: Output Field Descriptions
DescriptionOutput Field
VIT Status
Type: String
Values: "LTC", "VITC", "BOTH", "UNDEFINED"
vitcstatus
Input Example (request default XML format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/vbi"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1" ?>
<decode>
<vbi>
<vitcstatus>VITC</vitcstatus>
</vbi>
</decode>
Input Example (request JSON format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/vbi?js=1"
Expected output (values are for example purposes only):
{
"decode": {
"vbi": {
"vitcstatus": "VITC"
}
}
}
SDI Decode Status Command
Table 78: Command Details
DescriptionCommand Detail
https://192.168.0.1/ws/v2/status/decode/<level_1_parm>Command URL
This command is used to read all SDI global or SDI services decode
status.
Partial response is not supported. This command returns
the status of all decode output fields for the specified
level_1_parm SDI type.
Note
Command Information
GETHTTP Method
ReadAccess Type
User, AdminAccess Level
GET "https://192.168.0.1/ws/v2/status/decode/sdigglb" or
GET "https://192.168.0.1/ws/v2/status/decode/sdisvc"
Syntax
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
89
API Definitions
SDI Decode Status Command