Select Azure Hypervisor
Select
SaaS
Customer Managed
This API returns list of cloud accounts
Cloud account will be used to access the azure instanc
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
cloudAccounts object[]
id integername stringdisplayName string
{
"cloudAccounts": [
{
"id": 0,
"name": "string",
"displayName": "string"
}
]
}
{
"cloudAccounts": [
{
"id": 2006,
"name": "",
"displayName": "AZ-TAownWInpr"
},
{
"id": 3182,
"name": "",
"displayName": "Azclient-devsow"
},
{
"id": 2011,
"name": "",
"displayName": "Aztemp-DiffTANoPerm"
},
{
"id": 1491,
"name": "",
"displayName": "Azure_AutoScale_DiffSub"
},
{
"id": 1472,
"name": "",
"displayName": "Azure_MSI_diffSUb"
},
{
"id": 1448,
"name": "",
"displayName": "Azure-RM_V2"
},
{
"id": 1467,
"name": "",
"displayName": "AzureRM_MSI_V2"
},
{
"id": 3046,
"name": "",
"displayName": "FRELSetMA"
},
{
"id": 3172,
"name": "",
"displayName": "Test Terraform Azure Hypervisor1"
},
{
"id": 2756,
"name": "",
"displayName": "TestVSA-Sub"
}
]
}
Loading...