Timeouts occurring when executing an API query, example:
Error :Invoke-RestMethod : The remote server returned an error: (408) Request Timeout.
The API Query executed is requesting too much data at once, or is too broad. This is causing SQL Server to take longer than expected in returning results and the query times out.
Target the API request in some fashion, some examples include:
limit=50
fields=name,policyName
fileCatalog?expand=certificateId&q=certificateId_publicKeySize<1024&limit=100
Some fields with known performance impacts: