Retrieve Collection Details
Endpoint URL: https://sage.cybereason.com/rest/download_v1/const
Endpoint URI: download_v1/const
Action: POST
Returns details on collections of reference information used by the Cybereason threat intelligence service.
Request Headers
You must add an Content-Type:application/json header with the request.
Note
If you are using cURL, add the authorization cookie details or the path to the file with cookie details with every request.
Request Body
{}
Because this request uses a POST method, you must add a request body. Add only open and closed brackets without parameters between the brackets.
Request Parameters
URL/URI parameters: none
Request Body Parameters: none
Response Status Code
This request can return the following status codes:
200: Success OK or an error message saying why
Response Success Schema
The response contains the following fields:
Field |
Type |
Description |
---|---|---|
recordList |
Array |
An object containing details on the collection. |
key |
Array |
An object with details on the specific collection. |
name |
String |
The name of the collection. |
value |
Array |
An object containing specific details on the collection. |
data |
String |
The data and items included in the collection. |
lastUploadTimestamp |
Integer |
A timestamp (in epoch) when the information was last updated on the Threat Intel Server. |
Response Failure Schema
None