Disable Health Config
Using the HTTP PUT method, the following example shows how to disable the health configuration FE00000A/Digi TX64.
Request
/ws/v1/health_configs/inventory/FE00000A/Digi%20TX64
Payload
{
"enabled": false,
}
Using the HTTP PUT method, the following example shows how to disable the health configuration FE00000A/Digi TX64.
/ws/v1/health_configs/inventory/FE00000A/Digi%20TX64
{
"enabled": false,
}