Operations Management/Tenant Management (Plus)/Ticket Operations
PUTTicket OperationsSince 3.0.0SynchronousAuth Required
UpdateIAM2TicketFlowCollection
UpdateIAM2TicketFlowCollection
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
updateiam2ticketflowcollectionObjectRequiredupdateiam2ticketflowcollection request body object.
flowsListOptional.
nameStringOptional. The resource name.
descriptionStringOptional. Optional. The detailed description of the resource.
isDefaultBooleanOptional.
systemTagsListOptional.
userTagsListOptional.
Responses
Endpoint
PUT/zstack/v1/tickets/flow-collections/{uuid}/actions
/zstack/v1/tickets/flow-collections/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/tickets/flow-collections/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updateiam2ticketflowcollection":{"flows":["<flows>"],"name":"<name>","description":"<description>","isDefault":true},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "7db7660049ba42fc95de91ac238145a5", "name": "collection name", "state": "Enabled", "status": "Valid", "isDefault": false, "flows": [] } }Change History
This API has no change history records yet.
