List Aws

List Aws

List all service quota requests of an org

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

Organization identifier


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of ServiceQuotaRequest of type(s) application/json
[
    {
        "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