Zixi Input Configuration Command - Cisco D9800 Reference Manual

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

Advertisement

Zixi Input Configuration Command

In GET URIs only, the entry selection argument (stream) must contain a value, all other arguments DO
Note
NOT contain values.
curl -X GET -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/input/abr?stream=2&camode&js=1"
If successful, the return body will be:
"input": {
Example 5: GET multiple ABR tuning value for a specific ABR stream
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. This example retrieves multiple parameter values from the ABR
settings. This example retrieves the camode, sdten, niten and paten values from ABR stream 2.
In GET URI's only the entry selection argument (stream) must contain a value, all other arguments DO
Note
NOT contain values.
curl -X GET -i
"https://192.168.0.1/ws/v2/service_cfg/input/abr?stream=2&camode&sdten&paten&niten&js=1"
If successful, the return body will be:
"input": {
Zixi Input Configuration Command
Table 147: Command Details
Command Detail
Command URL
Command Information
HTTP Methods
Access Type
Access Level
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
166
"abr": {
"stream": "2",
"camode": "Std"
}
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"abr": {
"stream": "2",
"camode": "Std",
"niten": "No",
"paten": "Yes",
"sdten": "Yes"
}
}
}
Description
https://192.168.0.1/ws/v2/service_cfg/input/zixi
Allows ZIXI input settings to be read or configured.
GET, POST
Read/Write (with complex input data)
User, Admin
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents