Discoveries

Create new Discovery

post/api/v1/discovery

Request body

daemon_idstring uuid required
namestring required
network_idstring uuid required
tagsstring[] required
created_atstring date-time required
force_full_scanboolean

When true, the next scan will be a full port scan regardless of interval

idstring uuid required
pending_credential_idsstring[]

Credential IDs to include in the next scan's credential_mappings. Set by the discovery edit modal, cleared after each scan completes.

scan_countinteger

Number of completed scans (incremented by server on session completion)

updated_atstring date-time required

Response

Discovery created successfully

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.16.1"
  }
}

Changes