A newer version is available. For the latest information, see the
current release documentation.
Orphaned
edit
Details about orphaned resources.
Propertiesedit
-
apm
(array[
string
, required)]
- List of orphaned APM resource ids
-
appsearch
(array[
string
, required)]
- List of orphaned AppSearch resource ids
-
elasticsearch
(array[
OrphanedElasticsearch
]
, required) - List of orphaned Elasticsearch resources
-
kibana
(array[
string
, required)]
- List of orphaned Kibana resource ids
Exampleedit
{ "apm" : [ "string" ], "appsearch" : [ "string" ], "elasticsearch" : [ { "dependents" : [ { "id" : "string", "kind" : "string" } ], "id" : "string" } ], "kibana" : [ "string" ] }