You are not logged in.
ShowSpRes
This API is used by an SP administrator to query the shared resource usage of the SP.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Access-Token | string | header | Yes | Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID]. |
Operation successful.
Name | Type | Description |
---|---|---|
usedAccountsCount | integer | Number of concurrent participants used by all enterprises under the SP. |
Authentication is not performed or fails.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
Server internal error.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
"GET https://{endpoint}/v1/mmc/management/spRes"
Operation successful.
{
"usedAccountsCount": "5"
}
Authentication is not performed or fails.
{
"error_code": "MMC.118000001",
"error_msg": "USER_TOKEN_AUTH_FAILED"
}
Server internal error.
{
"error_code": "MMC.11070003",
"error_msg": "CONF_EXCEPTION"
}