It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
DeploymentHeapDumps
editDeploymentHeapDumps
editIntentionally left blank
Properties
edit-
elasticsearch
(array[
ResourceHeapDumps
]
, required) - The list of Elasticsearch resources and their heap dumps
-
enterprise_search
(array[
ResourceHeapDumps
]
, required) - The list of Enterprise Search resources and their heap dumps
Example
edit{ "elasticsearch" : [ { "heap_dumps" : [ { "captured" : "string", "error" : "string", "instance_id" : "string", "size" : 0, "status" : "string", "type" : "string" } ], "id" : "string", "ref_id" : "string" } ], "enterprise_search" : [ { "heap_dumps" : [ { "captured" : "string", "error" : "string", "instance_id" : "string", "size" : 0, "status" : "string", "type" : "string" } ], "id" : "string", "ref_id" : "string" } ] }