Probe Settings
Create Probe Settings for a Target.
This endpoint creates new probe settings for a specific target in a workspace. Probe settings define how probes are configured and used for testing vulnerabilities.
API Key for authentication
Workspace Id.
Target Id.
Request payload to create new Probe Settings for a Target.
Enables or disables the Probe.
The risk priority of the Probe, e.g., 'LOW', 'MEDIUM', 'HIGH' or 'CRITICAL'.
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
Update Probe Settings for a Target.
This endpoint updates existing probe settings for a specific target in a workspace. Probe settings define how probes are configured and used for testing vulnerabilities.
API Key for authentication
Workspace Id.
Target Id.
Probe Settings Id.
Enables or disables the Probe.
The risk priority of the Probe, e.g., 'LOW', 'MEDIUM', 'HIGH' or 'CRITICAL'.
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
This endpoint retrieves the probe settings for a specific target in a workspace. Probe settings define how probes are configured and used for testing vulnerabilities.
API Key for authentication
Workspace Id.
Target Id.
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
Last updated