[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Get AWS

Description

Get Service Quota Request by its Id

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/aws/resources/servicequotas/requests/{serviceQuotaRequestId}
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


string
serviceQuotaRequestId Required

The UUID of the service quota request


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ServiceQuotaRequest of type(s) application/json
This response body class contains all of the following: AbstractEntity, InlineServiceQuotaRequest1
Errors

Errors

401

Unauthorized


403

Forbidden

Code Samples

Code Samples

PowerCLI Client SDK Example

Invoke-OrgsOrgAwsResourcesServicequotasRequestsServiceQuotaRequestIdGet -Org "MyOrg" -ServiceQuotaRequestId "MyServiceQuotaRequestId"

cURL Command

curl https://vmc.vmware.com/vmc/api/orgs/{org}/aws/resources/servicequotas/requests/{serviceQuotaRequestId}
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: aws
x-vmw-vapi-methodname: get


Feedback

Was this page helpful?