Update scan routes
PUT {{baseUrl}}/scanner-groups/:group_id/routes
Updates the hostnames, hostname wildcards, IP addresses, and IP address ranges that Tenable.io matches against targets in auto-routed scans. For more information about supported route formats, see Supported Scan Routing Target Formats.
Requires SCAN MANAGER [40] user permissions and CAN CONFIGURE [64] scan permissions. See Permissions.
Request Body
{"routes"=>["example.com", "*.example.net", "10.0.0.0/8", "2001:db8::1", "192.168.1.1-192.168.1.255"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}