|
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. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/coredumpList/{serverName},{index} |