Probe Settings
Create Probe Settings for a Target.
post
/api/workspaces/{workspaceId}/target/{targetId}/probe-settings
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
200
OK
application/json
probeSettingsIdinteger · int32Optional
probeIdinteger · int32Optional
probeNamestring · nullableRequired
probeCategoryNamestring · nullableRequired
probeTypestring · nullableRequired
enabledbooleanOptional
dateCreatedstring · date-time · nullableOptional
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
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}
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
200
OK
application/json
probeSettingsIdinteger · int32Optional
probeIdinteger · int32Optional
probeNamestring · nullableRequired
probeCategoryNamestring · nullableRequired
probeTypestring · nullableRequired
enabledbooleanOptional
dateCreatedstring · date-time · nullableOptional
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
patch/api/workspaces/{workspaceId}/target/{targetId}/probe-settings/{probeSettingsId}
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
workspaceIdinteger · int32Required
Workspace Id.
targetIdinteger · int32Required
Target Id.
Responses
200
OK
application/json
probeSettingsIdinteger · int32Optional
probeIdinteger · int32Optional
probeNamestring · nullableRequired
probeCategoryNamestring · nullableRequired
probeTypestring · nullableRequired
enabledbooleanOptional
dateCreatedstring · date-time · nullableOptional
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get/api/workspaces/{workspaceId}/target/{targetId}/probe-settings
Last updated
Was this helpful?