Description
Command Detail
This command can be used to read
all
Closed Caption decode status.
Partial response is not supported. This command returns
the status of
all
closed caption decode output fields.
Note
Command Information
GET
HTTP Method
Read
Access Type
User, Admin
Access Level
GET "https://192.168.0.1/ws/v2/status/decode/cc"
Syntax
URI Parameters (extension to the Command URL separated by /): N/A
Table 73: URI Query/Set Arguments (possible fields and values preceded by ? and separated by &):
Description
URI Parameter
Format output using JSON standard
Type: exist
Values: any value or empty (ie 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
Table 74: Output Field Descriptions
Description
Output Field
Actual Closed Caption Output
Type: String
Value: "SA Custom", "EIA 708", "Type 3", "Type 4
SA", "Type 4 ATSC", "Reserved", "DVS 157",
ccoutact
Input example (request default XML format:
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/cc"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1" ?>
<decode>
<cc>
<ccoutact>Auto</ccoutact>
</cc>
</decode>
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
87
API Definitions
Closed Caption (CC) Decode Status Command