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

[
    {
        "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",
        "request_details": {
            "request_details": {
                "aws_quota_request_id": "string",
                "detail_status": "string",
                "resolved_at": "string",
                "desired_value": 0,
                "aws_support_case_status": "string",
                "aws_support_case_id": "string"
            }
        }
    }
]
Optional

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/aws/resources/servicequotas/requests