List Cloud Account Names - GET
GET/cloud/name
You can use this endpoint to GET the account IDs and names of accounts that:
*Belongs to a specific account group
*Belongs to a specific account type
*Is active. For precise filtering, use the List Cloud Account Names -POST endpoint.
Request
Query Parameters
Returns IDs and names of active accounts only. Default is false.
Returns IDs and names of accounts that belong to the specified account group IDs
Returns IDs and names of accounts that belong to the specified cloudType and accountGroup
Returns none cloudAccount and none cloudAccountId in response if includeOthers is true
Responses
- 200
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
ID of Account/ Project/ Master Service Account/ Organization
Name of Account/ Project/ Master Service Account/ Organization
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, IBM
]
Cloud Type of Account/ Project/ Master Service Account/ Organization
Parent Org Name of Account/ Project
[
{
"id": "string",
"name": "string",
"cloudType": "ALL",
"parentAccountName": "string"
}
]