Update 2

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 NetworkDto
appNetworks
Optional

appNetworks

datastores
Optional

datastores

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure