Get Aws

Get Aws

Get Service Quota Request by its Id

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/aws/resources/servicequotas/requests/{serviceQuotaRequestId}
COPY
Path Parameters
string
org
Required

Organization identifier

string
serviceQuotaRequestId
Required

The UUID of the service quota request


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ServiceQuotaRequest of type(s) application/json
This response body class contains all of the following: AbstractEntity
{
    "updated": "string",
    "user_id": "string",
    "updated_by_user_id": "string",
    "created": "string",
    "version": 5,
    "updated_by_user_name": "string",
    "user_name": "string",
    "id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
    "requester_email": "string",
    "task_id": "string",
    "region": "string",
    "aws_account_number": "string",
    "org_id": "string",
    "reason": "string",
    "request_status": "string"
}

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure