List Ancestors (AWS) - Legacy
For AWS only. Lists the ancestors of the given member accounts and organizational units (OUs) for the specified cloud account ID. A successful response returns an array of accounts and/or OUs each of which is mapped to an array of ancestor resource IDs.
Path Parameters
- account_id string required
Account ID
- application/json
Request Body required
Cloud Account JSON
property name*
object
Responses
- 200
- 400
- 404
- 500
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
ancestors object[]
List of ancestors
Array [displayName stringDisplay name
hasChild booleanPossible values: [
true
,false
]Has Child
id stringNode ID
parent stringParent
type stringPossible values: [
ORG
,FOLDER
,PROJECT
,SUBSCRIPTION
,MANAGEMENT_GROUP
,TENANT
,ACCOUNT
,OU
]Node type
]- resourceId string
Resource ID
- responseCode int32
Response code
- status string
Status
- ]
[
{
"ancestors": [
{
"displayName": "string",
"hasChild": true,
"id": "string",
"parent": "string",
"type": "ORG"
}
],
"resourceId": "string",
"responseCode": 0,
"status": "string"
}
]
bad_request / unauthorized_access
invalid_account_id_format
internal_error
Loading...