Skip to main content

Discover Accounts

Select

SaaS
Customer Managed

Create hypervisors corresponding to accounts that match organization's content rules.

Path Parameters
  • organizationId int32 required

    Id of an existing organization

Responses

OK


Schema
  • discoveredAccounts object[]
  • accountEntityDetails object

    Details of an AWS account

  • hypervisorDetails object

    Details of hypervisor corresponding to the onboarded account

  • id int32
  • name string
  • displayName string
  • hypervisorCreationAction string

    Possible values: [ORGANIZATION_DISCOVERY, INDIVIDUAL_ADDITION]

    The action that created the hypervisor

  • accountName string

    Name of the account

  • accountId string

    Id of the account

  • accountArn string

    ARN of the account

  • accountEmail string

    E-mail corresponding to the account

  • organizationPath string

    Path to the account in the organization structure

  • accountStatus string

    Possible values: [ACTIVE, SUSPENDED, PENDING_CLOSURE]

    State of the account

  • warningMessage string
  • discoveryFailedAccounts object[]
  • accountDetails object

    Details of an AWS account

  • accountName string

    Name of the account

  • accountId string

    Id of the account

  • accountArn string

    ARN of the account

  • accountEmail string

    E-mail corresponding to the account

  • organizationPath string

    Path to the account in the organization structure

  • accountStatus string

    Possible values: [ACTIVE, SUSPENDED, PENDING_CLOSURE]

    State of the account

  • errorMessage string
POST /v4/cloud/aws/organization/:organizationid/account/discover    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
organizationId — path required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Cloud/AWS/Organization/:organizationId/Account/Discover' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'