Skip to main content

List Cloud Account Names - GET

GET 

/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.

    accountGroupIds string[]

    Returns IDs and names of accounts that belong to the specified account group IDs

    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

Responses

successful operation

Schema
  • Array [
  • cloudType string

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

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

    id string

    ID of Account/ Project/ Master Service Account/ Organization

    name string

    Name of Account/ Project/ Master Service Account/ Organization

    parentAccountName string

    Parent Org Name of Account/ Project

  • ]
Loading...