cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
800
Views
0
Helpful
3
Replies

Looking for temperature sensor and fan state from device/system API

raihanAbidin
Level 1
Level 1

Hi,

 

I am looking for temperature and fan stats for system but those fields are not available from the APIs below. Stats for CPU, memory and disk are available so wondering why temperature and fan state are not.

Anybody can confirm if the the stats are supported from the reserved sandbox?
 
Sample:
dataservice/device/system/status?deviceId=10.10.1.1
"data": [
{
"mem_used": "20141552",
"procs": "1021",
"disk_avail": "13759M",
"disk_mount": "/",
"board_type": "None",
"vdevice-name": "10.10.1.1",
"total_cpu_count": "2",
"mem_cached": "1358816",
"reboot_type": "Unknown",
"disk_fs": "/dev/root",
"min1_avg": "0.09",
"vmanage-storage-disk-used": "630M",
"state_description": "All daemons up",
"personality": "vmanage",
"disk_used": "635M",
"disk_use": "4",
"vmanage-storage-disk-size": "100793M",
"disk_status": "enabled",
"state": "green",
"config_date/date-time-string": "Fri Jun 11 07:57:16 UTC 2021",
"vmanage-storage-disk-avail": "95043M",
"reboot_reason": "Unknown",
"cpu_user": "3.02",
"vmanage-storage-disk-mount": "/opt/data",
"vmanage-storage-disk-fs": "UUID=1bc81380-e506-4e08-95db-2742f3f4ab79",
"testbed_mode": "0",
"min15_avg": "0.13",
"disk_size": "15230M",
"cpu_idle": "95.72",
"mem_buffers": "468128",
"model_sku": "None",
"cpu_system": "1.26",
"version": "19.2.2",
"min5_avg": "0.10",
"vdevice-host-name": "vmanage",
"mem_total": "32763472",
"uptime": "0 days 02 hrs 36 min 24 sec",
"vmanage-storage-disk-use": "0",
"vdevice-dataKey": "10.10.1.1",
"mem_free": "10794976",
"bootloader_version": "Not applicable",
"fips_mode": "disabled",
"build_number": "106\n",
"lastupdated": 1623398236499,
"loghost_status": "disabled",
"uptime-date": 1623388800000
}
]
3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

what the device you trying to get information from ? we need to check is the API supported on that version or we need to use snmp to get information to integrate.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

See the Hardware API docs

https://developer.cisco.com/docs/sdwan/#!device-realtime-monitoring/hardware

and System API calls for real-time monitoring of a device

https://developer.cisco.com/docs/sdwan/#!device-realtime-monitoring/software

 

For details on SD-WAN API you can ask here -->> https://community.cisco.com/t5/sd-wan-and-cloud-networking/bd-p/discussions-sd-wan

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

Hi Balaji,

 

I am facing same problem as above, looking for fan and temperature data for edge devices similar to dc-cedge01

model : CSR1000v so could you please enable data and point out API endpoint.

find attach screenshot for reference, 

 

Thanks,