This accesses a vendors endpoint. Investigate using a different endpoint for back end status checks. This endpoint was unavailable during a recent outage. Investigate if a different endpoint should be used for status checks
Confirmed with HoldingsIQ team that – GET /{custid} would be a better choice since endpoint is hosted in AWS.
It was also noted that access to this endpoint will contribute to requests per day allocated per customer. Additionally determine if there is any ways to minimize the number of calls made to this endpoint (checks on front end for calls made to status endpoint)
mod-kb-ebsco-java makes requests to the following HoldingsIQ endpoint when checking status of the HoldingsIQ backend
vendors?search=zz12&offset=1&orderby=vendorname&count=1
This accesses a vendors endpoint. Investigate using a different endpoint for back end status checks. This endpoint was unavailable during a recent outage. Investigate if a different endpoint should be used for status checks
Confirmed with HoldingsIQ team that – GET /{custid} would be a better choice since endpoint is hosted in AWS.
It was also noted that access to this endpoint will contribute to requests per day allocated per customer. Additionally determine if there is any ways to minimize the number of calls made to this endpoint (checks on front end for calls made to status endpoint)