whenever i try to hit this request end point. "/xray/api/v1/reports/vulnerabilities" . I am getting Java's IoException . with the message of Rate limit detected, retrying later . Any idea what could be causing this , or in which direction to look ? Can't find much about this on internet , also it is coming in customer's account. So not sure about what could be causing this . Any help is appreciated .
Getting rate limit error in Jfrog xrays report api
213 Views Asked by Inderjeet Chawla At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in SPRING
- Redirect inside java interceptor
- Spring RestTemplate passing the type of the response
- spring-integration-dsl-groovy-http return null when i use httpGet method
- Custom Spring annotation for request parameters
- Spring - configure Jboss Intros for xml with java config?
- HTTP Status 404 - Not Found in Spring 3.2.7
- AndroidAnnotations how to use setBearerAuth
- android I/O error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
- Show login dialog when not authenticated yet
- Spring Data Rest supporting json and xml
- @Value annotation not resolved in a class that belongs to dependency jar
- Remove nested _embedded fields while using projections
- How to send Rest GET request that contains "#" value in url parameters?
- How to inject spring bean into Validator(hibernate)
- How to keep a variable in the URL when using Spring LocaleChangeInterceptor
Related Questions in JFROG-CLI
- How can I download last artifact in Artifactory?
- How to get url when searching using the artifactory jfrog cli
- How to upload an artifact to Jfrog Artifactory using Jfrog CLI?
- Delete artifacts which are not downloaded for 6 months
- Getting rate limit error in Jfrog xrays report api
- How to pull dependencies from protected artifactory using grapes in groovy?
- What is the command to delete release bundle v2 by version value
- How can I escape '/' in build-number for jfrog cli promote build command?
- How to download Artifactory files to exact destination?
- Is there any way to create empty folder in Artifactory repo
- Derby Issue - couldn't establish connection with db
- How do I delete a specific Jfrog build with the cli (and its corresponding artifact)
- Jfrog CLI action global config
- github actions: Post "--user/api/security/token": unsupported protocol scheme ""
- jfrog-cli in windows docker container - x509: certificate signed by unknown authority
Related Questions in JFROG-XRAY
- Getting rate limit error in Jfrog xrays report api
- Critical vulnerability with pip:23.2.1 in Xray Scan
- Indirect dependency vulnerability detected by JFrog XRay
- JFrox Xray installation on Windows server
- JFrog Xray integration with existing instance of Artifactory
- Can Artifactory and Xray use a common RDS PostgreSQL instance?
- How to resolve issues in pom due to transitive dependencies
- JFrog XRay vulnerability analysis - how to find suggested upgrade path
- does the JFrog Xray trial have any limitations?
- Pricing of JFrog XRay as per the versions of JFrog Artifactory
- JFrog Xray xray-env.cnf
- In Azure Devops, how can we integrate jfrog-xray for docker image scanning?
- Configure JFROG CLI and Xray through the GitLab pipeline for dotnet project
- How to use Jfrog Debian remote repo as Ubuntu package repository?
- How to scale Artifactory for 2000-3000 users?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There are 2 possible reasons for this error:
Row limit: Xray is limiting reports to 100,000 rows by default. larger reports will fail. In order to fix that you can increase the value in the system.yaml file ($JFROG_HOME/var/etc):
Another option is to use more filtered results for your report using the API payload.
Number of reports limit: Xray is limiting the reports that are in the database to 100 to prevent performance issues in the work against the database. You can increase the number but it's not recommended, instead, you can export old reports and delete them in order to generate new reports.