Un-optimized account aggregation

Hi All,

Does the below information and the id we will be getting in the URL is valid anymore?

As I can see following id in our URLs and it throws an error for un-optimized aggregation APIs.

1 Like

@maheshtare, The ID from the URL is invalid for the unoptimized aggregation, specifically for the cc API. Please initiate a GET call to list all the sources at https://tenant.api.identitynow.com/v3/sources and grab the cloudExternalId of the source for executing an unoptimized aggregation.

Thanks,
Sushant

1 Like

Hi Mahesh, you can still get that “short ID” using the below API endpoint.

https://tenant.api.identitynow-demo.com/v3/sources

The value you’re looking for is called cloudExternalId and you can then paste that into the API call to kick off your unoptimized aggregation.

Hey Mahesh!

@Sushantmr and @WyssAJ01 are correct for the way you can still obtain the id you are referring to.
Trying to get the id from the URL (using the UI method you are referencing) is finicky at best.
Sometimes it shows the externalCloudID for me and other times it just shows me the source ID.
The best way to get the externalCloudID so that you can run your unoptimized aggregation is to list all your sources first using this:list-sources | SailPoint Developer Community

Once you’ve got a list of your sources, search for the source you want to run the unoptimized aggregation on and grab the ID of the source:

image

Next, use this API. get-source | SailPoint Developer Community to get the details of the source you want to run the unoptimized aggregation on. (This way is a lot easier to know you are getting the correct cloudExternalID for the source you want to aggregate)

After running that call, search for “cloudExternalId”
image

This is the ID you will use for the Unoptimized Aggregation. :slight_smile:

Hi @bburrell ,@WyssAJ01,

Thanks for the detailed information. It worked :slight_smile:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.