Get Sensor Global Config Mps

Get Sensor Global Config Mps
Get global config for sensor for Malware Prevention Service

Get global configuration for the sensor for Malware Prevention. Includes file categories that need to be extracted and analyzed.

Request
URI
GET
https://{api_host}/sensors/mps-global-config
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SensorGlobalConfigMps of type(s) application/json
{
    "archive_file_type": true,
    "data_file_type": true,
    "document_file_type": true,
    "executable_file_type": true,
    "media_file_type": true,
    "other_file_type": true,
    "script_file_type": true
}
boolean
document_file_type
Required  

Specifies if document file type to be analyzed.

boolean
executable_file_type
Required  

Specifies if executable file type to be analyzed.

boolean
media_file_type
Required  

Specifies if media file type to be analyzed.

boolean
archive_file_type
Required  

Specifies if archive file type to be analyzed.

boolean
data_file_type
Required  

Specifies if data file type to be analyzed.

boolean
script_file_type
Required  

Specifies if script file type to be analyzed.

boolean
other_file_type
Required  

Specifies if other file type to be analyzed.


400

Bad Request

Returns BadRequest of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


401

Unauthorized

Returns Unauthorized of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


403

Forbidden

Returns Forbidden of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


412

Precondition Failed

Returns PreconditionFailed of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


428

Precondition Required

Returns PreconditionRequired of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


429

Too Many Requests

Returns TooManyRequests of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


default

Error

Returns Error of type(s) application/json
{
    "error_code": 0,
    "module_name": "sensor",
    "error_message": "string"
}
integer
error_code
Required  

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required  

Message describing the error.


Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    ["platform-sensor-all"]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sensors/mps-global-config