Querying App Quantities
Function
This API is used to query the number of apps that have been authorized to access APIs and the number of apps that have not been authorized to access APIs.
URI
The following table lists the HTTP/HTTPS request method and URI of the API.
Request Method |
URI |
---|---|
GET |
/v1.0/apigw/resources/outline/apps |
Request
N/A
Response
Parameter |
Type |
Description |
---|---|---|
authed_nums |
Integer |
Number of apps that have been authorized to access APIs |
unauthed_nums |
Integer |
Number of apps that have not been authorized to access APIs |
Example response:
{ "authed_nums": 1, "unauthed_nums": 2 }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
400 |
Bad Request |
401 |
Unauthorized |
403 |
Forbidden |
500 |
Server Internal Error |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot