List Connection Groups
Returns a list of active connection groups that are managing AWS account connections.
Query Parameters
- limit int64
Limits the size of the response on each page to the specified number of items.
- start string
Sets the page token used to browse the collection. Leave this parameter empty to get the first page. Other pages can be traversed using HATEOAS links.
- filter string
Narrows down the results to only the items that satisfy the filter criteria. The following table lists the supported filter fields for this resource and the operations that can be performed on the field:
For more information about filtering, refer to the Filtering section of this guide.Field Filter Condition Description account_native_id $in The AWS account ID that belongs to a connection group to be searched. {"account_native_id":{"$in":["111111111111", "222222222222"]}}
organizational_unit_id $in Lists connection groups in the specified organizational units. {"organizational_unit_id":{"$in":["ca849d10-7ea1-4869-b2d0-46c42b5f2bea", "27b9ee09-c59c-466f-b2c4-223e9h8df7c8"]}}
account_alias $contains A substring within the account alias (if available) to search for. {"account_alias":{"$contains":"foo"}}
services_enabled $contains, $eq Lists the connection groups that have at least these asset_types enabled or groups that have the exact asset_types enabled. Supported types are: ['rds', 's3', 'ebs', 'ec2mssql','dynamodb']. {"services_enabled":{"$contains":["rds"]}}
{"services_enabled":{"$eq":["rds"]}}
- 200
- default
Success
- application/api.clumio.aws-connection-groups=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
_links object
- current_count int64
The number of items listed on the current page.
- filter_applied string
The filter used in the request. The filter includes both manually-specified and system-generated filters.
- limit int64
The maximum number of items displayed per page in the response.
- start string
The page token used to get this response.
{
"_embedded": {
"items": [
{
"_embedded": {},
"_etag": "string",
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"read-organizational-unit": {
"href": "string",
"templated": true,
"type": "string"
}
},
"account_name": "string",
"account_native_ids": [
"string"
],
"asset_types_enabled": [
"string"
],
"aws_regions": [
"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"
}
},
"created_timestamp": "string",
"deployment_template_url": "string",
"description": "string",
"external_id": "string",
"id": "string",
"intended_account_native_ids": [
"string"
],
"intended_asset_types": [
"string"
],
"intended_aws_regions": [
"string"
],
"master_aws_account_id": "string",
"master_region": "string",
"ongoing_stack_operation": "creating_stack",
"organizational_unit_id": "string",
"stack_arn": "string",
"stack_name": "string",
"status": "connecting"
}
]
},
"_links": {
"_first": {
"href": "string",
"templated": true,
"type": "string"
},
"_next": {
"href": "string",
"templated": true,
"type": "string"
},
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"create-aws-connection": {
"href": "string",
"templated": true,
"type": "string"
},
"create-aws-connection-group": {
"href": "string",
"templated": true,
"type": "string"
}
},
"current_count": 0,
"filter_applied": "string",
"limit": 0,
"start": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /connections/aws/connection-groups
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/connections/aws/connection-groups' \
-H 'Accept: application/api.clumio.aws-connection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'