Put Threat Metadata Feed
Update the SSP threat metadata feed. This API is meant to be used in an airgap scenario where SSP cannot communicate with cloud services for periodically downloading up-to-date threat metadata. In an airgap scenario, the user can call this API with a threat metadata feed binary content to stored it in the SSP database by the API. Later on, if SSP is configured appropriately, that content will be used to update the threat metadata in the database, so that SSP can make use of it during its normal operations. The threat metadata feed should be provided in the request body as a binary string with the content-type header 'application/gzip'.
The threat metadata feed should be provided in the request body as a binary string with the content-type header 'application/gzip'.
The thread metadata feed content was saved in the NDR database.
The server cannot or will not process the request due to something that is perceived to be a client error.
{
"module_name": "nsx_metadata_service",
"error_message": "string",
"error_code": 0
}
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
The request requires authentication.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
The server understood the request, but is refusing to fulfill it.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
The request requires authentication.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
The request is unprocessable, what has been submitted by the client cannot be understood.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/gzip' -d '[{}]' https://{api_host}/ndr/threat-metadata/metadata/feed