This project has retired. For details please refer to its Attic page.
Falcon - GET /api/admin/setSafeMode/:mode

GET /api/admin/setSafeMode/:mode

Description

Set falcon server into/out of safemode.

Parameters

  • :mode true/false.
  • doAs <optional query param> allows the current user to impersonate the user passed in doAs when interacting with the Falcon system.

Results

The value of FalconSever safemode.

Examples

Rest Call

GET http://localhost:15000/api/admin/setSafeMode/true

Result

true