Edit Cloud Config Subclient
Select
SaaS
Customer Managed
Edit Cloud Config Subclient
Path Parameters
- subclientId string required
Id of an cloud config subclient
- application/json
Request Body
- newName string
subclient name
content object
Cloud Config Content
azureCloudConfigContent object
Azure Cloud Config Content
resourceGroup string[]tags object[]
name stringvalue stringplan object
id int32name string
Responses
- 200
- 400
- 500
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorCode int32
- errorMessage string
Tells about the error occured
- warningCode int32
- warningMessage string
Tells about the warning occured
{
"errorCode": 0,
"errorMessage": "string",
"warningCode": 0,
"warningMessage": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...