Sdi Decode Status Command - Cisco D9800 Reference Manual

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

Advertisement

API Definitions
Table 77: Output Field Descriptions
Output Field
vitcstatus
Input Example (request default XML format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/vbi"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1" ?>
<decode>
<vbi>
</vbi>
</decode>
Input Example (request JSON format):
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/vbi?js=1"
Expected output (values are for example purposes only):
{
}

SDI Decode Status Command

Table 78: Command Details
Command Detail
Command URL
Command Information
HTTP Method
Access Type
Access Level
Syntax
<vitcstatus>VITC</vitcstatus>
"decode": {
"vbi": {
"vitcstatus": "VITC"
}
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
Description
VIT Status
Type: String
Values: "LTC", "VITC", "BOTH", "UNDEFINED"
Description
https://192.168.0.1/ws/v2/status/decode/<level_1_parm>
This command is used to read all SDI global or SDI services decode
status.
Note
Partial response is not supported. This command returns
the status of all decode output fields for the specified
level_1_parm SDI type.
GET
Read
User, Admin
GET "https://192.168.0.1/ws/v2/status/decode/sdigglb" or
GET "https://192.168.0.1/ws/v2/status/decode/sdisvc"
SDI Decode Status Command
89

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents