To avoid serious problems, do not modify existing Scan Zones while scans are in progress.
/zone
Methods
GET
Gets the list of Zones
Fields Parameter
Request Parameters
None
Example Response
POST
Adds an Zone
Request Parameters
Example Response
/zone/{id}
/zone/{uuid}
Methods
GET
Gets the Zone associated with {id} or {uuid}.
Fields Parameter
Request Parameters
None
Example Response
PATCH
Edits the Role associated with {id} or {uuid}, changing only the passed in fields.
Request Parameters
(All fields are optional)
See /zone::POST for parameters.
Example Response
See /zone/{id}::GETDELETE
Deletes the Zone associated with {id} or {uuid}, depending on access and permissions.
Request Parameters
None