{
"slot": "4",
"good": "Yes",
"displayBoardName": "Transcoder2",
"status": "Ok"
},
{
"slot": "5",
"good": "Yes",
"displayBoardName": "HEVC Proc2",
"status": "Ok"
},
{
"slot": "6",
"good": "Yes",
"displayBoardName": "CI option",
"status": "Ok"
}
]
}
}
Input example (Get status of slot power for slot 1 in JSON format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/device/power?slot=1&j
Expected output (values are for example purposes only):
{
"device": {
"power": {
"slot": "1",
"good": "Yes",
"displayBoardName": "Tuner",
"status": "Ok"
}
}
}
Alarms and Warnings
This section describes the status commands related to alarms and warnings.
Fault Details Status Command
Table 105: Command Details
Description
Command Detail
https://192.168.0.1/ws/v2/status/faults
Command URL
Returns all faults status details information.
Command Information
GET
HTTP Method
Read
Access Type
User, Admin
Access Level
GET "https://192.168.0.1/ws/v2/status/faults"
Syntax
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
116
API Definitions
Alarms and Warnings