Get Deployment Elasticsearch Resource Info
Get info about an Elasticsearch Resource belonging to a given Deployment.
Path parameters
-
Identifier for the Deployment
-
User-specified RefId for the Resource (or '_main' if there is only one).
Query parameters
-
show_security boolean
Whether to include the Elasticsearch 2.x security information in the response - can be large per cluster and also include credentials.
Default value is
false
. -
show_metadata boolean
Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials.
Default value is
false
. -
show_plans boolean
Whether to include the full current and pending plan information in the response - can be large per cluster.
Default value is
true
. -
show_plan_logs boolean
Whether to include with the current and pending plan information the attempt log - can be very large per cluster.
Default value is
false
. -
show_plan_history boolean
Whether to include with the current and pending plan information the plan history- can be very large per cluster.
Default value is
false
. -
show_plan_defaults boolean
If showing plans, whether to show values that are left at their default value (less readable but more informative).
Default value is
false
. -
convert_legacy_plans boolean
If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true').
Default value is
false
. -
show_system_alerts integer
Number of system alerts (such as forced restarts due to memory limits) to be included in the response - can be large per cluster. Negative numbers or 0 will not return field.
Default value is
0
. -
show_settings boolean
Whether to show cluster settings in the response.
Default value is
false
. -
enrich_with_template boolean
If showing plans, whether to enrich the plan by including the missing elements from the deployment template it is based on.
Default value is
true
. -
clear_transient boolean
If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
Default value is
false
.
curl \
-X GET https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/elasticsearch/{ref_id}
{
"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"
}
}
# Headers
x-cloud-error-codes: deployments.deployment_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}
# Headers
x-cloud-error-codes: deployments.deployment_resource_no_longer_exists
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}