Put Tbrs

Put Tbrs

Move Sddc to new support window

Request
URI
PUT
https://vmc.vmware.com/vmc/api/orgs/{org}/tbrs/support-window/{id}
COPY
Path Parameters
string
org
Required

Organization identifier

string
id
Required

Target Support Window ID


Request Body

SDDC to move

SddcId of type(s) application/json
Required
"SddcId Object"
string
sddc_id
Optional

Sddc ID

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SupportWindowId of type(s) application/json
{
    "window_id": "string"
}
string
window_id
Optional

Support Window ID


400

Invalid request

Returns ErrorResponse of type(s) application/json
"ErrorResponse Object"
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


401

Unauthorized

Returns ErrorResponse of type(s) application/json
"ErrorResponse Object"
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


403

Forbidden

Returns ErrorResponse of type(s) application/json
"ErrorResponse Object"
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


404

Feature does not exist

Returns ErrorResponse of type(s) application/json
"ErrorResponse Object"
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/vmc/api/orgs/{org}/tbrs/support-window/{id}