Querying Automatic Startup Item Information
Function
This API is used to query the automatic startup information. The startup type and number of servers can be queried based on the automatic startup name.
Calling Method
For details, see Calling APIs.
URI
GET /v5/{project_id}/asset/auto-launch/statistics
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
User ID |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
name |
No |
String |
Auto-started item name |
type |
No |
String |
Auto-started item type |
enterprise_project_id |
No |
String |
Enterprise project |
limit |
No |
Integer |
Default value: 10 |
offset |
No |
Integer |
Default value: 0 |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
x-auth-token |
Yes |
String |
iam token |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
total_num |
Integer |
Total number of auto-started items |
data_list |
Array of AutoLaunchStatisticsResponseInfo objects |
List of auto-started item statistics |
Example Requests
The first 10 auto-startup items are queried by default.
GET https://{endpoint}/v5/{project_id}/asset/auto-launch/statistics
Example Responses
Status code: 200
Number of servers having the process
{ "total_num" : 1, "data_list" : [ { "name" : "S12hostguard", "type" : "0", "num" : 5 } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
Number of servers having the process |
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