Resources | profiles | system | overloadProfile

overloadProfile

The table contains information about each system overload profile configured on the node.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of the System Overload Profile.
stateOenumerationdisabled The administrative state of the overload profile.
setThresholdO Specifies the set threshold value for a monitored resource
clearThresholdO Specifies the set threshold value for a monitored resource
setDurationO Specifies the set threshold value for a monitored resource
clearDurationO 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}

  • No labels