Operations Management/Tenant Management (Plus)/Ticket Operations
GETTicket OperationsSince 3.6.0SynchronousAuth Required
QueryTicketType
QueryTicketType
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/ticket-types
/zstack/v1/ticket-types
Request Example
curl -X GET 'http://{host}/zstack/v1/ticket-types' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "3b933e9aaf2d49b9a3dcf0c92867790f", "name": "CREATE_VM_INSTANCE_TICKET_TYPE", "adminOnly": false, "createDate": "Jul 18, 2019 4:09:46 PM", "lastOpDate": "Jul 18, 2019 4:09:46 PM" } ] }Change History
This API has no change history records yet.
