Cisco D9800 Reference Manual page 274

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

Advertisement

Disaster Recovery (D/R) Configuration API
URI Argument
fec
rolloff
POST Examples
Example 1: Set various D/R backup transport Arguments
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 set the commode to Std.
curl -X POST -i
"https://192.168.0.1/ws/v2/service_cfg/dr/tuning?&csirec=1&rowstatus=Active&input=RF2
&dnlkfreq=3.53&symrate=30"
If successful, the return body will be:
"response": {
}
GET Examples
Example 2: Retrieve the full D/R backup Settings
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.
curl -X GET -i
"https://192.168.0.1/ws/v2/service_cfg/dr/tuning"
If successful, the return body will be:
"dr": {
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
262
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"code": "10",
"result": "success",
"message": ""
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"tuning": [
{
"csirec": "1",
"fec": "Auto",
"dnlkfreq": "3.53",
"input": "RF2",
"mod": "DVB-S",
"netid": "1",
"symrate": "30.0",
"rolloff": ".35",
"rowstatus": "Active"
},
{
"csirec": "2",
"fec": "Auto",
"dnlkfreq": "3.449",
"input": "RF1",
"mod": "DVB-S",
"netid": "1",
"symrate": "28.3465",
"rolloff": ".35",
Description
D/R backup tuning FEC Mode
Type: String
Values: "Auto", "1/2", "2/3", "3/4", "5/6", "7/8", "8/9"
D/R backup tuning RF rolloff
Type: String
Values: ".20", ".25", ".35", "Auto"
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents