Get Idps Test File
Download IDPS Test File
Returns a test file that triggers IDPS detections to verify IDS engine configuration.
This endpoint is used during customer PoCs and QE testing to validate that IDPS signatures are properly deployed and the IDS engine generates alerts. It replaces the legacy Lastline endpoint (http://ids.lastline.com/test_nsx_idps) which is now EOL.
Request
URI
GET
https://{api_host}/2.0/intrusion-services/test-idps-signatures
COPY
Responses
200
Test file content returned successfully
Operation doesn't return any data structure
default
Error Response
Returns
Error
of type(s)
application/json
{
"error_code": 0,
"error_message": "string"
}
integer As int32
As int32
error_code
Required
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
string
error_message
Required
Message describing the error.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/2.0/intrusion-services/test-idps-signatures