Get cloud accounts for Cloud Resource Discovery operation
Select
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
- targetRegion integer
The region id for which the Cloud Resorce Discovery instance is being configured.
- 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
credentialId intCredential id associated with the cloud account
credentialType intCredential type of the credential associated
discoveryInstances object[]
List of discovery instances associated with the cloud account
instanceId intInstance Id of the discovery instance
targetAppType stringTarget app type of the discovery instance
targetInstanceType stringTarget instance type of the discovery instance
targetRegion stringTarget region of the discovery instance
error object
errorMessage stringerrorCode int32
{
"cloudAccounts": [
{
"client": {
"id": 0,
"name": "string"
},
"subscriptionId": "string",
"discoveryInstances": [
{
"targetAppType": "string",
"targetInstanceType": "string",
"targetRegion": "string"
}
]
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Requested Details not found