vTIS Public APIs Operations Index

vTIS Public APIs Operations Index

All available vTIS Public APIs Operations

Ai Assistant Bundles
Air Gap Download
GET
Download Firewall Atp Bundle

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.

Authentication
POST
Authenticate Client

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.

Registration
POST
Register Client

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)
Security Bundles
GET
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.