| |
Exists on Condition | (/system/deploymentType != 'microservices') |
Parameter | Description | |
---|---|---|
serverName | Identifies the server. | |
index | Index of the coredump file. | |
coredumpFileName | The file name of the coredump. | |
size | Indicates size of the coredump(KBytes). | |
dateAndTime | Indicates when the coredump occurred. | |
newSinceLastStart | Indicates if the it is new since last restart of the application. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/coredumpList={serverName},{index} |