Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Delay between 2 calls in create account json

NM
Honored Contributor II
Honored Contributor II

Hi Team,

we have a use case to add a delay between 2 calls in create account json for 2mins.. first call should run after 2 minutes second call should run.

i have added retrywaitseconds value to 120.

 "apiRateLimitConfig": {
        "retryWaitSeconds": 120
      }

it seems to work for import but for provisioning it is immediately calling URL without even a delay of even 10th of a second.

Any help would be highly appreciated.

Thanks

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Can you share full json and logs in text format


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor II
Honored Contributor II

Hi @rushikeshvartak connection json below. we are connected to app test environment which is done for quite a sometime. can't provide you with logs at least for now.

{
"authentications": {
"userAuth": {
"authType": "oauth2",
"url": "",
"httpMethod": "POST",
"httpParams": {
"grant_type": "client_credentials",
"scopes": "",
"client_secret": "",
"client_id": ""
},
"httpHeaders": {
"contentType": "application/x-www-form-urlencoded"
},
"httpContentType": "application/x-www-form-urlencoded",
"expiryError": "ExpiredAuthenticationToken",
"authError": [
"InvalidAuthenticationToken",
"401 Unauthorized"
],
"retryFailureStatusCode": [
401
],
"timeOutError": "Read timed out",
"errorPath": "error.code",
"maxRefreshTryCount": 5,
"tokenResponsePath": "access_token",
"tokenType": "Bearer",
"accessToken": "Bearer abcd",
"apiRateLimitConfig": {
"retryWaitSeconds": 120
}
}
}
}

NM
Honored Contributor II
Honored Contributor II

@rushikeshvartak anything?

NM
Honored Contributor II
Honored Contributor II

@rushikeshvartak any help will be appreciated..