Pe Ca Configuration Command - Cisco D9800 Reference Manual

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

Advertisement

API Definitions
URI Argument
tsrouting
POST Examples:
Example 1: Set various CI 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 disables autoreset and sets tsid to 100.
curl -X POST -i
"https://192.168.0.1/ws/v2/service_cfg/ca/ci?autoreset=Disable&tsid=100"
GET Examples:
Example 2: Retrieve the CI 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/ca/ci"
If successful, the following is an example of the return body:
{
"ca": {
}
}

PE CA Configuration Command

Table 203: Command Details
Command Detail
Command URL
Command Information
HTTP Methods
Access Type
Description
Transport Routing
Type: String
Value: "EntireTS", "ServicesOnly"
-H "Accept: application/json" -H "X-SESSION-ID:$token" -k
"ci": {
"sendquery": "Disable",
"autoreset": "Disable",
"listmgmt": "AddDel",
"tsonetchk": "Disable",
"tsid": "0",
"onetid": "0",
"tsrouting": "ServicesOnly"
}
Description
https://192.168.0.1/ws/v2/service_cfg/ca/pe
Allows set or get of Conditional Access Program Entry (PE)
configuration.
GET, POST
Read, Write
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
CA (Conditonal Access) Configuration Commands
239

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents