ModifyTrustedDevice

From Gvp-public
Revision as of 18:49, 18 July 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_Method_Spec| Description=This method can change the information from a TrustedDevice already registered. |Parameters= {{Api_Parameter| ParamName=token |ParamType=Strin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This method can change the information from a TrustedDevice already registered.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • trustedDeviceTypeId (int, required)
The device type id from the device that wants to register. This device typeID should be previously registered on the MiB Tools.
  • trustedDeviceId (String, required)
The string that represent some unique information from device and could be used to register a unique id for the instance.
  • friendlyName (String, required)
A text to identify the device by a friendly name on the list.
  • enabled (bool, optional)
Set the status of the device, true for enabled or false for disabled.
  • deviceExternalId (String, optional)
  • deviceManufacturer (String, optional)
  • deviceModel (String, optional)
  • deviceOperatingSystem (String, optional)
  • macAddress (String, optional)
  • clientVersion (String, optional)


Returns

Returns a JSON object containing a bool answer that represent if the action occur well or not.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": true

}


Exceptions


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also