Cloud Security API¶
Manage security for cloud resources covered by Sophos Workload Protection and Cloud Optix.
See the guide for a narrative walkthrough of this API.
Base URL¶
https://api-{dataRegion}.central.sophos.com/cloud-security/v1 — Regional service in the production environment.
| Variable | Description | Default | Allowed values |
|---|---|---|---|
dataRegion | The data region where tenant data is stored. | eu01 | eu01, eu02, us01, us03, ca01, au01, jp01, in01, br01, ae01 |
Authentication¶
Every request carries an Authorization: Bearer header with an access token obtained through the client-credentials flow — see Get started.
Required permissions¶
This API's operations require one or more of the following, depending on the operation — see each operation's own page for the exact requirement:
cns_runtime_detection:readcns_runtime_detection:write
Operations¶
runtime-detections¶
- List profiles
GET/profiles - Create profile
POST/profiles - Delete profiles
DELETE/profiles - List content
GET/profiles/default-contents - Get profile
GET/profiles/{profileId} - Update profile name
PUT/profiles/{profileId}
Download¶