Cisco D9800 Reference Manual page 104

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

Advertisement

SDI Decode Status Command
Output Field
avgdata
avgtranpkt
avgdroppkt
Request SDI Global status (with result in JSON format) example:
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/sdiglb"
Expected output (values are for example purposes only):
{
"decode": {
}
}
Request SDI Services status (with result in JSON format) example:
curl -k -H "X-SESSION-ID: $token" "https://192.168.0.1/ws/v2/status/decode/sdisvc"
Expected output (values are for example purposes only):
{
"decode": {
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
92
"sdiglb": {
"interlaced": "No",
"framessec": "0.0",
"lines": "0",
"wordsline": "0",
"firstline": "0",
"lastline": "0",
"switchline": "0",
"multiline": "No"
}
"sdisvc": [
{
"serviceid": "EIA-708",
"active": "No",
"adjline": "2",
"topline": "0",
"bottomline": "0",
"maxlines": "0",
"avgdata": "0",
"avgtranpkt": "0",
"avgdroppkt": "0"
},
{
"serviceid": "AFD",
"active": "No",
"adjline": "2",
"topline": "0",
"bottomline": "0",
"maxlines": "0",
"avgdata": "0",
"avgtranpkt": "0",
Description
Average size of VANC service data per frame
Type: Integer
Values: 0 ... 4294967295
Average number of transmitted VANC packets per frame
Type: Integer
Values: 0 ... 4294967295
Average number of dropped VANC packets per frame
Type: Integer
Values: 0 ... 4294967295
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents