Alarms And Warnings; Fault Details Status Command - Cisco D9800 Reference Manual

Network transport receiver
Hide thumbs Also See for D9800:
Table of Contents

Advertisement

Alarms and Warnings

}
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):
{
}
Alarms and Warnings
This section describes the status commands related to alarms and warnings.

Fault Details Status Command

Table 105: Command Details
Command Detail
Command URL
Command Information
HTTP Method
Access Type
Access Level
Syntax
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
116
{
"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"
}
]
}
"device": {
"power": {
"slot": "1",
"good": "Yes",
"displayBoardName": "Tuner",
"status": "Ok"
}
}
Description
https://192.168.0.1/ws/v2/status/faults
Returns all faults status details information.
GET
Read
User, Admin
GET "https://192.168.0.1/ws/v2/status/faults"
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents