Input example (request JSON format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/cc?js=1"
Expected output (values are for example purposes only):
{
"decode": {
"cc": {
"ccoutact": "Auto"
}
}
}
VBI Decode Status Command
Table 75: Command Details
DescriptionCommand Detail
https://192.168.0.1/ws/v2/status/decode/vbiCommand URL
This command is used to read all VBI decode statuses.
Partial response is not supported. This command returns
the status of all closed caption decode output fields.
Note
Command Information
GETHTTP Method
ReadAccess Type
User, AdminAccess Level
GET "https://192.168.0.1/ws/v2/status/decode/vbi"Syntax
URI Parameters (extension to the Command URL separated by /): N/A
Table 76: URI Query/Set Arguments (possible fields and values preceded by ? and separated by &)
DescriptionURI Parameter
Format output using JSON standard
Type: exist
Values: any value or empty (for example, any of js=1 or js or js=0 or
js=9999 are valid)
Omitting this argument formats the output by default in XML.
js
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
88
API Definitions
VBI Decode Status Command