Skip to main content

List Detected Cloud Accounts

Select

SaaS
Customer Managed

List all cloud accounts dectected with the current configuartion of the cloud connection.

Path Parameters
  • cloudConnectionId int32 required

    Id of an existing cloud connection

Responses

Success


Schema
  • detectedAccounts object[]

    List of dectected cloud accounts.

  • name string

    cloud account name

  • id string

    cloud account id

  • uuid string

    The globally unique identifier for the account

  • email string

    email for cloud account

GET /v4/cloud/cloudconnection/:cloudconnectionid/accounts/detected    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
cloudConnectionId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Cloud/CloudConnection/:cloudConnectionId/accounts/detected' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'