Description
Command Detail
User, Admin
Access Level
All PVU Settings:
GET "https://192.168.0.1/ws/v2/service_cfg/ca/pvu"
Single PVU Setting:
GET "https://192.168.0.1/ws/v2/service_cfg/ca/pvu/camode"
GET Syntax
POST "https://192.168.0.1/ws/v2/service_cfg/ca/pvu?camode=Std"
POST Syntax
Setting parameters using
command line arguments is
limited to maximum of 26
arguments after the ?.
URI Parameters (extension to the Command URL separated by /): N/A
For POST, the value for the argument seen below must be specified, but for GET there are no values
for arguments.
Note
Table 198: URI Query/Set Arguments (possible fields and values preceded by ? and separated by &)
Description
URI Argument
Type: Integer
Values: 1 .. 16 (NFE), 1 .. 2 (ASI), 1 (MOIP)
port (Key)
Applies to multi-stream units only.
Multi Input Stream ID. If not specified, default value
of 1 is used.
Type: Integer
Values: 1..6 (RF), 1 (ASI), 1..32 (MOIP)
stream (Key)
(optional)
Applies to multi-stream units only.
PowerVu Conditional Access Mode
Type: String
Value: "Std", "Open"
camode
POST Examples:
Example 1: Set various PowerVu CA 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 sets the commode to Std.
curl -X POST -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/ca/pvu?&camode=Std"
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
234
API Definitions
CA (Conditonal Access) Configuration Commands