Skip to main content

List Cloud Account Names - POST

POST 

/cloud/name

Returns a list of cloud account IDs and names.

Request

Query Parameters

    onlyActive boolean

    Returns IDs and names of active accounts only. Default is false.

    cloudType string

    Returns IDs and names of accounts that belong to the specified cloudType and accountGroup

    includeOthers boolean

    Returns none cloudAccount and none cloudAccountId in response if includeOthers is true

Body

required

Cloud Account Groups

    accountIds string[]

    List of account IDs

    accountGroupIds string[]

    List of account group IDs

    aggregate boolean

    true = aggregate

    filterKey string

    Filter key

    filterValue string

    Filter value

    groupBy string

    Group items by this value

    limit int32

    Limit of items per request. Default is 1000.

    timeRange objectrequired

    Model for TimeRangeConfig

    value object

    Model for RelativeTimeDuration

    unit string

    Possible values: [minute, hour, day, week, month, year]

    Time unit

    amount int32

    Number of time units

    cloudType string
    csvHeaderRequired boolean

Responses

successful operation

Schema
  • Array [
  • id string

    ID of Account/ Project/ Master Service Account/ Organization

    name string

    Name of Account/ Project/ Master Service Account/ Organization

    cloudType string

    Possible values: [ALL, AWS, AZURE, GCP, ALIBABA_CLOUD, OCI, IBM]

    Cloud Type of Account/ Project/ Master Service Account/ Organization

    parentAccountName string

    Parent Org Name of Account/ Project

  • ]
Loading...