Cisco D9800 Reference Manual page 244

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

Advertisement

Decode Configuration Commands
URI Argument
vitspal17
vitspal18
vitspal330
vitspal331
vitcmode
vitctmcode
vitcdropfr
POST Examples:
Example 1: Set various VBI Setting Arguments
The following example assumes that the user has successfully logged onto the unit, received the session id
and set it to the variable token. In addition, it is assumed that the IP of the unit is 192.168.0.1. You must
change the IP to the specific unit IP in use. The following example enables the VITC Color Mode and the
VITC Drop Frame.
curl -X POST -i
"https://192.168.0.1/ws/v2/service_cfg/decode/vbi?vitcdropfr=Enable&vitcmode=Suppress"
If successful, the following is an example of the return body:
"response": {
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
232
Description
Enable VITS PAL Line 17
Type: String
Value: "Enable", "Disable"
Enable VITS PAL Line 18
Type: String
Value: "Enable", "Disable"
Enable VITS PAL Line 330
Type: String
Value: "Enable", "Disable"
Enable VITS PAL Line 331
Type: String
Value: "Enable", "Disable"
VITC Mode
Type: String
Value: "Passthrough", "Suppress", "Auto:Modify", "Auto:Create"
VITC Time Code
Type: String
Value: "LTC", "VITC", "BOTH"
Enable VITC Drop Frame
Type: String
Value: "Disable", "Enable"
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"code": "10",
"result": "success",
"message": ""
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents