Disaster Recover (D/R) Backup Tuning Status Command - Cisco D9800 Reference Manual

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

Advertisement

Disaster Recovery (D/R) Status Command
URI Argument
cfgsource
GET Examples
Example 1: Retrieve the full D/R global status
The following example assumes that the user has successfully logged on to the unit, received the session ID,
and set the unit 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/global"
If successful, the return body will look:
"dr": {
}

Disaster Recover (D/R) Backup Tuning Status Command

Table 124: Command Details
Command Detail
Command URL
Command Information
HTTP Method
Access Type
Access Level
Syntax
URI Parameters (extension to the Command URL separated by /): N/A
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
128
-H "Accept: application/json" -H "X-SESSION-ID: $token" -k
"global": {
"status": "No Disaster - D/R Ready",
"siglost": "120",
"siglock": "40",
"verify": "60",
"cfgsource": "User","
}
Description
https://192.168.0.1/ws/v2/status/dr/tuning
Get of D/R backup tuning status.
GET
Read
User, Admin
All D/R backup tuning status.
GET "https://192.168.0.1/ws/v2/status/dr/tuning"
Single D/R backup tuning status, for example,
GET "https://192.168.0.1/ws/v2/status/dr/tuning?csirec=1"
Description
DR Configuration Source
Type: String
Value: "None", "Uplink", "User"
API Definitions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents