Queries the resource quotas of your ApsaraVideo Live service.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DescribeLiveUserQuota

The operation that you want to perform. Set the value to DescribeLiveUserQuota.

Response parameters

Parameter Type Example Description
DomainQuota Integer 20

The maximum number of domain names.

RequestId String BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=DescribeLiveUserQuota
&<Common request parameters>

Sample success responses

XML format

<DescribeLiveUserQuotaResponse>
      <RequestId>BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23</RequestId>
      <DomainQuota>20</DomainQuota>
</DescribeLiveUserQuotaResponse>

JSON format

{
    "RequestId":"BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23",
    "DomainQuota":"20"
}

Error codes

For a list of error codes, visit the API Error Center.