Cisco D9800 Reference Manual page 127

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

Advertisement

API Definitions
Table 104: Output Field Descriptions
Output Field
slot
good
displayBoardName
status
Input example (request output in JSON format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/device/power?js=1"
Expected output (values are for example purposes only):
{
"device": {
"power": [
{
"slot": "0",
"good": "Yes",
"displayBoardName": "Controller",
"status": "Ok"
},
{
"slot": "1",
"good": "Yes",
"displayBoardName": "Tuner",
"status": "Ok"
},
{
"slot": "2",
"good": "Yes",
"displayBoardName": "HEVC Proc1",
"status": "Ok"
},
{
"slot": "3",
"good": "Yes",
"displayBoardName": "Transcoder1",
"status": "Ok"
},
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
Description
Slot number within the chassis
Type: Integer
Value: 0 to (number of slots in chassis – 1)
Status of "power good" signal
Type: Boolean
Value: "Yes" or "No"
User Friendly Name of board in device slot
Type: String
Value: "Controller", "Tuner", "CI Option", or "Decoder" or
"TranscoderX", or "HEVC ProcX", where the X is replaced with
the unique instance number (counting, starting with 1) of the
particular board type that was detected by the software at target
initialization time.
Status of slot check on power up
Type: Boolean
Value: "Ok" or "Fault"
Device Status Command
115

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents