Unable to trigger perform maintenance task using API through postman

Can we trigger a task / report using API REST or SCIM?

Using 8.3 P3 Sailpoint IIQ version. tried using the URL https://governance.maybee.com/identityiq/rest/tasks

Authentication and authorization works, but received 405 method not allowed.
Body:

{
“name”: “Perform Maintenance”
}

I couldn’t find a specific API endpoint for tasks in the SCIM APIs. As you’re referring to the identityiq/rest/tasks endpoint from the REST API, mentioned in Colin McKibben’s post. While the REST API documentation hasn’t been updated, it remains functional despite the focus shifting to SCIM APIs for new development. If this isn’t what you meant, please provide more context to your question.

Hi Pavan,

Yes, i am referring to identity/rest/tasks endpoint from the REST API. i am trying to trigger a task to execute using the API post method

you use the launch workflow API identityiq/rest/workflows/Test%20Workflow/launch and the custom workflow write the BeanShell code to run the task.

Can i use the same to execute a Report? do you have any sample workflow to execute a report?

yes, it can be used for report as well.