Resources |
profiles |
system |
overloadProfile
overloadProfile
The table contains information about each system overload profile
configured on the node.
|
Configuration
| 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 ' <overloadProfile> <name>{name}</name> </overloadProfile> ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/system/overloadProfile/{name} |