Configure Backup content in Azure VMGroup
Select
SaaS
This API creates a vm group for Cloud account on metallic azure.
Content is optional . If not provided all VMs in the account are backed up. Any VMs tagged to the particular tag in the same region as plan will be backed up
- application/json
Request Body
- name string
cloudAccount object required
cloud account name or id
id integername stringplan object required
plan name or id
id integername stringcontent object
virtual machine content to be backed up
ruleGroups object[]
matchRule stringrules object[]
type stringcondition stringGUID stringname string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- subclientId integer
- errorCode integer
- warningMessage string
{
"subclientId": 0,
"errorCode": 0,
"warningMessage": "string"
}
{
"subclientId": 46075,
"errorCode": 0,
"warningMessage": ""
}
Loading...