Get IDPS Signatures
Download IDPS (Intrusion Detection and Prevention System) signatures based on the given version. If no version is specified, the latest version will be returned by default.
This endpoint requires authentication using a JWT token obtained from the authentication endpoint. The token must be included in the Authorization header.
Optional signature version number. If not provided, the latest version will be returned.
Optional version name (e.g., "IDPSSignatures.1.2021-03-21T23:59:59Z"). If provided, this takes precedence over signature_version.
OK
{
"signatures_url": "string",
"version": "string",
"sha256_checksum": "string",
"last_updated": "string",
"version_name": "string"
}
URL to download the signatures bundle.
Signature version number.
SHA256 checksum of the signatures bundle for verification.
Timestamp indicating when the signatures were last updated.
Full version name identifier (e.g., "IDPSSignatures.1.2021-03-21T23:59:59Z").
Error Response
{
"error_code": 0,
"error_message": "string"
}
HTTP Status or Application error code.
Error Code Ranges:
- 100000: Unknown/Internal errors
- 100001-100025: General validation errors
- 100101-100150: Re-registration errors (same clientId)
- 100151-100200: Re-registration errors (new clientId)
- 100201-100202: License-related errors
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/2.0/intrusion-services/signatures