Notify:UpdateScanStatus
Updates just the status of an existing persistent Scan.
Controller: Notify
Topic: UpdateScanStatus
Action: Publish
Permissions: Zenith/Market
Request
Section titled “Request”Name | Type | Expect | Description |
---|---|---|---|
ScanID | String | Always | The unique identifier of the existing Scan. |
IsActive | Boolean | Sometimes | An optional flag setting whether the Scan should be Active after updating. If omitted, defaults to true. |
Response
Section titled “Response”No Response Body.
Example
Section titled “Example”Send:
{"Controller":"Notify","Topic":"UpdateScanStatus","TransactionID":1,"Data":{ "ScanID":"Umk8R2", "IsActive":false}}
Receive:
{"Controller":"Notify","Topic":"UpdateScanStatus","TransactionID":1}