EasyManuals Logo

Cisco D9800 User Manual

Cisco D9800
294 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #245 background imageLoading...
Page #245 background image
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": {
"vbi": {
"wstinstart": "Standard",
"vitspal17": "Disable",
"vitspal18": "Disable",
"vitspal330": "Disable",
"vitspal331": "Disable",
"vitcmode": "Passthrough",
"vitctmcode": "LTC",
"vitcdropfr": "Enable"
}
}
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 -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/decode/vbi?vitcdropfr"
If successful, the following is an example of the return body:
"decode": {
"vbi": {
"vitcdropfr": "Enable"
}
}
CA (Conditonal Access) Configuration Commands
This section lists the conditional access configuration commands.
PowerVu (PVU) CA Configuration Command
Table 197: Command Details
DescriptionCommand Detail
https://192.168.0.1/ws/v2/service_cfg/ca/pvuCommand URL
Allows set or get of PowerVu Conditonal Access configuration.Command Information
GET, POSTHTTP Methods
Read, WriteAccess Type
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
233
API Definitions
CA (Conditonal Access) Configuration Commands

Table of Contents

Other manuals for Cisco D9800

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco D9800 and is the answer not in the manual?

Cisco D9800 Specifications

General IconGeneral
BrandCisco
ModelD9800
CategoryReceiver
LanguageEnglish

Related product manuals