Help Center> Meeting> Server API Reference> Meeting Management> APIs> Querying SP Resource Usage as an SP Administrator
Updated on 2023-12-22 GMT+08:00

Querying SP Resource Usage as an SP Administrator

Description

This API is used by an SP administrator to query the shared resource usage of the SP.

Debugging

You can debug this API in API Explorer.

Prototype

Table 1 Prototype

Request Method

GET

Request Address

/v1/mmc/management/spRes

Transport Protocol

HTTPS

Request Parameters

Table 2 Parameters

Parameter

Mandatory

Type

Location

Description

X-Access-Token

Yes

String

Header

Authorization token. Use the value of accessToken in the response to the request for Authenticating an App ID.

Status Codes

Table 3 Status codes

HTTP Status Code

Description

200

Operation successful.

400

Invalid parameters.

401

Authentication is not performed or fails.

403

Insufficient permissions.

500

Server exception.

Response Parameters

Table 4 Response parameters

Parameter

Type

Description

usedAccountsCount

Integer

Number of concurrent participants used by all enterprises under the SP.

Example Request

GET /v1/mmc/management/spRes
Connection: keep-alive
X-Access-Token: *******
user-agent: WeLink-desktop
Host: api.meeting.huaweicloud.com
User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_191)

Example Response

HTTP/1.1 200 
Date: Wed, 18 Dec 2019 06:20:40 GMT
Content-Type: application/json;charset=UTF-8
Content-Length: 126
Connection: keep-alive
Expires: 0
Pragma: No-cache
Cache-Control: no-cache
http_proxy_id: 2d5d7b5342900131401c88617b8d4c45
Server: api-gateway
X-Request-Id: 249ed38c7e8a19017f7a566644483b0e111

{
    "usedAccountsCount": 5
}

Error Codes

If an error code starting with MMC or USG is returned when you use this API, rectify the fault by following the instructions provided in Huawei Cloud API Error Center.

Example cURL Command

curl -k -i -X GET -H 'X-Access-Token:******' https://api.meeting.huaweicloud.com/v1/mmc/management/spRes