Skip to main content
GET
cURL
This endpoint is in Limited Access and may not be available to all users. Refer to the API support policy for more details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cluster_id
string
required

cluster_id is the ID of the cluster.

Response

A successful response.

RuntimeScanningInfo describes the runtime scanning configuration of a cluster. It is returned by the get, enable, and disable runtime scanning endpoints.

type
enum<string>
required
  • NONE: NONE indicates runtime scanning is disabled; no agent is enforced.
  • WIZ: WIZ indicates runtime scanning is enforced using the Wiz agent.
Available options:
NONE,
WIZ