Edit cleanroom target
Select
SaaS
Customer Managed
Edit cleanroom target for automation of resources
- application/json
Request Body
general object
recovery object
infrastructure object
advanced object
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
PUT /cleanroom/target/:id
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Cleanroom/Target/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"general": {
"target": {
"id": 0,
"name": "string",
"vendor": "NONE",
"applicationType": "NONE"
},
"hypervisor": {
"id": 0,
"name": "string",
"displayName": "string",
"instanceId": 0
},
"accessNode": {
"id": 0,
"name": "string",
"displayName": "string",
"type": "Client"
},
"security": {
"users": [
{
"id": 0,
"name": "string",
"fullName": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"entityDisplayName": {
"prefix": "string",
"suffix": "string"
}
},
"recovery": {
"resourceGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"region": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageAccount": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"availabilityZone": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"storageType": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"infrastructure": {
"maxNoOfAccessNodes": 0,
"networkSettings": {
"virtualNetwork": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"securityGroup": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"createPublicIPAddress": true
},
"advancedSettings": {
"serverGroup": {
"id": 0,
"name": "string",
"type": "string"
},
"vmSize": {
"guid": "string",
"name": "string",
"type": "CREATE_NEW"
},
"customImages": [
{
"imageName": "string",
"operatingSystem": "UNIX"
}
]
}
},
"advanced": {
"networkAddressSpace": {
"virtualNetwork": "string",
"recoveredEntity": "string",
"infrastructure": "string",
"bastion": "string"
},
"securityGroupRules": {
"recoveredEntity": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
],
"infrastructure": [
{
"priority": 0,
"name": "string",
"sourceIPRange": "string",
"sourcePortRange": "string",
"destinationIPRange": "string",
"destinationPortRange": "string"
}
]
}
}
}'