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