Get cloud accounts for Cloud Resource Discovery operation
Select
SaaS
Customer Managed
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
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
cloudAccounts object[]
Array of cloud accounts eligible for Cloud Resource Discovery
client object
id int32name stringsubscriptionId stringSubscription Id of the cloud account
error object
errorMessage stringerrorCode int32
{
"cloudAccounts": [
{
"client": {
"id": 0,
"name": "string"
},
"subscriptionId": "string"
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Requested Details not found
Loading...