Hi Everyone,
Is there any API to get the transaction id for the failed entitlement aggregation task(SAP GRC).
Thanks,
Hi Everyone,
Is there any API to get the transaction id for the failed entitlement aggregation task(SAP GRC).
Thanks,
Hi @prathyusha730,
You can try out the below endpoint
Here is a sample call :
https://sailpoint.api.identitynow.com/beta/task-status?filters=sourceId eq "xxx7f80360994a0785e177145192xxx" and completionStatus eq "ERROR"
Hi @jesvin90 ,
Thanks for your response,
we are getting id in the response, but we are not getting transaction id.is there any alternative way to get it.
Hi @prathyusha730,
If you are trying to get the ID value that shows up in the search window, you can call the search API
POST https://sailpoint.api.identitynow.com/v3/search
{
"query": {
"query": "name:\"Aggregate Source Entitlement*\" AND NOT (status:PASSED OR status:STARTED) AND (attributes.sourceName:\"Your Source Name\")"
},
"sort": [
"-created"
],
"includeNested": false
}
thanks for the suggestion Jesvin.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.