}
}
Input example (request JSON format):
curl -k -H "X-SESSION-ID: $token"
"https://192.168.0.1/ws/v2/status/decode/hdmi?hdmiindex=1&js=1"
Expected output (values are for example purposes only):
{
"decode": {
"hdmi": {
"hdmiindex": "1",
"connected": "No",
"powered": "No",
"monitorname": "Unknown",
"colorspace": "Unknown",
"colordepth": "Unknown",
"colorrange": "Unknown",
"matrixcoeff": "Unknown",
"eotf": "Unknown"
}
}
}
Identity Status Command
Table 86: Command Details
DescriptionCommand Detail
https://192.168.0.1/ws/v2/status/identityCommand URL
This command is used to read all identity details.
Partial response is not supported. This command
simultaneously returns the status of all identity details
output fields.
Note
Command Information
GETHTTP Method
ReadAccess Type
User, AdminAccess Level
GET "https://192.168.0.1/ws/v2/status/identity"Syntax
URI Parameters (extension to the Command URL separated by /): N/A
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
96
API Definitions
Identity Status Command