Get eligible remote clusters
Returns the list of deployments which contain eligible remote clusters for the elasticsearch resource.
Path parameters
-
Identifier for the Deployment.
-
User-specified RefId for the Resource (or '_main' if there is only one).
Body
(Optional) The search query to run against all deployments containing eligible remote clusters. When not specified, all the eligible deployments are matched.
-
from integer(int32)
Deprecated, use cursor for a more scalable approach to paging.
-
cursor string
To retrieve the next page of hits, set this to the cursor value of the previous response. When set, all other fields are ignored.
-
size integer(int32)
The maximum number of search results to return.
-
query object
The container for all of the allowed Elasticsearch queries. Specify only one property each time.
Additional properties are allowed.
-
sort array[object]
An array of fields to sort the search results by. Defaults to query rank and last modified date descending.
Additional properties are allowed.
Responses
-
List of deployments which contains eligible remote clusters for the resource
-
The resource specified doesn't yet have a valid version for the current plan or the pending plan. (code:
deployments.resource_does_not_have_a_valid_version
) -
- The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found
) - The Resource specified by {ref_id} cannot be found. (code:
deployments.deployment_resource_not_found
)
- The Deployment specified by {deployment_id} cannot be found. (code:
curl \
-X POST https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/elasticsearch/{ref_id}/eligible-remote-clusters \
-d '{"from":42,"cursor":"string","size":42,"query":{"match":{"additionalProperty1":{"query":"string","operator":"string","minimum_should_match":42,"analyzer":"string"},"additionalProperty2":{"query":"string","operator":"string","minimum_should_match":42,"analyzer":"string"}},"match_all":{},"match_none":{},"term":{"additionalProperty1":{"value":"string"},"additionalProperty2":{"value":"string"}},"bool":{"must":[{}],"should":[{}],"must_not":[{}],"filter":[{}],"minimum_should_match":42},"query_string":{"query":"string","default_field":"string","analyzer":"string","default_operator":"string","allow_leading_wildcard":true},"nested":{"query":{},"path":"string","score_mode":"avg"},"prefix":{"additionalProperty1":{"value":"string","boost":42.0},"additionalProperty2":{"value":"string","boost":42.0}},"exists":{"field":"string"},"range":{"additionalProperty1":{"gt":{},"gte":{},"lt":{},"lte":{},"boost":42.0,"format":"string","time_zone":"string"},"additionalProperty2":{"gt":{},"gte":{},"lt":{},"lte":{},"boost":42.0,"format":"string","time_zone":"string"}},"simple_query_string":{"query":"string","fields":["string"],"default_operator":"string","analyze_wildcard":true,"analyzer":"string","auto_generate_synonyms_phrase_query":true,"flags":"string","fuzzy_max_expansions":42,"fuzzy_prefix_length":42,"fuzzy_transpositions":true,"lenient":true,"minimum_should_match":"string","quote_field_suffix":"string"}},"sort":[{}]}'
{
"from": 42,
"cursor": "string",
"size": 42,
"query": {
"match": {
"additionalProperty1": {
"query": "string",
"operator": "string",
"minimum_should_match": 42,
"analyzer": "string"
},
"additionalProperty2": {
"query": "string",
"operator": "string",
"minimum_should_match": 42,
"analyzer": "string"
}
},
"match_all": {},
"match_none": {},
"term": {
"additionalProperty1": {
"value": "string"
},
"additionalProperty2": {
"value": "string"
}
},
"bool": {
"must": [
{}
],
"should": [
{}
],
"must_not": [
{}
],
"filter": [
{}
],
"minimum_should_match": 42
},
"query_string": {
"query": "string",
"default_field": "string",
"analyzer": "string",
"default_operator": "string",
"allow_leading_wildcard": true
},
"nested": {
"query": {},
"path": "string",
"score_mode": "avg"
},
"prefix": {
"additionalProperty1": {
"value": "string",
"boost": 42.0
},
"additionalProperty2": {
"value": "string",
"boost": 42.0
}
},
"exists": {
"field": "string"
},
"range": {
"additionalProperty1": {
"gt": {},
"gte": {},
"lt": {},
"lte": {},
"boost": 42.0,
"format": "string",
"time_zone": "string"
},
"additionalProperty2": {
"gt": {},
"gte": {},
"lt": {},
"lte": {},
"boost": 42.0,
"format": "string",
"time_zone": "string"
}
},
"simple_query_string": {
"query": "string",
"fields": [
"string"
],
"default_operator": "string",
"analyze_wildcard": true,
"analyzer": "string",
"auto_generate_synonyms_phrase_query": true,
"flags": "string",
"fuzzy_max_expansions": 42,
"fuzzy_prefix_length": 42,
"fuzzy_transpositions": true,
"lenient": true,
"minimum_should_match": "string",
"quote_field_suffix": "string"
}
},
"sort": [
{}
]
}
{
"return_count": 42,
"match_count": 42,
"deployments": [
{
"id": "string",
"name": "string",
"alias": "string",
"healthy": true,
"resources": {
"elasticsearch": [
{
"ref_id": "string",
"id": "string",
"region": "string",
"info": {
"cluster_id": "string",
"cluster_name": "string",
"deployment_id": "string",
"healthy": true,
"status": "initializing",
"plan_info": {
"healthy": true,
"current": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"id": "string",
"node_type": {
"master": true,
"data": true,
"ingest": true,
"ml": true
},
"node_roles": [
"master"
],
"zone_count": 42,
"elasticsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"scripting": {
"painless_enabled": true,
"mustache_enabled": true,
"expressions_enabled": true,
"stored": {
"enabled": true,
"sandbox_mode": true
},
"file": {
"enabled": true,
"sandbox_mode": true
},
"inline": {
"enabled": true,
"sandbox_mode": true
}
},
"reindex_whitelist": [
"string"
],
"auto_create_index": true,
"enable_close_index": true,
"destructive_requires_name": true,
"watcher_trigger_engine": "string",
"default_shards_per_index": 42,
"monitoring_collection_interval": 42,
"monitoring_history_duration": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"enabled_built_in_plugins": [
"string"
],
"user_plugins": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"user_bundles": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"curation": {
"from_instance_configuration_id": "string",
"to_instance_configuration_id": "string"
},
"node_attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"autoscaling_min": {
"value": 42,
"resource": "memory"
},
"autoscaling_max": {
"value": 42,
"resource": "memory"
},
"autoscaling_policy_override_json": {},
"topology_element_control": {
"min": {
"value": 42,
"resource": "memory"
}
},
"autoscaling_tier_override": true
}
],
"elasticsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"scripting": {
"painless_enabled": true,
"mustache_enabled": true,
"expressions_enabled": true,
"stored": {
"enabled": true,
"sandbox_mode": true
},
"file": {
"enabled": true,
"sandbox_mode": true
},
"inline": {
"enabled": true,
"sandbox_mode": true
}
},
"reindex_whitelist": [
"string"
],
"auto_create_index": true,
"enable_close_index": true,
"destructive_requires_name": true,
"watcher_trigger_engine": "string",
"default_shards_per_index": 42,
"monitoring_collection_interval": 42,
"monitoring_history_duration": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"enabled_built_in_plugins": [
"string"
],
"user_plugins": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"user_bundles": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"curation": {
"from_instance_configuration_id": "string",
"to_instance_configuration_id": "string"
},
"node_attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
},
"deployment_template": {
"id": "string",
"version": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"skip_snapshot": true,
"max_snapshot_attempts": 42,
"max_snapshot_age": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
},
"restore_snapshot": {
"repository_name": "string",
"snapshot_name": "string",
"repository_config": {
"raw_settings": {}
},
"restore_payload": {
"indices": [
"string"
],
"raw_settings": {}
},
"strategy": "partial",
"source_cluster_id": "string"
},
"remote_clusters": {
"resources": [
{
"deployment_id": "string",
"elasticsearch_ref_id": "string",
"alias": "string",
"skip_unavailable": true,
"info": {
"healthy": true,
"connected": true,
"compatible": true,
"trusted": true,
"trusted_back": true
}
}
]
},
"cluster_settings_json": {}
},
"autoscaling_enabled": true
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"pending": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"id": "string",
"node_type": {
"master": true,
"data": true,
"ingest": true,
"ml": true
},
"node_roles": [
"master"
],
"zone_count": 42,
"elasticsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"scripting": {
"painless_enabled": true,
"mustache_enabled": true,
"expressions_enabled": true,
"stored": {
"enabled": true,
"sandbox_mode": true
},
"file": {
"enabled": true,
"sandbox_mode": true
},
"inline": {
"enabled": true,
"sandbox_mode": true
}
},
"reindex_whitelist": [
"string"
],
"auto_create_index": true,
"enable_close_index": true,
"destructive_requires_name": true,
"watcher_trigger_engine": "string",
"default_shards_per_index": 42,
"monitoring_collection_interval": 42,
"monitoring_history_duration": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"enabled_built_in_plugins": [
"string"
],
"user_plugins": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"user_bundles": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"curation": {
"from_instance_configuration_id": "string",
"to_instance_configuration_id": "string"
},
"node_attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"autoscaling_min": {
"value": 42,
"resource": "memory"
},
"autoscaling_max": {
"value": 42,
"resource": "memory"
},
"autoscaling_policy_override_json": {},
"topology_element_control": {
"min": {
"value": 42,
"resource": "memory"
}
},
"autoscaling_tier_override": true
}
],
"elasticsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"scripting": {
"painless_enabled": true,
"mustache_enabled": true,
"expressions_enabled": true,
"stored": {
"enabled": true,
"sandbox_mode": true
},
"file": {
"enabled": true,
"sandbox_mode": true
},
"inline": {
"enabled": true,
"sandbox_mode": true
}
},
"reindex_whitelist": [
"string"
],
"auto_create_index": true,
"enable_close_index": true,
"destructive_requires_name": true,
"watcher_trigger_engine": "string",
"default_shards_per_index": 42,
"monitoring_collection_interval": 42,
"monitoring_history_duration": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"enabled_built_in_plugins": [
"string"
],
"user_plugins": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"user_bundles": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"curation": {
"from_instance_configuration_id": "string",
"to_instance_configuration_id": "string"
},
"node_attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
},
"deployment_template": {
"id": "string",
"version": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"skip_snapshot": true,
"max_snapshot_attempts": 42,
"max_snapshot_age": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
},
"restore_snapshot": {
"repository_name": "string",
"snapshot_name": "string",
"repository_config": {
"raw_settings": {}
},
"restore_payload": {
"indices": [
"string"
],
"raw_settings": {}
},
"strategy": "partial",
"source_cluster_id": "string"
},
"remote_clusters": {
"resources": [
{
"deployment_id": "string",
"elasticsearch_ref_id": "string",
"alias": "string",
"skip_unavailable": true,
"info": {
"healthy": true,
"connected": true,
"compatible": true,
"trusted": true,
"trusted_back": true
}
}
]
},
"cluster_settings_json": {}
},
"autoscaling_enabled": true
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"history": [
{
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"id": "string",
"node_type": {
"master": true,
"data": true,
"ingest": true,
"ml": true
},
"node_roles": [
"master"
],
"zone_count": 42,
"elasticsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"scripting": {
"painless_enabled": true,
"mustache_enabled": true,
"expressions_enabled": true,
"stored": {
"enabled": true,
"sandbox_mode": true
},
"file": {
"enabled": true,
"sandbox_mode": true
},
"inline": {
"enabled": true,
"sandbox_mode": true
}
},
"reindex_whitelist": [
"string"
],
"auto_create_index": true,
"enable_close_index": true,
"destructive_requires_name": true,
"watcher_trigger_engine": "string",
"default_shards_per_index": 42,
"monitoring_collection_interval": 42,
"monitoring_history_duration": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"enabled_built_in_plugins": [
"string"
],
"user_plugins": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"user_bundles": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"curation": {
"from_instance_configuration_id": "string",
"to_instance_configuration_id": "string"
},
"node_attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"autoscaling_min": {
"value": 42,
"resource": "memory"
},
"autoscaling_max": {
"value": 42,
"resource": "memory"
},
"autoscaling_policy_override_json": {},
"topology_element_control": {
"min": {
"value": 42,
"resource": "memory"
}
},
"autoscaling_tier_override": true
}
],
"elasticsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"scripting": {
"painless_enabled": true,
"mustache_enabled": true,
"expressions_enabled": true,
"stored": {
"enabled": true,
"sandbox_mode": true
},
"file": {
"enabled": true,
"sandbox_mode": true
},
"inline": {
"enabled": true,
"sandbox_mode": true
}
},
"reindex_whitelist": [
"string"
],
"auto_create_index": true,
"enable_close_index": true,
"destructive_requires_name": true,
"watcher_trigger_engine": "string",
"default_shards_per_index": 42,
"monitoring_collection_interval": 42,
"monitoring_history_duration": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"enabled_built_in_plugins": [
"string"
],
"user_plugins": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"user_bundles": [
{
"name": "string",
"url": "string",
"elasticsearch_version": "string"
}
],
"curation": {
"from_instance_configuration_id": "string",
"to_instance_configuration_id": "string"
},
"node_attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
},
"deployment_template": {
"id": "string",
"version": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"skip_snapshot": true,
"max_snapshot_attempts": 42,
"max_snapshot_age": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
},
"restore_snapshot": {
"repository_name": "string",
"snapshot_name": "string",
"repository_config": {
"raw_settings": {}
},
"restore_payload": {
"indices": [
"string"
],
"raw_settings": {}
},
"strategy": "partial",
"source_cluster_id": "string"
},
"remote_clusters": {
"resources": [
{
"deployment_id": "string",
"elasticsearch_ref_id": "string",
"alias": "string",
"skip_unavailable": true,
"info": {
"healthy": true,
"connected": true,
"compatible": true,
"trusted": true,
"trusted_back": true
}
}
]
},
"cluster_settings_json": {}
},
"autoscaling_enabled": true
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
}
]
},
"elasticsearch": {
"healthy": true,
"shard_info": {
"healthy": true,
"available_shards": [
{
"instance_name": "string",
"shard_count": 42
}
],
"unavailable_shards": [
{
"instance_name": "string",
"shard_count": 42
}
],
"unavailable_replicas": [
{
"instance_name": "string",
"replica_count": 42
}
]
},
"shards_status": {
"status": "green"
},
"master_info": {
"healthy": true,
"masters": [
{
"master_node_id": "string",
"master_instance_name": "string",
"instances": [
"string"
]
}
],
"instances_with_no_master": [
"string"
]
},
"blocking_issues": {
"healthy": true,
"cluster_level": [
{
"description": "string",
"instances": [
"string"
]
}
],
"index_level": [
{
"description": "string",
"instances": [
"string"
]
}
]
},
"cluster_blocking_issues": {
"healthy": true,
"blocks": [
{
"description": "string",
"level": "index"
}
]
}
},
"metadata": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"service_url": "string",
"aliased_endpoint": "string",
"aliased_url": "string",
"cloud_id": "string",
"raw": {},
"ports": {
"http": 42,
"https": 42,
"transport_passthrough": 42
},
"services_urls": [
{
"service": "string",
"url": "string"
}
]
},
"topology": {
"healthy": true,
"instances": [
{
"instance_name": "string",
"instance_configuration": {
"id": "string",
"name": "string",
"config_version": 42,
"resource": "memory"
},
"service_version": "string",
"healthy": true,
"container_started": true,
"service_running": true,
"maintenance_mode": true,
"zone": "string",
"allocator_id": "string",
"memory": {
"instance_capacity": 42,
"instance_capacity_planned": 42,
"memory_pressure": 42,
"native_memory_pressure": 42
},
"disk": {
"disk_space_available": 42,
"disk_space_used": 42,
"storage_multiplier": 42.0
},
"service_roles": [
"string"
],
"node_roles": [
"master"
],
"instance_overrides": {
"capacity": 42,
"storage_multiplier": 42.0
}
}
]
},
"system_alerts": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"instance_name": "string",
"alert_type": "automatic_restart",
"url": "string",
"exit_code": 42
}
],
"associated_kibana_clusters": [
{
"kibana_id": "string",
"enabled": true,
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
}
],
"associated_apm_clusters": [
{
"apm_id": "string",
"enabled": true,
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
}
],
"associated_appsearch_clusters": [
{
"app_search_id": "string",
"enabled": true,
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
}
],
"associated_enterprise_search_clusters": [
{
"enterprise_search_id": "string",
"enabled": true,
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
}
],
"security": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"users": [
{
"username": "string",
"password_hash": "string"
}
],
"roles": {},
"users_roles": [
{
"username": "string",
"roles": [
"string"
]
}
]
},
"elasticsearch_monitoring_info": {
"healthy": true,
"last_modified": "2024-05-04T09:42:00+00:00",
"last_update_status": "string",
"source_cluster_ids": [
"string"
],
"destination_cluster_ids": [
"string"
]
},
"snapshots": {
"healthy": true,
"count": 42,
"latest_successful": true,
"latest_status": "string",
"scheduled_time": "2024-05-04T09:42:00+00:00",
"latest_end_time": "2024-05-04T09:42:00+00:00",
"latest_successful_end_time": "2024-05-04T09:42:00+00:00",
"recent_success": true
},
"external_links": [
{
"id": "string",
"label": "string",
"uri": "string"
}
],
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
},
"settings": {
"snapshot": {
"interval": "string",
"retention": {
"snapshots": 42,
"max_age": "string"
},
"slm": true,
"cron_expression": "string"
},
"monitoring": {
"target_cluster_id": "string"
},
"metadata": {
"name": "string"
},
"curation": {
"specs": [
{
"index_pattern": "string",
"trigger_interval_seconds": 42
}
]
},
"dedicated_masters_threshold": 42,
"traffic_filter": {
"rulesets": [
"string"
]
},
"trust": {
"accounts": [
{
"account_id": "string",
"name": "string",
"trust_all": true,
"trust_allowlist": [
"string"
]
}
],
"external": [
{
"trust_relationship_id": "string",
"name": "string",
"trust_all": true,
"trust_allowlist": [
"string"
]
}
],
"direct": [
{
"uid": "string",
"name": "string",
"type": "ECE",
"trust_all": true,
"trust_allowlist": [
"string"
],
"scope_id": "abc123",
"additional_node_names": [
"string"
],
"certificates": [
{
"pem": "string",
"metadata": {
"fingerprint": "string",
"valid_to": "2024-05-04T09:42:00+00:00",
"valid_from": "2024-05-04T09:42:00+00:00",
"also_trusted_by": [
"string"
]
}
}
]
}
]
},
"keystore_contents": {
"secrets": {
"additionalProperty1": {
"value": {},
"as_file": true
},
"additionalProperty2": {
"value": {},
"as_file": true
}
}
}
},
"region": "string"
}
}
],
"kibana": [
{
"ref_id": "string",
"elasticsearch_cluster_ref_id": "string",
"id": "string",
"region": "string",
"info": {
"cluster_id": "string",
"cluster_name": "string",
"elasticsearch_cluster": {
"elasticsearch_id": "string",
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
},
"deployment_id": "string",
"healthy": true,
"status": "initializing",
"plan_info": {
"healthy": true,
"current": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"kibana": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"kibana": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"pending": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"kibana": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"kibana": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"history": [
{
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"kibana": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"kibana": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
}
]
},
"metadata": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"service_url": "string",
"aliased_endpoint": "string",
"aliased_url": "string",
"cloud_id": "string",
"raw": {},
"ports": {
"http": 42,
"https": 42,
"transport_passthrough": 42
},
"services_urls": [
{
"service": "string",
"url": "string"
}
]
},
"topology": {
"healthy": true,
"instances": [
{
"instance_name": "string",
"instance_configuration": {
"id": "string",
"name": "string",
"config_version": 42,
"resource": "memory"
},
"service_version": "string",
"healthy": true,
"container_started": true,
"service_running": true,
"maintenance_mode": true,
"zone": "string",
"allocator_id": "string",
"memory": {
"instance_capacity": 42,
"instance_capacity_planned": 42,
"memory_pressure": 42,
"native_memory_pressure": 42
},
"disk": {
"disk_space_available": 42,
"disk_space_used": 42,
"storage_multiplier": 42.0
},
"service_roles": [
"string"
],
"node_roles": [
"master"
],
"instance_overrides": {
"capacity": 42,
"storage_multiplier": 42.0
}
}
]
},
"external_links": [
{
"id": "string",
"label": "string",
"uri": "string"
}
],
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
},
"settings": {
"metadata": {
"name": "string"
}
},
"region": "string"
}
}
],
"apm": [
{
"ref_id": "string",
"elasticsearch_cluster_ref_id": "string",
"id": "string",
"region": "string",
"info": {
"id": "string",
"name": "string",
"elasticsearch_cluster": {
"elasticsearch_id": "string",
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
},
"deployment_id": "string",
"healthy": true,
"status": "initializing",
"plan_info": {
"healthy": true,
"current": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"apm": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"apm": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"pending": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"apm": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"apm": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"history": [
{
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"apm": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"apm": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
}
]
},
"metadata": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"service_url": "string",
"aliased_endpoint": "string",
"aliased_url": "string",
"cloud_id": "string",
"raw": {},
"ports": {
"http": 42,
"https": 42,
"transport_passthrough": 42
},
"services_urls": [
{
"service": "string",
"url": "string"
}
]
},
"topology": {
"healthy": true,
"instances": [
{
"instance_name": "string",
"instance_configuration": {
"id": "string",
"name": "string",
"config_version": 42,
"resource": "memory"
},
"service_version": "string",
"healthy": true,
"container_started": true,
"service_running": true,
"maintenance_mode": true,
"zone": "string",
"allocator_id": "string",
"memory": {
"instance_capacity": 42,
"instance_capacity_planned": 42,
"memory_pressure": 42,
"native_memory_pressure": 42
},
"disk": {
"disk_space_available": 42,
"disk_space_used": 42,
"storage_multiplier": 42.0
},
"service_roles": [
"string"
],
"node_roles": [
"master"
],
"instance_overrides": {
"capacity": 42,
"storage_multiplier": 42.0
}
}
]
},
"external_links": [
{
"id": "string",
"label": "string",
"uri": "string"
}
],
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
},
"settings": {
"metadata": {
"name": "string"
}
},
"region": "string",
"apm_server_mode": "standalone"
}
}
],
"appsearch": [
{
"ref_id": "string",
"elasticsearch_cluster_ref_id": "string",
"id": "string",
"region": "string",
"info": {
"id": "string",
"name": "string",
"elasticsearch_cluster": {
"elasticsearch_id": "string",
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
},
"deployment_id": "string",
"healthy": true,
"status": "initializing",
"plan_info": {
"healthy": true,
"current": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"node_type": {
"appserver": true,
"worker": true
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"appsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"appsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"move_instances": [
{
"from": "string",
"to": [
"string"
],
"instance_down": true
}
],
"move_allocators": [
{
"from": "string",
"to": [
"string"
],
"allocator_down": true
}
],
"reallocate_instances": true,
"preferred_allocators": [
"string"
],
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"pending": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"node_type": {
"appserver": true,
"worker": true
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"appsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"appsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"move_instances": [
{
"from": "string",
"to": [
"string"
],
"instance_down": true
}
],
"move_allocators": [
{
"from": "string",
"to": [
"string"
],
"allocator_down": true
}
],
"reallocate_instances": true,
"preferred_allocators": [
"string"
],
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"history": [
{
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"node_type": {
"appserver": true,
"worker": true
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"appsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
}
}
],
"appsearch": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"move_instances": [
{
"from": "string",
"to": [
"string"
],
"instance_down": true
}
],
"move_allocators": [
{
"from": "string",
"to": [
"string"
],
"allocator_down": true
}
],
"reallocate_instances": true,
"preferred_allocators": [
"string"
],
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
}
]
},
"metadata": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"service_url": "string",
"aliased_endpoint": "string",
"aliased_url": "string",
"cloud_id": "string",
"raw": {},
"ports": {
"http": 42,
"https": 42,
"transport_passthrough": 42
},
"services_urls": [
{
"service": "string",
"url": "string"
}
]
},
"topology": {
"healthy": true,
"instances": [
{
"instance_name": "string",
"instance_configuration": {
"id": "string",
"name": "string",
"config_version": 42,
"resource": "memory"
},
"service_version": "string",
"healthy": true,
"container_started": true,
"service_running": true,
"maintenance_mode": true,
"zone": "string",
"allocator_id": "string",
"memory": {
"instance_capacity": 42,
"instance_capacity_planned": 42,
"memory_pressure": 42,
"native_memory_pressure": 42
},
"disk": {
"disk_space_available": 42,
"disk_space_used": 42,
"storage_multiplier": 42.0
},
"service_roles": [
"string"
],
"node_roles": [
"master"
],
"instance_overrides": {
"capacity": 42,
"storage_multiplier": 42.0
}
}
]
},
"external_links": [
{
"id": "string",
"label": "string",
"uri": "string"
}
],
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
},
"settings": {
"metadata": {
"name": "string"
}
},
"region": "string"
}
}
],
"enterprise_search": [
{
"ref_id": "string",
"elasticsearch_cluster_ref_id": "string",
"id": "string",
"region": "string",
"info": {
"id": "string",
"name": "string",
"elasticsearch_cluster": {
"elasticsearch_id": "string",
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
},
"deployment_id": "string",
"healthy": true,
"status": "initializing",
"plan_info": {
"healthy": true,
"current": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"node_type": {
"appserver": true,
"worker": true,
"connector": true
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"enterprise_search": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"allocator_filter": {},
"node_configuration": "string",
"memory_per_node": {},
"node_count_per_zone": {}
}
],
"enterprise_search": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"move_instances": [
{
"from": "string",
"to": [
"string"
],
"instance_down": true
}
],
"move_allocators": [
{
"from": "string",
"to": [
"string"
],
"allocator_down": true
}
],
"reallocate_instances": true,
"preferred_allocators": [
"string"
],
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"pending": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"node_type": {
"appserver": true,
"worker": true,
"connector": true
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"enterprise_search": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"allocator_filter": {},
"node_configuration": "string",
"memory_per_node": {},
"node_count_per_zone": {}
}
],
"enterprise_search": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"move_instances": [
{
"from": "string",
"to": [
"string"
],
"instance_down": true
}
],
"move_allocators": [
{
"from": "string",
"to": [
"string"
],
"allocator_down": true
}
],
"reallocate_instances": true,
"preferred_allocators": [
"string"
],
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"history": [
{
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"node_type": {
"appserver": true,
"worker": true,
"connector": true
},
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"enterprise_search": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"allocator_filter": {},
"node_configuration": "string",
"memory_per_node": {},
"node_count_per_zone": {}
}
],
"enterprise_search": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_session_key": "string"
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"move_instances": [
{
"from": "string",
"to": [
"string"
],
"instance_down": true
}
],
"move_allocators": [
{
"from": "string",
"to": [
"string"
],
"allocator_down": true
}
],
"reallocate_instances": true,
"preferred_allocators": [
"string"
],
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
}
]
},
"metadata": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"service_url": "string",
"aliased_endpoint": "string",
"aliased_url": "string",
"cloud_id": "string",
"raw": {},
"ports": {
"http": 42,
"https": 42,
"transport_passthrough": 42
},
"services_urls": [
{
"service": "string",
"url": "string"
}
]
},
"topology": {
"healthy": true,
"instances": [
{
"instance_name": "string",
"instance_configuration": {
"id": "string",
"name": "string",
"config_version": 42,
"resource": "memory"
},
"service_version": "string",
"healthy": true,
"container_started": true,
"service_running": true,
"maintenance_mode": true,
"zone": "string",
"allocator_id": "string",
"memory": {
"instance_capacity": 42,
"instance_capacity_planned": 42,
"memory_pressure": 42,
"native_memory_pressure": 42
},
"disk": {
"disk_space_available": 42,
"disk_space_used": 42,
"storage_multiplier": 42.0
},
"service_roles": [
"string"
],
"node_roles": [
"master"
],
"instance_overrides": {
"capacity": 42,
"storage_multiplier": 42.0
}
}
]
},
"external_links": [
{
"id": "string",
"label": "string",
"uri": "string"
}
],
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
},
"settings": {
"metadata": {
"name": "string"
}
},
"region": "string"
}
}
],
"integrations_server": [
{
"ref_id": "string",
"elasticsearch_cluster_ref_id": "string",
"id": "string",
"region": "string",
"info": {
"id": "string",
"name": "string",
"elasticsearch_cluster": {
"elasticsearch_id": "string",
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
}
},
"deployment_id": "string",
"healthy": true,
"status": "initializing",
"plan_info": {
"healthy": true,
"current": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"integrations_server": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"mode": "standalone"
}
}
],
"integrations_server": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"mode": "standalone"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"pending": {
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"integrations_server": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"mode": "standalone"
}
}
],
"integrations_server": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"mode": "standalone"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
},
"history": [
{
"plan_attempt_id": "string",
"plan_attempt_name": "string",
"healthy": true,
"attempt_start_time": "2024-05-04T09:42:00+00:00",
"attempt_end_time": "2024-05-04T09:42:00+00:00",
"plan_end_time": "2024-05-04T09:42:00+00:00",
"plan": {
"cluster_topology": [
{
"instance_configuration_id": "string",
"instance_configuration_version": 42,
"size": {
"value": 42,
"resource": "memory"
},
"zone_count": 42,
"integrations_server": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"mode": "standalone"
}
}
],
"integrations_server": {
"version": "string",
"docker_image": "string",
"system_settings": {
"elasticsearch_url": "string",
"kibana_url": "string",
"elasticsearch_username": "string",
"elasticsearch_password": "string",
"secret_token": "string",
"debug_enabled": true
},
"user_settings_json": {},
"user_settings_yaml": "string",
"user_settings_override_json": {},
"user_settings_override_yaml": "string",
"mode": "standalone"
},
"transient": {
"strategy": {
"rolling": {
"group_by": "string",
"allow_inline_resize": true,
"skip_synced_flush": true,
"shard_init_wait_time": 42
},
"grow_and_shrink": {},
"rolling_grow_and_shrink": {},
"autodetect": {}
},
"plan_configuration": {
"timeout": 42,
"calm_wait_time": 42,
"extended_maintenance": true,
"cluster_reboot": "forced"
}
}
},
"plan_attempt_log": [
{
"step_id": "string",
"started": "2024-05-04T09:42:00+00:00",
"completed": "2024-05-04T09:42:00+00:00",
"duration_in_millis": 42,
"status": "success",
"stage": "starting",
"info_log": [
{
"timestamp": "2024-05-04T09:42:00+00:00",
"delta_in_millis": 42,
"stage": "starting",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
]
}
],
"source": {
"facilitator": "string",
"action": "string",
"date": "2024-05-04T09:42:00+00:00",
"user_id": "string",
"admin_id": "string",
"remote_addresses": [
"string"
]
},
"warnings": [
{
"code": "string",
"message": "string",
"step_id": "string"
}
],
"error": {
"timestamp": "2024-05-04T09:42:00+00:00",
"message": "string",
"details": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"failure_type": "string"
}
}
]
},
"metadata": {
"version": 42,
"last_modified": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"service_url": "string",
"aliased_endpoint": "string",
"aliased_url": "string",
"cloud_id": "string",
"raw": {},
"ports": {
"http": 42,
"https": 42,
"transport_passthrough": 42
},
"services_urls": [
{
"service": "string",
"url": "string"
}
]
},
"topology": {
"healthy": true,
"instances": [
{
"instance_name": "string",
"instance_configuration": {
"id": "string",
"name": "string",
"config_version": 42,
"resource": "memory"
},
"service_version": "string",
"healthy": true,
"container_started": true,
"service_running": true,
"maintenance_mode": true,
"zone": "string",
"allocator_id": "string",
"memory": {
"instance_capacity": 42,
"instance_capacity_planned": 42,
"memory_pressure": 42,
"native_memory_pressure": 42
},
"disk": {
"disk_space_available": 42,
"disk_space_used": 42,
"storage_multiplier": 42.0
},
"service_roles": [
"string"
],
"node_roles": [
"master"
],
"instance_overrides": {
"capacity": 42,
"storage_multiplier": 42.0
}
}
]
},
"external_links": [
{
"id": "string",
"label": "string",
"uri": "string"
}
],
"links": {
"additionalProperty1": {
"need_elevated_permissions": true
},
"additionalProperty2": {
"need_elevated_permissions": true
}
},
"settings": {
"metadata": {
"name": "string"
}
},
"region": "string",
"apm_server_mode": "standalone"
}
}
]
},
"settings": {
"traffic_filter_settings": {
"rulesets": [
"string"
]
},
"observability": {
"logging": {
"destination": {
"deployment_id": "string",
"ref_id": "string"
}
},
"metrics": {
"destination": {
"deployment_id": "string",
"ref_id": "string"
}
}
},
"autoscaling_enabled": true,
"auto_ops": {
"status": "connected"
},
"solution_type": "string"
},
"metadata": {
"tags": [
{
"key": "string",
"value": "string"
}
],
"byok_enabled": true
}
}
],
"minimal_metadata": [
{}
],
"cursor": "string"
}
# Headers
x-cloud-error-codes: deployments.resource_does_not_have_a_valid_version
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}
# Headers
x-cloud-error-codes: deployments.deployment_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}