Skip to main content

Get cloud accounts for Cloud Resource Discovery operation

This endpoint is used to return the list of cloud accounts for Cloud Resource Discovery operation.

Query Parameters
  • vendor integer required

    Type of the cloud vendor. Cloud accounts for the specified cloud vendor will be returned. Supported Vendor type: 3-Azure

  • targetApp integer

    App type for which the Cloud Resorce Discovery instance is being configured. Supported App type: 134-Cloud Apps

  • targetInstance integer

    Cloud apps instance type for which the Cloud Resorce Discovery instance is being configured. Supported Cloud apps instance type: 6-Azure Blob

Responses

Success


Schema
  • cloudAccounts object[]

    Array of cloud accounts eligible for Cloud Resource Discovery

  • client object
  • id int32
  • name string
  • subscriptionId string

    Subscription Id of the cloud account

  • error object
  • errorMessage string
  • errorCode int32
GET /v4/crd/cloudaccounts    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
vendor — query required
targetApp — query
targetInstance — query
curl -L -X GET 'https://localhost/webconsole/api/V4/CRD/CloudAccounts' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'