Advanced URL console commands
2026-04-20Last updated
This reference lists examples of the supported HTTP methods in the Advanced URL console and describes how each method can be used to manage advanced settings and features on the Synergis Cloud Link™ unit.
The Advanced URL console is for advanced users and Genetec™ Technical Support members
only.
CAUTION:
Modifying the settings from this page could negatively impact
your system if not configured correctly.
GET commands
Use GET commands to retrieve information from an endpoint.
| Function | Description | URL pattern | Returned values |
|---|---|---|---|
| Enable feature | Enables a specific advanced feature. Replace <Feature> with
the feature name. |
/Softwire/Features/<Feature>/Enabled/Set?value=true |
Confirmation message or required follow‑up actions |
| Disable feature | Disables a specific advanced feature. Replace <Feature>
with the feature name. |
/Softwire/Features/<Feature>/Enabled/Set?value=false |
Confirmation message or required follow‑up actions |
| Check feature status | Returns whether a feature is currently enabled or disabled. Replace
<Feature> with the feature name. |
/Softwire/Features/<Feature>/Enabled |
True (enabled) or False (disabled) |
| Access advanced settings | Returns links to all available advanced configuration settings. | /Softwire/Advanced |
List of advanced settings endpoints |
POST commands
Use POST commands to send data to an endpoint.
Note:
XML and JSON formats are supported. The
format is determined by first character in the request body.
| Function | Description | URL pattern | Returned values |
|---|---|---|---|
| Send commands to Mercury controllers | /Softwire/MercuryEP/Service/SendCommand |
The following options are returned:
|
PUT commands
Use PUT commands to update existing settings.
Note:
XML and JSON formats are supported. The
format is determined by first character in the request body.
DELETE commands
Use DELETE commands to remove configuration data.