v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBCloud 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"
}