Kaspersky Research Sandbox provides an API to obtain a template of suspicious activities descriptions.
Request
Request method: GET
Endpoint: https://<server name>/api/v1/locales/en/sa_template
Parameters
This endpoint does not require request parameters.
cURL command sample: curl --user <user name> --location --request GET 'https://<server name>/api/v1/locales/en/sa_template' You will be asked to enter your password. The password is not displayed while you type it. |
Responses
Endpoint returns a JSON object that contains suspicious activities descriptions.
200 OK
JSON file with suspicious activities descriptions obtained successfully.
200 OK response example: { "type": "description template", "type": "description template", ... "type": "description template" } |
400 Bad Request
Failed to obtain a JSON file with suspicious activities descriptions.
401 Unauthorized
Failed to obtain a JSON file with suspicious activities descriptions due to incorrect user credentials.
500 Internal Server Error
Failed to obtain a JSON file with suspicious activities descriptions due to an internal server error.
Page top