Skip to content

Notify:UpdateScanStatus

Updates just the status of an existing persistent Scan.

Controller: Notify
Topic: UpdateScanStatus
Action: Publish
Permissions: Zenith/Market

NameTypeExpectDescription
ScanIDStringAlwaysThe unique identifier of the existing Scan.
IsActiveBooleanSometimesAn optional flag setting whether the Scan should be Active after updating. If omitted, defaults to true.

No Response Body.

Send:

{"Controller":"Notify","Topic":"UpdateScanStatus","TransactionID":1,"Data":{
"ScanID":"Umk8R2",
"IsActive":false
}}

Receive:

{"Controller":"Notify","Topic":"UpdateScanStatus","TransactionID":1}