|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of the System Overload Profile. | ||
state | O | enumeration | disabled | The administrative state of the overload profile. | |
setThreshold | O | Specifies the set threshold value for a monitored resource | |||
clearThreshold | O | Specifies the set threshold value for a monitored resource | |||
setDuration | O | Specifies the set threshold value for a monitored resource | |||
clearDuration | O | Specifies the set threshold value for a monitored resource |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/system/overloadProfile/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/system/overloadProfile/{name} |