Integrations - Providers - Cloud
Cloud provider connections for infrastructure scanning.
📄️ Get Cloud Specs
Lists the authenticated client's cloud scan specifications using cursor-based pagination. Supports sorting, field selection, and filters on provider or platform via filters[...] query parameters.
📄️ Create Cloud Scan
Creates a cloud scan specification for the authenticated client from the provided configuration and returns its generated app_id.
📄️ Get Container Spec
Retrieves a single container spec (cloud or registry image) by ID from the authenticated client's configuration. The attributes field is null when the spec does not exist.
📄️ Delete Container Spec
Deletes a container spec (cloud or registry image) from the authenticated client's configuration; returns 404 if the spec does not exist. When the last spec for a registry platform is removed, its stored registry credentials are also cleaned up.
📄️ Update Container Spec
Replaces the configuration of an existing container spec (cloud or registry image) belonging to the authenticated client. Returns 404 if the spec does not exist.