Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

RESTful API

The representational state transfer (REST) application programming interface (API) is useful when you want to integrate JSA with other solutions. You can perform actions on the JSA console by sending HTTPS requests to specific endpoints (URLs) on the JSA console.

Each endpoint contains the URL of the resource that you want to access and the action that you want to complete on that resource. The action is indicated by the HTTP method of the request: GET, POST, PUT, or DELETE. For more information about the parameters and responses for each endpoint, see the Juniper Secure Analytics API Guide.

JSA API Forum and Code Samples

The API forum provides more information about the REST API, including the answers to frequently asked questions and annotated code samples that you can use in a test environment.