A newer version is available. For the latest information, see the
current release documentation.
HeapDump
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
HeapDump
editIntentionally left blank
Properties
edit-
captured(string, required) - The time at which the heap dump was captured
-
error(string) - An error message if the heap dump failed
-
instance_id(string, required) - The Elastic Cloud name/id of the instance (container)
-
size(integerasint64) - The size in bytes of the heap dump
-
status(string, required) - The status of the heap dump
-
type(string, required) - The type of heap dump
Example
edit{
"captured" : "string",
"error" : "string",
"instance_id" : "string",
"size" : 0,
"status" : "string",
"type" : "string"
}