Obtaining All Applications
Function
This API is used to obtain all created applications.
URI
GET /v2/{project_id}/cas/applications
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID. |
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
limit |
String |
No |
Number of records to be displayed. The value is 1000 or ranges from 0 to 100. If the specified value is not within the range, value 10 is assigned. In the non-pagination scenario, the value is 1000. In the pagination scenario, the value ranges from 0 to 100. |
offset |
String |
No |
Offset, which indicates the result after the Nth data record is queried. |
order_by |
String |
No |
Sorting field. By default, query results are sorted by creation time. The following enumerated values are supported: create_time, name, and update_time. If the transferred value is not within the supported enumerated value range, the default sorting field is used. |
order |
String |
No |
Descending or ascending order. Default value: desc. |
Request
None
Response
Parameter |
Type |
Description |
---|---|---|
count |
Integer |
Total number of applications. |
applications |
Array of objects |
Application information. See Table 4. |
Parameter |
Type |
Description |
---|---|---|
id |
String |
Application ID. |
name |
String |
Application name. |
description |
String |
Application description. |
creator |
String |
Creator. |
project_id |
String |
Project ID. |
enterprise_project_id |
String |
Enterprise project ID. |
create_time |
Integer |
Creation time. |
update_time |
Integer |
Update time. |
unified_model |
String |
Whether to enable the unified model. |
component_count |
Integer |
Number of components. |
Example
Example request
None
Example response
{ "count": 1, "applications": [ { "id": "e5213b62-0e3c-476f-9960-3e4108787350", "name": "app-xpmtii", "description": "test", "project_id": "e7d2e9c589e5445e808a8ff0d1235aca", "enterprise_project_id": "0", "creator": "ss-test", "create_time": 1610432385245, "update_time": 1610432385245, "unified_model": null, "component_count": 0 } ] }
Status Code
Status Code |
Description |
---|---|
200 |
OK |
400 |
Bad Request |
404 |
Not Found |
500 |
Internal Server Error |
Error Code
Error code must be in the format of SVCSTG.00100.[Error_ID]. Example: SVCSTG.00100400. See Error Codes of Application Management APIs.
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