Cloud Connect
Get an AWS account
Returns the current state of an AWS account including role, supported features, and optional S3 bucket configuration.
get/core/v1/cloudconnect/aws/accounts/{accountID}
Response
OK - Account details returned successfully.
Example response
{
"accountID": "123456789012",
"roleArn": "arn:aws:iam::123456789012:role/DoiTRole",
"s3BucketRegion": "us-east-1",
"supportedFeatures": [
{
"name": "spot-scaling"
}
],
"timeLinked": "2024-01-15T10:30:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.