Obtaining a list of execution environments
Expand all | Collapse all
Kaspersky Threat Intelligence Portal provides an API to obtain a list of available execution environments.
Request
Request method: GET
Endpoint: https://tip.kaspersky.com/api/sandbox/exec_env
Parameters
This endpoint does not require request parameters.
Request example:
$ curl --user <user name> --request GET 'https://tip.kaspersky.com/api/sandbox/exec_env'
You will be asked to enter your password. The password is not displayed as you type it.
|
Responses
200 OK
Request processed successfully.
Endpoint returns a JSON object that contains a list of available execution environments.
200 OK response parameters
Parameter
|
Data type
|
Description
|
id
|
string
|
Name of environment to use via API.
|
name
|
string
|
Name of environment name to use via web interface.
|
os_family
|
string
|
Operating system family on which environment is created: Windows or Android.
|
401 Unauthorized
Request not processed: user authentication failed.
Make sure you enter the correct credentials, and then try to run the query again. If the problem recurs, please contact your dedicated Kaspersky Technical Account Manager.
403 Forbidden
Request not processed: running requests by using an API token is forbidden for this service.
You can use an API token only for running Threat Lookup API requests.
For other Kaspersky Threat Intelligence Portal services, a certificate is required, an API token usage is not available.
451 Unavailable For Legal Reasons
Page top