Operations Management/Tenant Management (Plus)/Ticket Operations
PUTTicket OperationsSince 3.0.0SynchronousAuth Required
UpdateIAM2TicketFlow
UpdateIAM2TicketFlow
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
updateiam2ticketflowObjectRequiredupdateiam2ticketflow request body object.
nameStringOptional. The resource name.
descriptionStringOptional. The detailed description of the resource.
approverUuidStringOptional.
approverTitleStringOptional.
systemTagsListOptional.
userTagsListOptional.
Responses
Endpoint
PUT/zstack/v1/tickets/flow/{uuid}/actions
/zstack/v1/tickets/flow/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/tickets/flow/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updateiam2ticketflow":{"name":"<name>","description":"<description>","approverUuid":"<approverUuid>","approverTitle":"<approverTitle>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "1dc3521c3ec74b81813121404e5941e6", "name": "flow1", "description": "flow description", "parentFlowUuid": "bb2897de253e497f94587fc09b5ef969", "flowContextType": "{\"approverUuid\":\"da8cc8c2412246b6b29b38328b7dab88\"}", "createDate": "Dec 28, 2018 6:39:33 PM", "lastOpDate": "Dec 28, 2018 6:39:33 PM", "collectionUuid": "2b9bdd8b1c1d4163864e55d16840954f" } }Change History
This API has no change history records yet.
