Description
Command Detail
Allows set or get of ASI output parameters.
Command Information
GET, POST
HTTP Methods
Read, Write
Access Type
User, Admin
Access Level
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"
GET Syntax
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>"
Setting Parameters using command line arguments is limited
to maximum of 26 arguments after the ?.
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>
POST Syntax
URI Parameters (extension to the Command URL separated by /): N/A
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.
Note
Table 158: URI Query/Set Arguments (possible fields and values preceded by ? and separated by &)
Description
URI Argument
Output Mode
Type: String
Values: "No Output", "Passthrough", "Service Channels Only", "Map
Passthrough", "Map Service Channels Only", "Transcoding"
mode
Output Descrambling Mode
Type: String
Values: "Descrambled", "Scrambled"
dscrmode
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
185
API Definitions
Output Configuration Command