v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Scan Engine

Engine Pool

Updates the specified engine pool.

put/api/3/scan_engine_pools/{id}

Path parameters

idinteger required

The identifier of the engine pool.

Request body

enginesobject[]

The identifiers of the scan engines in the engine pool.

idobject required

The identifier of the scan engine.

namestring required

The name of the scan engine.

sitesobject[]

A list of identifiers of each site the scan engine is assigned to.

Example request

{
  "links": [
    {
      "href": "https://hostname:3780/api/3/...",
      "rel": "self"
    }
  ],
  "name": "Corporate Scan Engine 001"
}

Response

OK