Configure Cloud Account
Select
This API creates a new cloud account.
- application/json
Request Body
- createCloudAccount-SaaS
- createCloudAccount-CustomerManaged
- name string required
New cloud Account name
- subscriptionId string required
Azure Subscription ID
credential object
Azure cloud Account credential info. Use Select Azure credentials API to fetch or Create a new using Configure Azure credentials API.
This is optional and not needed if connection is using managed identities for azure resources with the backupgateways input
id integerCredential ID
name stringCredential Name
backupGateways object[]
List of backup gateways in Metallic.
Optional if the backup is direct to cloud
id integername string- isMSSQL boolean
Set this to true if the cloudAccount type is of MSSQL
region object required
SaaS Workload Region
id integer requiredRegion ID. Use Select Region to get it
name string requiredRegion Name
- name string required
New cloud Account name
- subscriptionId string required
Azure Subscription ID
credential object
Azure cloud Account credential info. Use Select Azure credentials API to fetch or Create a new using Configure Azure credentials API.
This is optional and not needed if connection is using managed identities for azure resources with the backupgateways input
id integerCredential ID
name stringCredential Name
backupGateways object[] required
List of backup gateways in Metallic.
Optional if the backup is direct to cloud
id integerBackup Gateway ID
name stringBackup Gateway Name
- isMSSQL boolean
Set this to true if the cloudAccount type is of MSSQL
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- id integer
- name string
{
"id": 0,
"name": "string"
}
{
"id": 2015,
"name": "new_cloudaccount_test6"
}