Cloud Web Security REST API

Cloud Web Security REST API

VMware Cloud Web Security™, a service delivered from the extensible VMware Secure Access Service Edge (SASE) platform, affords IT and security teams visibility and control over cloud-bound user traffic originating from the branch, the home, or elsewhere. Automation-savvy developers that wish to consume or configure the service may do so using the Cloud Web Security REST API.

Please note that the API is not yet considered stable at this time. Until it is declared stable, the schema may change in a backward-incompatible fashion.

Getting Started

The API is accessible over HTTPS via the /api/cws/v1 URL base path in select VMware SASE Platform deployments running software version 4.4.0 or later. Unless otherwise noted, readers should interpret all URL paths that appear in this document as relative paths, to which the /api/cws/v1 base path must be prepended in order to produce complete, valid URL paths. For example, to fetch a collection of security policies for a customer, a user would make an HTTP GET call to the /api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies endpoint.