v1
latestOpenAPI 3.1.02026-08-06330343826.1 KBScan Engine
Scan Engine
Updates the specified scan engine.
put/api/3/scan_engines/{id}
Path parameters
idinteger required
The identifier of the scan engine.
Example:2
The identifier of the scan engine.
Request body
Example request
{
"address": "corporate-scan-engine-001.acme.com",
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"name": "Corporate Scan Engine 001",
"port": 40894
}Response
OK