Querying User Tickets
Function
Query user tickets.
Calling Method
For details, see Calling APIs.
URI
GET /cloudartifact/v5/ticket
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
status |
String |
Definition: Request status. Value range: success: The request is successful. error: The request fails. |
trace_id |
String |
Definition: Request ID, which uniquely identifies the current request. Value range: A string of digits and hyphens (-). |
result |
String |
Definition: Ticket information. Value range: N/A |
Example Requests
Query user tickets.
https://{URL}/cloudartifact/v5/ticket
Example Responses
Status code: 200
OK
{ "status" : "success", "trace_id" : "dfb980cc50ec4f219c6ec8036d0b0af0", "result" : "dGlja2V0XzE3NTIyMjA3MzY3OTc6V2Z1UVNFZVJiaDJZejFiRGZJSE12QnlicXh5VGpSTk46MDlkMmNhMmZmZDAwZDNjMjFmZjhjMDBhNGRkMWUwODA=" }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
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