Cisco D9800 Reference Manual page 197

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

Advertisement

API Definitions
Command Detail
Command Information
HTTP Methods
Access Type
Access Level
GET Syntax
POST Syntax
URI Parameters (extension to the Command URL separated by /): N/A
Note
Table 158: URI Query/Set Arguments (possible fields and values preceded by ? and separated by &)
URI Argument
mode
dscrmode
Description
Allows set or get of ASI output parameters.
GET, POST
Read, Write
User, Admin
Single-stream unit:
GET "https://192.168.0.1/ws/v2/service_cfg/output/asi"
Multi-stream unit:
GET "https://192.168.0.1/ws/v2/service_cfg/output/asi1", or
GET "https://192.168.0.1/ws/v2/service_cfg/output/asi12?mode"
Single-stream unit:
POST --header "Content-type:application/xml" -d
@"C:\projects\output.xml"
"https://192.168.0.1/ws/v2/service_cfg/output/asi? mode=<mode>"
Note
Multi-stream unit:
POST --header "Content-type:application/xml" -d
@"C:\projects\output.xml"
"https://192.168.0.1/ws/v2/service_cfg/output/asi1? mode=<mode>
All of the URI Arguments below apply to both GET and POST. For GET, the URI arguments do not
need any values. For POST any of the below URI arguments can be supplied with their associated
value the user would like to set. In-depth CURL examples can be seen below following the table.
Description
Output Mode
Type: String
Values: "No Output", "Passthrough", "Service Channels Only", "Map
Passthrough", "Map Service Channels Only", "Transcoding"
Output Descrambling Mode
Type: String
Values: "Descrambled", "Scrambled"
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
Setting Parameters using command line arguments is limited
to maximum of 26 arguments after the ?.
Output Configuration Command
185

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents