List Cloud Account Names - POST
POST/cloud/name
Get the list of cloud account names and Ids that match custom filtering criteria where the filter criteria can be defined in the filter key and filter value parameter of the request.
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 cloudType and accountGroup
Returns none cloudAccount and none cloudAccountId in response if includeOthers is true
- application/json
Body
required
Cloud Account Groups
List of account IDs
List of account group IDs
true = aggregate
Filter key
Filter value
Group items by this value
Limit of items per request. Default is 1000.
timeRange objectrequired
Model for TimeRangeConfig
Possible values: [relative
]
Time type
value object
Model for RelativeTimeDuration
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
Number of time units
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"
}
]