| |
Exists on Condition | serverAdmin/modularType='true' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
ceName | M | reference | The name of this server. | ||
slot | M | uint32 | Identifies the slot associated with the DSP board. | ||
state | O | enumeration | enabled | State of the DSP board. | |
disableCleanupType | O | enumeration | graceful | Indicates the type of action to be taken when a DSP card is disabled. | |
dryupTime | O | uint32 | 10 | Server module dryup limit, specified in minutes. If the server module has not dried up by the time this limit expires, the remaining active calls are abruptly terminated. A dryup limit of zero indicates that the system will wait forever for the dryup to complete. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/daughterBoardAdmin/{ceName},{slot} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/daughterBoardAdmin/{ceName},{slot} |