Peek resource objects from the source connector - Timeout

Is there a 1-minute timeout on these calls? Working with a connector whose timeout > 1 minute so wanted to make sure as it’s timing out after 1 minute each call, even though the connector timeout is greater than 1 minute.

Corrected link:

Hi @adunker ,

Are you receiving an error message from this endpoint? If so, can you please share the message? Also, what tool are you using to call the API? Postman?

I can longer reproduce the issue, so I guess I’m good to go!

I’ve got the error back again. Working on an Oracle Fusion HCM source where we need to fetch additional attributes. And yes, using Postman.

{{api-url}}/beta/sources/[ID of source here]/connector/peek-resource-objects

Return:

<html>

<head>
	<title>504 Gateway Time-out</title>
</head>

<body>
	<center>
		<h1>504 Gateway Time-out</h1>
	</center>
	<hr>
	<center>nginx</center>
</body>

</html>

This is gateway timeout on IdentityNow cloud level. You cannot do anything about this. Try getting response from connector code before this otherwise run aggregation instead of depending on peek resource.
This timeout is more for safety of api infrastructure on sailpoint side so they will not increase that timeout, neither will give you any control over it.

@colin_mckibben We are getting error in account aggregation of HCM sources- java.net.SocketTimeoutException: Read timed out

Any help much appreciated!