<pid>
</pid>
<lang></lang>
<ddpmode>OFF</ddpmode>
<dualmono>OFF</dualmono>
</audio>
</decode>
Get Audio Device 1 status in JSON format:
curl -k -H "X-SESSION-ID: $token"
"https://192.168.0.1/ws/v2/status/decode/audio?device=1&js=1"
Expected output (values are for example purposes only):
{
"decode": {
"audio": {
"device": "1",
"mode": "None",
"bitrate": "0",
"bufferlvl": "0",
"sfr": "0.0",
"pid": "",
"lang": "",
"ddpmode": "OFF",
"dualmono": "OFF"
}
}
}
Audio STC302 Decode Status Command
Table 70: Command Details
Description
Command Detail
https://192.168.0.1/ws/v2/status/decode/audio/st302
Command URL
This command can be used to read
all
ST302 audio decode status.
Command Information
GET
HTTP Method
Read
Access Type
User, Admin
Access Level
GET "https://192.168.0.1/ws/v2/status/decode/aud_st302"
Syntax
URI Parameters (extension to the Command URL separated by /): N/A
Table 71: Output Field Descriptions
Description
Output Field
ST302 Device Instance
Type: Integer
Value: 1
device
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
85
API Definitions
Audio STC302 Decode Status Command