|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The unique identifier assigned to this card or server. | ||
actualCeName | O | string | Instance/Ce Name given by user as userdata | ||
coredumpProfile | M | reference | The coredump settings for this server. | ||
deviceSmartAttrib | O | uint32 | 0 | The smart control attribute value for disk life remaining. 0 indicates unknown / not supported. |
Parameter | Description | |
---|---|---|
role | When set to primary, role designates a server for internal processing. | |
modularType | HW(Modular) type of the server | |
hwType | HW type of the server | |
pktPortSpeed | Packet port speed setting | |
hwSubType | HW sub-type of the server |
Operation Name | Description |
---|---|
restart | Restart a server/CE |
softReset | Restart application on the server without rebooting the server. |
forceCoreDump | Force generation of process core dumps |
startSoftwareUpgrade | Initiates live software upgrade with the package specified. |
removeCoredump | Removes coredump. |
appArmor | Enable/Disable AppArmor on this system. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/serverAdmin={name} |
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 ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/serverAdmin={name} |