Cisco D9800 Reference Manual page 142

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

Advertisement

Disaster Recovery (D/R) Status Command
URI Argument
source
ewflag
orbpos
pol
GET Examples
Example 1: Retrieve D/R backup 1 tuning status
The following example assumes that the user has successfully logged on to the unit, received the session ID,
and set it to a variable token. In addition, it is assumed that the IP of the unit is 192.168.0.1. Change the IP
address to the specific unit IP in use.
curl -X GET -i
"https://192.168.0.1/ws/v2/status/dr/tuning?csirec=1"
If successful, the return body will look:
"dr": {
}
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
130
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"tuning": {
"csirec": "1",
"fec": "AUTO",
"ewflag": "N/A",
"dnlkfreq": "3.53",
"input": "RF2",
"mod": "QPSK DVB-S",
"netid": "1",
"orbpos": "0.0",
"pol": "Horiz",
"symrate": "30.0",
"rolloff": ".35",
"source": "User",
"rowstatus": "Yes"
}
Description
DR CSI Source.
Type: String
Value: "None", "Uplink", "User"
DR West/East Flag.
Type: String
Values: "N/A", "East", "West"
DR Orbital Position [Deg].
Type: Float
Values: 0.0 ... 360.0
DR Orbital Polarization.
Type: String
Values: "Horiz", "Vert", "Circ_l", "Circ_r", "Auto"
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents