- Service Overview
- Billing
- Getting Started
-
User Guide
- COC Enablement and Permissions Granting
- Overview
-
Resources
- Resource Management
-
Application Management
- Overview
- Creating an Application
- Modifying an Application
- Deleting an Application
- Application Topology
- Creating a Component
- Modifying a Component
- Deleted a Component
- Creating a Group
- Modifying a Group
- Deleting a Group
- Manually Associating with Resources
- Automatically Associating with Resources
- Transferring Resources
- Disassociating Resources from an Application Group
- Viewing Resource Details
- Viewing Capacity Details
- Batch Resource Operations
- Automated O&M
-
Faults
- Alarms
-
Incident Management
- Overview
- Creating an Incident
- Rejecting an Incident
- Restarting an Incident
- Forwarding Incidents
- Handling Incidents
- Escalating/De-escalating an Incident
- Adding Remarks
- Starting a War Room
- Handling an Incident
- Verifying Incident
- Creating an Improvement Ticket For An Incident
- Managing Fault Review Tasks
- Application Diagnosis
- Incident History
- War Room Management
- Improvement Ticket Management
-
Issue Ticket Management
- Overview
- Creating Issue Tickets
- Rejecting Issues Tickets
- Resubmitting Issue Tickets
- Cancelling Issue Tickets
- Forwarding Issue Tickets
- Accepting Issue Tickets
- Escalating and De-escalating Issue Tickets
- Suspending Issue Tickets
- Locating Issue Tickets and Developing Solutions
- Completing Live Network Implementation Changes
- Verifying Issue Tickets
- Viewing Handling History of Issue Tickets
- Alarm Conversion Rule Management
- Data Source Management
- Change Management
- Resilience Center
- Task Management
- Basic Configurations
- Viewing Logs
- Best Practices
- API Reference
-
FAQs
- Product Consulting
- Resource Management FAQs
-
FAQs About Resource O&M
-
Patch Management FAQs
- What Can I Do If the Patch Baselines Do Not Take Effect?
- What Are the Differences Between the Installation Rule Baselines And User-defined Baselines?
- What Can I Do If Exception all mirrors were tried Is Recorded in the Patch Service Ticket Log?
- Why Can't I Select a Node?
- What Can I Do If the Compliance Report Still Reports Non-compliance for a Patch After the Patch Has Been Repaired?
- What Can I Do If the lsb_release not found Error Occurs During Patch Operations?
- Automation FAQs
- Batch Operation FAQs
- FAQs About Parameter Management
- Resource O&M Permissions and Supported Actions
-
Patch Management FAQs
- FAQs About Fault Management
- FAQs About Change Ticket Management
- Resilience Center FAQs
- Change History
- General Reference
Copied.
Displaying the Service Ticket List
Function
This API is used to query the job service ticket list and search for service tickets by page. The filter criteria include the creation start time, creation end time, and creator. The returned information includes the ID, script name, region, creator, creation time, end time, total duration, and status.
URI
GET /v1/job/script/orders
Parameter |
Mandatory or Not |
Type |
Description |
---|---|---|---|
limit |
No |
Integer |
Pagination parameters. Minimum value: 1 Maximum value: 100 |
marker |
No |
Long |
Pagination parameters. Minimum value: 1 Maximum value: 2147483647 |
start_time |
No |
Long |
Start time Minimum value: 1 Maximum value: 2147483647 |
end_time |
No |
Long |
End time Minimum value: 1 Maximum value: 2147483647 |
creator |
No |
String |
Creator. Minimum length: 1 character Maximum length: 64 characters |
status |
No |
String |
Service ticket status. The options are as follows: READY: to be executed; PROCESSING: being executed; ABNORMAL: abnormal; PAUSED: suspended; CANCELED: canceled; FINISHED: successful The value can be:
|
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
total |
Long |
Total number of records |
data |
JobScriptOrderListModel object |
Record a list on a page |
Parameter |
Type |
Description |
---|---|---|
order_id |
Long |
Primary key ID, corresponding to the primary key of job_order_do. Minimum value: 1 Maximum value: 9,223,372,036,854,775,807 |
order_name |
String |
Service ticket name Minimum length: 1 character Maximum length: 64 characters |
execute_uuid |
String |
This UUID is used when the list is redirected to the details page, which corresponds to execute_uuid of execute_data_do. |
gmt_created |
Long |
Creation time. |
gmt_finished |
Long |
Completion time |
execute_costs |
Long |
Execution duration in seconds. |
creator |
String |
Creator. |
status |
String |
Ticket status. The value can be:
|
properties |
JobScriptOrderListProp object |
Label: region and other information |
Request Example
None
Response Example
Status code: 200
Execute pagination data
{
"data": {
"total": 222,
"data": [
{
"order_id": 74,
"order_name": "071201",
"execute_uuid": "SCT20230724201xxxxxxxxxxxx",
"gmt_created": 1690200829451,
"gmt_finished": 1690200850293,
"execute_costs": 20842,
"creator": "xxxxxxxxxxxcontainer1",
"status": "CANCELED",
"properties": {
"region_ids": "cn-north-7"
}
},
{
"order_id": 73,
"order_name": "071201",
"execute_uuid": "SCT2023072411xxxxxxxxxxxxx",
"gmt_created": 1690168434460,
"gmt_finished": 1690168443277,
"execute_costs": 8817,
"creator": "xxxxxxxxxxxcontainer1",
"status": "FINISHED",
"properties": {
"region_ids": "cn-north-7"
}
},
{
"order_id": xx,
"order_name": "xxx",
"execute_uuid": "SCT2023072217181xxxxxxxxxx",
"gmt_created": 1690017490247,
"gmt_finished": null,
"execute_costs": null,
"creator": "xxxxxxxxxxxcontainer1",
"status": "ABNORMAL",
"properties": {
"region_ids": "cn-north-7"
}
},
{
"order_id": 71,
"order_name": "patch_730",
"execute_uuid": "SCT2023071915xxxxxxxxxxxxx",
"gmt_created": 1689753553241,
"gmt_finished": 1689753579363,
"execute_costs": 26122,
"creator": "xxxxxxxxxxxcontainer1",
"status": "FINISHED",
"properties": {
"region_ids": "cn-north-7"
}
},
{
"order_id": 70,
"order_name": "111",
"execute_uuid": "SCT2023071915xxxxxxxxxxxxx",
"gmt_created": 1689751168547,
"gmt_finished": null,
"execute_costs": null,
"creator": "xxxxxxxxxxxcontainer1",
"status": "ABNORMAL",
"properties": {
"region_ids": "cn-north-7"
}
}
]
}
}
Status Code
Status Code |
Description |
---|---|
200 |
Execute pagination data |
Error code
See Error code.
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