Description
URI Argument
Enable VITS PAL Line 17
Type: String
Value: "Enable", "Disable"
vitspal17
Enable VITS PAL Line 18
Type: String
Value: "Enable", "Disable"
vitspal18
Enable VITS PAL Line 330
Type: String
Value: "Enable", "Disable"
vitspal330
Enable VITS PAL Line 331
Type: String
Value: "Enable", "Disable"
vitspal331
VITC Mode
Type: String
Value: "Passthrough", "Suppress",
”
Auto:Modify
”
,
“
Auto:Create
”
vitcmode
VITC Time Code
Type: String
Value: "LTC", "VITC", "BOTH"
vitctmcode
Enable VITC Drop Frame
Type: String
Value: "Disable", "Enable"
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
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"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": {
"code": "10",
"result": "success",
"message": ""
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
232
API Definitions
Decode Configuration Commands