Reboot Service
GET/api/portals/RebootService/:id
Tier: Internal — subject to change without notice.
Asks a portal's device to restart its reader service process (not the physical unit).
Raises an Events.AgentNotificationDomainEvent requesting a reader service restart.
Request
Responses
- 200
- 400
- 401
- 403
Returns true once the request has been raised. This is a GET with a side effect — it is not a safe, read-only operation.
The id does not resolve to a portal in the caller's organisation — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the Portal module.