Cisco D9800 Reference Manual page 246

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

Advertisement

CA (Conditonal Access) Configuration Commands
Command Detail
Access Level
GET Syntax
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
Note
Table 198: URI Query/Set Arguments (possible fields and values preceded by ? and separated by &)
URI Argument
port (Key)
Applies to multi-stream units only.
stream (Key)
(optional)
Applies to multi-stream units only.
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
Description
User, Admin
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"
POST "https://192.168.0.1/ws/v2/service_cfg/ca/pvu?camode=Std"
For POST, the value for the argument seen below must be specified, but for GET there are no values
for arguments.
Description
Type: Integer
Values: 1 .. 16 (NFE), 1 .. 2 (ASI), 1 (MOIP)
Multi Input Stream ID. If not specified, default value
of 1 is used.
Type: Integer
Values: 1..6 (RF), 1 (ASI), 1..32 (MOIP)
PowerVu Conditional Access Mode
Type: String
Value: "Std", "Open"
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents