Configuring the System Threshold Percentage
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/icam/inst.json
{ "icamInst": { "children": [ { "icamSystem": { "attributes": { "critical": "90", "warning": "80", "info": "70" }}}]}}
Response
{ imdata:[] }
Copy
<System> <icam-items> <inst-items> <sysmon-items> <critical>90</critical> <warning>80</warning> <info>70</info> </sysmon-items> </inst-items> </icam-items> </System>