I am trying to find out all the status identifiers that can be returned for a given source in the GET beta/sources API response. I know that a healthy source is indicated by “SOURCE_STATE_HEALTHY” status. Another status i have come across is “SOURCE_STATE_UNCHECKED_SOURCE_NO_ACCOUNTS” . Is there a list of all such status’s for the sources endpoint?
Hi @r_discern ,
Thanks for posting. Welcome to the Developer community.
Here is the list of status from v3 source API -
SOURCE_STATE_ERROR_CLUSTER
SOURCE_STATE_ERROR_SOURCE
SOURCE_STATE_ERROR_VA
SOURCE_STATE_FAILURE_CLUSTER
SOURCE_STATE_FAILURE_SOURCE
SOURCE_STATE_HEALTHY
SOURCE_STATE_UNCHECKED_CLUSTER
SOURCE_STATE_UNCHECKED_CLUSTER_NO_SOURCES
SOURCE_STATE_UNCHECKED_SOURCE
SOURCE_STATE_UNCHECKED_SOURCE_NO_ACCOUNTS
I believe same should be true for beta APIs as well.
Reference - get-source | SailPoint Developer Community
1 Like
Awesome. Thanks for the list. Are these documented somewhere explaining what these mean? Some are obvious , but some not so much.
1 Like
Yes , I believe so. The statuses are quite self-explainatory.
1 Like
Thank you for finding these @shaileeM . We will add these states to the API docs to better assist users.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.