vTIS Public APIs Operations Index
All available vTIS Public APIs Operations
Download the latest firewall ATP bundle. This endpoint automatically uses the latest SSP version and includes default feeds for firewall ATP bundles. No request body is required.
Authenticate a client using client_id and client_secret obtained from registration. Returns an access token that can be used for subsequent API calls.
The access token includes scope information indicating which APIs the client can access.
Register a new client with the vTIS (vDefend Threat Intelligence service) authentication service. The client must provide:
- A valid client type (device type)
- At least one license key for validation
The client_id is optional. If not provided, the system will generate one. If provided and the client already exists, the registration will update the existing client.
Important Validation Rules:
- client_id: If provided, must not be an empty string (error code 100001)
- licenses: Must not be null and must contain at least one license key (error codes 100001, 100003)
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.
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.