Developer Tools

Sysdig provides a set of tools to programmatically manage Sysdig Monitor and Sysdig Secure. This includes Sysdig Python Software Development Kit, Platform CLI, and REST APIs to conveniently automate configuration through scripts.

Access the APIs Using the UI

  1. Log in to Sysdig Secure or Sysdig Monitor.

  2. Click the User menu at the bottom of the left navigation bar.

  3. Under Help, select API Documentation.

Access the APIs Using the Regional Endpoints

RegionsSysdig SecureSysdig Monitor
US East (North Virginia)https://secure.sysdig.com/swagger.htmlhttps://app.sysdigcloud.com/api/public/docs/index.html
US West (Oregon)https://us2.app.sysdig.com/secure/swagger.htmlhttps://us2.app.sysdig.com/api/public/docs/index.html
European Unionhttps://eu1.app.sysdig.com/secure/swagger.htmlhttps://eu1.app.sysdig.com/api/public/docs/index.html
Asia Pacific (Sydney)https://app.au1.sysdig.com/secure/swagger.htmlhttps://app.au1.sysdig.com/api/public/docs/index.html
US West (GCP)https://app.us4.sysdig.com/secure/swagger.htmlhttps://app.us4.sysdig.com/api/public/docs/index.html

For information on Sysdig SaaS regions, see SaaS Regions and IP Ranges.

Sysdig Software Development Kit

Sysdig provides a Sysdig Python SDK and a CLI tool to extend and automate the functions of the Sysdig Monitor and Secure capabilities. The Sysdig Platform CLI (sdc-cli) is a unified tool implemented using Sysdig Python SDK to manage Sysdig Monitor and Sysdig Secure using your terminal.

Next Steps