Get Failed Events

Hi Folks,

Is there any API to get failed events in IIQ?. Any reference would be helpful.

Hi @karthik21 - welcome to the community!

What type of events are you looking for here? Provisioning failures, task failures, workflow failures?

For provisioning failures - I don’t believe there is an API available - but these events can be logged as an AuditEvent if you have that setting turned on in your audit configuration. Once they are being written to the database, you could use something like the IdentityIQ SIEM plugin which includes an endpoint to fetch auditevents.

For TaskResults and Workflows - you could probably pull a list from the SCIM endpoints GET /TaskResults or /launchedworkflows and parse the result set looking for failures.

Alternatively, you could build your own custom plugin that creates the API endpoints that you need. Information on building plugins can be found on Compass (search ‘plugin developer guide’)