Introduction

Ivanti Neurons for RBVM/ASOC provides users with a web-based API that allows customers to integrate with the platform and use data collected and maintained by Ivanti Neurons for RBVM/ASOC within their own applications.

API URL Structure

Ivanti Neurons for RBVM/ASOC maintains most of its API documentation at

https://{platformID}.risksense.com/doc/

Replace {platformID} with the platform ID for your client. For example, users on https://platform-eu.risksense.com would visit https://platform-eu.risksense.com/doc/

Rate Limiting

In order to protect the security and stability of the platform for all users, the Ivanti Neurons for RBVM/ASOC platform rate limits API requests to one request per second. This will not affect the total number of requests. If the HTTP client exceeds the limit, our API gateway will return a 429 response code.

We strongly advise wrapping all HTTP requests in such a way to throttle each request with a wait/sleep function or adding a retry mechanism. For more information, visit the API documentation for your platform instance.

Additional Documentation

Users new to the platform and its APIs should first review the Getting Started guide and then the article on paginating search requests.