Operations Management/Tenant Management (Plus)/Ticket Operations
POSTTicket OperationsSince 3.0.0SynchronousAuth Required
CreateTicket
CreateTicket
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
paramsObjectRequiredRequest body parameter object.
nameStringRequiredThe resource name.
descriptionStringOptional. The detailed description of the resource.
requestsListRequired请求。
flowCollectionUuidStringOptional.
accountSystemTypeStringRequired账户系统类型。
accountSystemContextObjectRequired账户系统上下文。
resourceUuidStringOptional.
systemTagsListOptional.
userTagsListOptional.
Responses
Endpoint
POST/zstack/v1/tickets
/zstack/v1/tickets
Request Example
curl -X POST 'http://{host}/zstack/v1/tickets' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"name":"<name>","description":"<description>","requests":["<requests>"],"flowCollectionUuid":"<flowCollectionUuid>","accountSystemType":"<accountSystemType>","accountSystemContext":"<accountSystemContext>","resourceUuid":"<resourceUuid>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
