Operations Management/Tenant Management (Plus)/Ticket Operations
GETTicket OperationsSince 3.0.0SynchronousAuth Required
QueryTicket
QueryTicket
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/tickets
/zstack/v1/tickets
Request Example
curl -X GET 'http://{host}/zstack/v1/tickets' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "b891de634d914b93957e2824c6297295", "name": "ticket", "description": "ticket description", "status": "IntermediateApproved", "request": [ { "requestName": "create vm", "apiName": "org.zstack.header.vm.APICreateVmInstanceMsg", "executeTimes": 1.0, "apiBody": { "name": "vm name", "instanceOfferingUuid": "8166c9b945954375b7bf649fd734b63d", "imageUuid": "da8c8c3174704a2eac160f0c9c373a3c", "l3NetworkUuids": [ "0858e5fd17524673bbbcb8f275d45c86" ], "strategy": "InstantStart", "timeout": -1.0, "headers": {}, "id": "8f9fbb135562492e8f713b913334b7fb", "createdTime": 1.564025557548E12 } } ], "accountSystemType": "iam2", "ticketTypeUuid": "3b933e9aaf2d49b9a3dcf0c92867790f", "accountSystemContext": { "projectUuid": "92594abfcbd34543b38a793b004f97ba", "virtualIDUuid": "fc9c42f94a194a4e9718fa764dcc5599" }, "flowCollectionUuid": "2719925626f3464787071d4ba22f9cc7" } ] }Change History
This API has no change history records yet.
