DeploymentHeapDumpsedit

Intentionally left blank

Propertiesedit

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

Exampleedit

{
   "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"
      }
   ]
}