Resources | system | coredumpList

coredumpList

List of core dumps on the server(s).

Exists on Condition (/system/deploymentType != 'microservices')

Operational Data

ParameterDescription
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}

  • No labels