cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
0
Helpful
2
Replies

All possible values of state propery of "/dataservice/device" endpoint

brych126
Level 1
Level 1

I'm curious what is possible values of device state property got as result of executing request to "/dataservice/device" endpoint of Cisco SD-WAN vManage API. I cannot find this info.

2 Replies 2

Dan Frey
Cisco Employee
Cisco Employee

Its in the  yang schema of viptela-oper-system.  

 

    leaf state {
      tailf:snmp-oid .54;
      type enumeration {
        enum blkng_green;
        enum green;
        enum yellow;
        enum red;
      }

 

also in the VIPTELA-OPER-SYSTEM mib file

 

-- tagpath /system-status/state
systemStatusState OBJECT-TYPE
    SYNTAX      INTEGER {blkng-green(0),green(1),yellow(2),red(3)}
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION ""
    ::= { systemStatus 54 }

 

 

Dan, I'm very greatful for your response. May I kindly ask you provide info about all possible values of device status and state property got as result of executing request to "/dataservice/device" endpoint depending on API version? And what the difference between these 2 properties? I really need this kind information but unfortunately cannot find in anywhere. Thanks in advance.

Review Cisco Networking for a $25 gift card