Probe Settings

Create Probe Settings for a Target.

post
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings

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.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

targetIdinteger · int32Required

Target Id.

Body

Request payload to create new Probe Settings for a Target.

isEnabledbooleanRequired

Enables or disables the Probe.

riskPrioritystring · nullableRequired

The risk priority of the Probe, e.g., 'LOW', 'MEDIUM', 'HIGH' or 'CRITICAL'.

Responses
chevron-right
200

OK

application/json
post
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings

Update Probe Settings for a Target.

patch
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings/{probeSettingsId}

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.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

targetIdinteger · int32Required

Target Id.

probeSettingsIdinteger · int32Required

Probe Settings Id.

Body
isEnabledboolean · nullableOptional

Enables or disables the Probe.

riskPrioritystring · nullableOptional

The risk priority of the Probe, e.g., 'LOW', 'MEDIUM', 'HIGH' or 'CRITICAL'.

Responses
chevron-right
200

OK

application/json
patch
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings/{probeSettingsId}

Get Probe Settings for a Target.

get
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings

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.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

targetIdinteger · int32Required

Target Id.

Responses
chevron-right
200

OK

application/json
get
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings

Last updated

Was this helpful?