Reboot Portal
GET/api/portals/RebootPortal/:id
Tier: Internal — subject to change without notice.
Asks a portal's device to reboot the physical unit.
Raises an Events.AgentNotificationDomainEvent requesting a physical device reboot.
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 (code-path identical to PortalController.RebootService(...)).
Caller is not authenticated.
Caller does not have Read permission on the Portal module.