Resources | system | coredumpList

coredumpList

List of core dumps on the server(s).

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.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/coredumpList/{serverName},{index}

  • No labels