Description
URI Argument
Service List Mode (Version 2.75 and later)
"Degraded" is only available as a Write (POST) option. It
is the same as "Relaxed".
Note
•
Type : String
•
Values : "Rigorous", "Relaxed"
Service List Mode (Version 2.50 and earlier)
•
Type: String
•
Values: "Rigorous", "Degraded"
svclstmode
Enable NIT Reception
Type: String
Values: "Yes", "No"
niten
Enable SDT Reception
Type: String
Values: "Yes", "No"
sdten
Enable PAT Reception
Type: String
Values: "Yes", "No"
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": {
"code": "10",
"result": "success",
"message": ""
}
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
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
147
API Definitions
Input Configuration Command