Organization
Import a Nessus scan data file into a site
put/org/sites/{site_id}/import/nessus
Path parameters
site_idstring uuid required
UUID or name of the site to import Nessus scan data into
Response
import task
Example response
{
"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"name": "Hourly Scan",
"description": "Scan the headquarters hourly",
"template_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"organization_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"agent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"site_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"cruncher_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"created_at": 1576300370,
"created_by": "user@example.com",
"created_by_user_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"updated_at": 1576300370,
"type": "scan",
"status": "processed",
"error": "agent unavailable",
"parent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"recur_frequency": "hour",
"start_time": 1576300370,
"recur_last": 1576300370,
"recur_next": 1576300370,
"recur_last_task_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8"
}