HeapDumpedit

Intentionally left blank

Propertiesedit

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 (integer as int64)
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

Exampleedit

{
   "captured" : "string",
   "error" : "string",
   "instance_id" : "string",
   "size" : 0,
   "status" : "string",
   "type" : "string"
}