Create scanner group
POST {{baseUrl}}/scanner-groups
Creates a new scanner group. You cannot use this endpoint to:
- Assign the new scanner group to a network object. Tenable.io automatically assigns new scanner groups to the default network object. To assign a scanner group to a network object, use the POST /networks/{networkid}/scanners/{scanneruuid} endpoint.
- Configure scan routes for the scanner group. Instead, use the PUT /scanner-groups/group_id/routes endpoint.
Requires SCAN MANAGER [40] user permissions. See Permissions.
Request Body
{"name"=>"sed et proident do nisi", "type"=>"load_balancing"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"creation_date":1545331392,"last_modification_date":1545331392,"owner_id":1,"owner":"system","owner_uuid":"fe2e8b99-791a-429a-ab84-4226e62306ff","default_permissions":16,"scan_count":0,"uuid":"5bf560f7-1730-4006-bb38-c1ec69e73797","type":"load_balancing","name":"Example Group","id":102826,"owner_name":"system"}