GET IO/{id}/ImmobilizeToggle?abort={abort}&immobilize={immobilize}
(Im)mobilize an assets.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Internal Id to the Asset. |
integer |
Required |
abort |
Attempt to cancel pending immobilize action. |
boolean |
Required |
immobilize |
Optional parameter to explicitly control immobilize or mobilize. If not specified the device with be (im)mobilized based on the current status of the device (toggle). |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
boolean indicating succes.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>