Get Tbrs

Get Tbrs

Get all available support windows

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

Organization identifier

Query Parameters
integer
minimumSeatsAvailable
Optional

minimum seats available (used as a filter)

string
createdBy
Optional

user name which was used to create the support window (used as a filter)


Authentication
This operation uses the following authentication methods.
Responses
200

Success, return list of available Support Windows

Returns Array of SupportWindow of type(s) application/json
[
    {
        "start_day": "string",
        "seats": 0,
        "sddcs": [
            "string"
        ],
        "duration_hours": 0,
        "start_hour": 0,
        "support_window_id": "string"
    }
]

400

Invalid request

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
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
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
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
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
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

No support windows are available

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
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