Cisco D9800 Reference Manual page 159

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

Advertisement

API Definitions
URI Argument
svclstmode
niten
sdten
paten
Output Fields:
Output fields returned in GET results are the same names used for the possible arguments for this command.
POST Examples:
Example 1: Changing one ASI Tuning Parameter
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 changes the acqmode of ASI port 1 to Auto.
curl -X POST -i -H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"https://192.168.0.1/ws/v2/service_cfg/input/asi?port=1&acqmode=Auto"
If successful, the return body will be:
"response": {
}
Example 2: Changing multiple ASI Tuning Parameters
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
"code": "10",
"result": "success",
"message": ""
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
Description
Service List Mode (Version 2.75 and later)
"Degraded" is only available as a Write (POST) option. It
Note
is the same as "Relaxed".
• Type : String
• Values : "Rigorous", "Relaxed"
Service List Mode (Version 2.50 and earlier)
• Type: String
• Values: "Rigorous", "Degraded"
Enable NIT Reception
Type: String
Values: "Yes", "No"
Enable SDT Reception
Type: String
Values: "Yes", "No"
Enable PAT Reception
Type: String
Values: "Yes", "No"
Input Configuration Command
147

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents