Skip to main content

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.

    Embeddable LinkDescription
    read-aws-environment-ebs-volumes-protection-statsEmbeds 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-statsEmbeds 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-statsEmbeds 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-statsEmbeds 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-statsEmbeds 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-statsEmbeds 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-statsEmbeds backup statistics for each AWS environment into the response. For example, ?embed=read-aws-environments-backup-status-stats
    For more information about embedded links, refer to the Embedding Referenced Resources section of this guide.
  • lookback_days int64

    Calculate backup status for the last lookback_days days.

Responses

Success


Schema
  • _embedded object

    Embedded responses related to the resource.

  • read-aws-environments-backup-status-stats

    Backup statistics for each AWS environment.

  • _links object

    URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • read-organizational-unit object

    A resource-specific HATEOAS link.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The 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 string

    The current version of the feature.

  • ebs object

    EbsAssetInfo The installed information for the EBS feature.

  • installed_template_version string

    The current version of the feature.

  • ec2 object

    Ec2AssetInfo The installed information for the EC2 feature.

  • installed_template_version string

    The current version of the feature.

  • ec2_mssql object

    EC2MSSQLProtectConfig The installed information for the EC2_MSSQL feature.

  • installed_template_version string

    The current version of the feature.

  • installed_template_version string

    The current version of the feature.

  • rds object

    RdsAssetInfo The installed information for the RDS feature.

  • installed_template_version string

    The current version of the feature.

  • s3 object

    S3AssetInfo The installed information for the S3 feature.

  • installed_template_version string

    The 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 string

    The current version of the feature.

  • installed_template_version string

    The 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.

GET /datasources/aws/environments/:environment_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
environment_id — path required
embed — query
lookback_days — query
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/environments/:environment_id' \
-H 'Accept: application/api.clumio.aws-environments=v1+json' \
-H 'Authorization: Bearer <TOKEN>'