Update 2
Remove networks/datastores for already onboarded environment
Authorized Roles : PROVIDER or ORG_ADMIN
Request
URI
PUT
https://{api_host}/provider/environments/{uuid}/update-vc-resources
COPY
Path Parameters
string
uuid
Required
ID of the Environment
Request Body
UpdateInfraDto
of type(s)
application/json
Required
{
"controlNetwork": "string",
"appNetworks": [
{
"networkName": "string",
"morId": "string",
"isDefault": false,
"default": false
}
],
"datastores": [
{
"datastoreName": "string",
"morId": "string",
"isDefault": false,
"default": false
}
]
}
string
controlNetwork
Optional
controlNetwork
array of
object
appNetworks
Optional
appNetworks
array of
object
datastores
Optional
datastores
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/provider/environments/{uuid}/update-vc-resources
On This Page
Environment Operations
GET
Get Environments
PUT
Update 2
PUT
Update Vc Credentials
PUT
Sync S3 Config
POST
Fetch Infra
POST
Check S3 Connectivity
GET
Get Tenant Env Vm Password
GET
Get Tenant Env Vcenter Password
GET
Get Tenant By Environment
GET
Fetch Networks
GET
Fetch Datastores
GET
Get All Environment Associated Tenants
GET
Get Alerts
GET
Get By Env ID
GET
Search Environment By Tenant Id