Ecc Status Command - Cisco D9800 Reference Manual

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

Advertisement

API Definitions
Input example (request JSON format, filtered output):
curl -k -H "X-SESSION-ID: $token"
"https://192.168.0.1/ws/v2/status/device/about?pwrupdate&lastrsttxt&js=1"
Expected output (values are for example purposes only):
{
"device": {
}
}
Input (request XML format, clear the liferstclr counter):
curl -k -H "X-SESSION-ID: $token" –X POST
"https://192.168.0.1/ws/v2/status/device/about/clear"
Expected output (values are for example purposes only):
<?xml version="1.0" encoding="ISO-8859-1"
?><response><code>10</code><result>success</result><message></message></response>

ECC Status Command

Table 96: 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
"about": {
"lastrsttxt": "DL Shutdown Request",
"pwrupdate": "2017/03/20 22:01:12"
}
Description
https://192.168.0.1/ws/v2/status/device/ecc
Return status of ecc (environmental characteristics and control) items.
GET
Read
User, Admin
GET "https://192.168.0.1/ws/v2/status/device/ecc"
Cisco D9800 Network Transport Receiver Version 2.75 RESTful Web Services API Reference Guide
Device Status Command
107

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents