Query tickets.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TicketId | string | Yes | Work Order Number | 001571BTXC |
Uid | string | No | UID | 1604499804113750 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C499BB0F-630D-5BE6-B3EA-5FCD95B85503",
"Success": true,
"Code": 0,
"Message": "success",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 108,
"Data": {
"TicketId": "0005PYGCW",
"Title": "Why ECS renewal failed?",
"Description": "Why ECS renewal failed?",
"CreateTime": 1623396736000,
"CreatorId": "1168025",
"CategoryId": "7161",
"Status": {
"Label": "Completed",
"Value": "6"
},
"Severity": {
"Label": "Common",
"Value": "1"
}
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | illegal.param | Illegal param. | - |
401 | illegal.auth | You are not authorized to perform the operation. | You are not authorized to perform this operation. |
500 | System.error | An error occurred while processing your request. | An error occurred while processing your request. Please try again. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history