Resources | system | daughterBoardAdmin

daughterBoardAdmin

The daughter board admin table describes the configuration of each daughter board.

Exists on Condition serverAdmin/modularType='true'

Configuration

ParameterPresenceTypeDefaultDescription
ceNameMreference The name of this server.
slotMuint32 Identifies the slot associated with the DSP board.
stateOenumerationenabled State of the DSP board.
disableCleanupTypeOenumerationgraceful Indicates the type of action to be taken when a DSP card is disabled.
dryupTimeOuint3210 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.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/daughterBoardAdmin={ceName},{slot}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data '
<daughterBoardAdmin>
     <ceName>{ceName}</ceName>
     <slot>{slot}</slot>
</daughterBoardAdmin>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/daughterBoardAdmin={ceName},{slot}

  • No labels