Ca (Conditonal Access) Configuration Commands; Powervu (Pvu) Ca Configuration Command - Cisco D9800 Reference Manual

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

Advertisement

API Definitions
GET Examples:
Example 2: Retrieve the full VBI Settings
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.
curl -X GET -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/decode/vbi"
If successful, the following is an example of the return body:
"decode": {
Example 3: Retrieve specific VBI Settings
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 will retrieve the VITC Color Mode and
the VITC Drop Frame.
curl -X GET -i
"https://192.168.0.1/ws/v2/service_cfg/decode/vbi?vitcdropfr"
If successful, the following is an example of the return body:
"decode": {

CA (Conditonal Access) Configuration Commands

This section lists the conditional access configuration commands.

PowerVu (PVU) CA Configuration Command

Table 197: Command Details
Command Detail
Command URL
Command Information
HTTP Methods
Access Type
"vbi": {
"wstinstart": "Standard",
"vitspal17": "Disable",
"vitspal18": "Disable",
"vitspal330": "Disable",
"vitspal331": "Disable",
"vitcmode": "Passthrough",
"vitctmcode": "LTC",
"vitcdropfr": "Enable"
}
}
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"vbi": {
"vitcdropfr": "Enable"
}
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
CA (Conditonal Access) Configuration Commands
Description
https://192.168.0.1/ws/v2/service_cfg/ca/pvu
Allows set or get of PowerVu Conditonal Access configuration.
GET, POST
Read, Write
233

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents