Tasks
APIs for managing Tasks
๐๏ธ Create Task - Remove Entitlement
Starting with Release v23.9, you can use the createtask API to create remove access tasks for inactive accounts.
๐๏ธ Complete Single Task
This method closes a single open task in SSM - both in 'New' and 'InProgress' state.
๐๏ธ Update Tasks
It can update certain params of a task as well as complete a task.
๐๏ธ Discontinue Tasks
This method discontinues open tasks in SSM.
๐๏ธ Discontinue All Pending Tasks
This API can be used to discontinue all pending tasks.
๐๏ธ Fetch Task Details
This method returns a `list` of provisioning tasks, that correspond to a particular IT Application (e.g Microsoft Active Directory) modeled in SSM as 'Endpoint' of a 'Security System'.
๐๏ธ Check Task Status
This API can be used to check the task status. Response can return task status as โNew/Complete/In Progress/Discontinuedโ.