Configuring Memory Thresholds as Critical
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/pltfm.json
{ "platformEntity": { "children": [ { "platformSysMemTh": { "attributes": { "memThCritical": "80", "memThMinor": "80", "memThSevere": "80" }}}]}}
Response
{ imdata:[] }
Copy
<System> <pltfm-items> <sysmemth-items> <memThCritical>80</memThCritical> <memThMinor>80</memThMinor> <memThSevere>80</memThSevere> </sysmemth-items> </pltfm-items> </System>