Virsec Security Platform CMS API

The Virsec Security Platform Centralized Management Server (CMS) exposes a RESTful API for procuring information from CMS. From VSP 3.0.0 and above, the available APIs are listed by category in the CMS console under Help > API Documentation, where each API lists its base URL and required parameters and can be executed interactively; the bearer token used is the OAuth token obtained from Access Management. The CMS is customer-deployed, so the base URL is the customer's own CMS host rather than a shared multi-tenant endpoint.

API entry from apis.yml

apis.yml Raw ↑
aid: virsec-cms-api
name: Virsec Security Platform CMS API
description: The Virsec Security Platform Centralized Management Server (CMS) exposes a RESTful API for
  procuring information from CMS. From VSP 3.0.0 and above, the available APIs are listed by category
  in the CMS console under Help > API Documentation, where each API lists its base URL and required parameters
  and can be executed interactively; the bearer token used is the OAuth token obtained from Access Management.
  The CMS is customer-deployed, so the base URL is the customer's own CMS host rather than a shared multi-tenant
  endpoint.
humanURL: https://docs.virsec.com/docs/available-apis
baseURL: https://{cms_host}
tags:
- Security
- Workload Protection
- Management
properties:
- type: Documentation
  url: https://docs.virsec.com/docs/available-apis
- type: APIReference
  url: https://docs.virsec.com/docs/available-apis
- type: Authentication
  url: authentication/virsec-authentication.yml