v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Site

Site

Updates the configuration of the site with the specified identifier.

put/api/3/sites/{id}

Path parameters

idinteger required

The identifier of the site.

The identifier of the site.

Request body

descriptionstring

The site's description.

engineIdinteger required

The identifier of a scan engine.

importance'very_low' | 'low' | 'normal' | 'high' | 'very_high' required

The site importance.

namestring required

The site name. Name must be unique.

scanTemplateIdstring required

The identifier of a scan template.

Example request

{
  "links": [
    {
      "href": "https://hostname:3780/api/3/...",
      "rel": "self"
    }
  ]
}

Response

OK