pydo.security.create_scan()

Generated on 3 Aug 2026 from pydo version v0.40.0

Usage

client.security.create_scan()
Returns JSONRaises HttpResponseError

Description

To create a CSPM scan, send a POST request to /v2/security/scans.

Response Example

Show Response Example
{
  "scan": {
    "id": "760e09ef-dc84-11e8-981e-3cfdfeaae000",
    "status": "COMPLETED",
    "created_at": "2025-12-04T00:00:00Z",
    "findings": []
  }
}

More Information

See /v2/security/scans in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.