Obtaining the Component List
Function
This API is used to obtain the component list.
URI
GET /v1/apm2/openapi/cmdb/apps/get-apps
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
business_id |
Yes |
Long |
Application ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
x-business-id |
Yes |
Long |
Application ID. |
X-Auth-Token |
Yes |
String |
User token obtained from IAM. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
apps |
Array of AppNodeModel objects |
Component information list. |
Example Requests
Query the component list of application 162.
/v1/apm2/openapi/cmdb/apps/get-apps?business_id=162
Example Responses
Status code: 200
OK: The request is successful.
{ "apps" : [ { "id" : 11, "gmt_create" : null, "gmt_modify" : null, "name" : "apm-pu-task", "business_id" : 162, "sub_business_id" : 55, "inner_domain_id" : null } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
OK: The request is successful. |
401 |
Unauthorized: No permissions. |
403 |
Forbidden: Access forbidden. |
404 |
Not Found: The requested resource is not found. |
Error Codes
See Error Codes.
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