Get Malware Prevention Configuration
Get configuration for Malware Prevention deployment, including data sharing parameters.
If no configuration has been set, returns default configuration.
Get operation completed successfully.
{
"_create_time": 1770239560456,
"_create_user": "admin",
"_last_modified_time": 1770239560456,
"_last_modified_user": "admin",
"_resource_type": "MalwarePreventionConfiguration",
"_revision": 1,
"_system_owned": false,
"display_name": "Malware Prevention Configuration",
"cloud_file_sharing_params": {
"file_metadata_sharing_mode": true,
"file_sharing_mode": true,
"file_type_categories": {
"archive": true,
"document": true,
"executable": true,
"java": true,
"media": true,
"script": true
}
},
"data_retention_params": {
"file_retention_duration": 7,
"report_retention_duration": 7
},
"mps_features_supported": [
"FILE_SIZE_LIMIT",
"AMSI_BUFFER_SCAN",
"FILE_EXCLUSION"
]
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Get operation encountered error.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/ssp/lcm/malware-prevention/config