Retrieve an AWS environment
Returns a representation of the specified AWS environment.
Path Parameters
- environment_id string required
Performs the operation on the environment with the specified ID.
Query Parameters
- embed string
Embeds the details of an associated resource. Set the parameter to one of the following embeddable links to include additional details associated with the resource.
For more information about embedded links, refer to the Embedding Referenced Resources section of this guide.Embeddable Link Description read-aws-environment-ebs-volumes-protection-stats Embeds protection stats about EBS Volumes for each AWS environment into the response. For example, ?embed=read-aws-environment-ebs-volumes-protection-stats
read-aws-environment-ec2-instances-protection-stats Embeds protection stats about EC2 Instance for each AWS environment into the response. For example, ?embed=read-aws-environment-ec2-instances-protection-stats
read-aws-environment-ec2-mssql-protection-stats Embeds protection stats about EC2 MSSQL for each AWS environment into the response. For example, ?embed=read-aws-environment-ec2-mssql-protection-stats
read-aws-environment-rds-resources-protection-stats Embeds protection stats about RDS Instance for each AWS environment into the response. For example, ?embed=read-aws-environment-rds-resources-protection-stats
read-aws-environment-dynamodb-tables-protection-stats Embeds protection stats about DynamoDB tables for each AWS environment into the response. For example, ?embed=read-aws-environment-dynamodb-tables-protection-stats
read-aws-environment-protection-groups-protection-stats Embeds protection stats about Protection Group for each AWS environment into the response. For example, ?embed=read-aws-environment-protection-groups-protection-stats
read-aws-environments-backup-status-stats Embeds backup statistics for each AWS environment into the response. For example, ?embed=read-aws-environments-backup-status-stats
- lookback_days int64
Calculate backup status for the last
lookback_days
days.
- 200
- default
Success
- application/api.clumio.aws-environments=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
Embedded responses related to the resource.
read-aws-environments-backup-status-statsBackup statistics for each AWS environment.
_links object
URLs to pages related to the resource.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
read-organizational-unit object
A resource-specific HATEOAS link.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
- account_name string
The name given to the account.
- account_native_id string
The AWS-assigned ID of the account associated with the environment.
- aws_az string[]
The valid AWS availability zones for the environment. For example,
us_west-2a
. - aws_region string
The AWS region associated with the environment. For example,
us-west-2
. config object
The consolidated configuration of the Clumio Cloud Protect and Clumio Cloud Discover products for this connection. If this connection is deprecated to use unconsolidated configuration, then this field has a value of
null
.asset_types_enabled string[]The asset types supported on the current version of the feature
dynamodb object
DynamodbAssetInfo The installed information for the DynamoDB feature.
installed_template_version stringThe current version of the feature.
ebs object
EbsAssetInfo The installed information for the EBS feature.
installed_template_version stringThe current version of the feature.
ec2 object
Ec2AssetInfo The installed information for the EC2 feature.
installed_template_version stringThe current version of the feature.
ec2_mssql object
EC2MSSQLProtectConfig The installed information for the EC2_MSSQL feature.
installed_template_version stringThe current version of the feature.
installed_template_version stringThe current version of the feature.
rds object
RdsAssetInfo The installed information for the RDS feature.
installed_template_version stringThe current version of the feature.
s3 object
S3AssetInfo The installed information for the S3 feature.
installed_template_version stringThe current version of the feature.
warm_tier_protect object
The configuration of the Clumio Cloud Warm-Tier Protect product for this connection.
dynamodb object
DynamodbAssetInfo The installed information for the DynamoDB feature.
installed_template_version stringThe current version of the feature.
installed_template_version stringThe current version of the feature.
- connection_group_id string
Clumio assigned ID of the associated connection group (if any).
- connection_id string
The Clumio-assigned ID of the connection associated with the environment.
- connection_management_status string
Possible values: [
managed
,unmanaged
]Management status of connection for the environment.
- connection_status string
The status of the connection to the environment.
- description string
The user-provided account description.
- id string
The Clumio-assigned ID of the environment.
- organizational_unit_id string
The Clumio-assigned ID of the organizational unit associated with the environment.
- services_enabled string[]
The AWS services enabled for this environment. Possible values include "ebs", "rds" and "dynamodb".
- template_version int64
The Clumio CloudFormation template version used to deploy the CloudFormation stack.
{
"_embedded": {},
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"read-organizational-unit": {
"href": "string",
"templated": true,
"type": "string"
}
},
"account_name": "string",
"account_native_id": "string",
"aws_az": [
"string"
],
"aws_region": "string",
"config": {
"asset_types_enabled": [
"string"
],
"dynamodb": {
"installed_template_version": "string"
},
"ebs": {
"installed_template_version": "string"
},
"ec2": {
"installed_template_version": "string"
},
"ec2_mssql": {
"installed_template_version": "string"
},
"installed_template_version": "string",
"rds": {
"installed_template_version": "string"
},
"s3": {
"installed_template_version": "string"
},
"warm_tier_protect": {
"dynamodb": {
"installed_template_version": "string"
},
"installed_template_version": "string"
}
},
"connection_group_id": "string",
"connection_id": "string",
"connection_management_status": "managed",
"connection_status": "string",
"description": "string",
"id": "string",
"organizational_unit_id": "string",
"services_enabled": [
"string"
],
"template_version": 0
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}