scopes
Create or update custom scope
Creates a new custom scan scope or updates an existing one with scan targets. Supply group_id for creation or scope_id for update. Requires ownership.
post/scope/update/custom
Request body
Example request
{
"cycles_retention": 3,
"group_id": 1,
"name": "My Scope",
"scope_id": 42,
"split_size": 2048
}Response
Scope created or updated