Create a Cloud Config Subclient
Select
SaaS
Customer Managed
Create a Cloud Config Subclient. This subclient is used to protect the cloud config files.
- application/json
Request Body
- name string required
subclient name
hypervisor object required
id int32name stringplan object required
id int32name stringcontent object
Cloud Config Content
azureCloudConfigContent object
Azure Cloud Config Content
resourceGroup string[]tags object[]
name stringvalue string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- subclientId int32
- warningCode int32
- errorCode int32
- errorMessage string
Response message
- warningMessage string
Response message
{
"subclientId": 0,
"warningCode": 0,
"errorCode": 0,
"errorMessage": "string",
"warningMessage": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...