v1
latestOpenAPI 3.0.22026-08-062794201004.1 KBCMEK
Get Cloud Accounts
Fetches the cloud account ID associated with the organization. Use this account ID when adding CMEK to other AWS databases in your organization.
To learn more, see CMEK at Rest.
In order to access this endpoint, the provided API key must have at least one of the following roles:
- Organization Owner
- Project Creator
- Organization Member
To learn more, see Organization, Project, and Database Access Overview.
get/v4/organizations/{organizationId}/cloudAccounts
Response
Successfully fetched the cloud account ID associated with the organization.
Example response
{
"gcp-capella-project": "MyApp-Prod-Project",
"aws-capella-account": "MyApp-Prod-Project",
"azure-capella-subscription": "MyApp-Prod-Project"
}