Get Remediation Link v2.2
API version | 2.2 |
---|---|
Last Update | 05/28/2015 |
Authentication | YES |
Response Format | JSON |
HTTP Method | GET |
Rate limited | YES |
Requests per rate limit | 10/min |
Use to fetch a remediation link for a given device
API URL
Request Parameters
Key | Datatype | Parameter Type | Required | Description | Default |
---|---|---|---|---|---|
access_token | string | URL | Yes | access token which archived from OAuth authentication step | |
value | string | URL | Yes | HWID or MAC address of the device | |
opt | sint | URL | Optional | Type of the given value in the URL. 1 - the given value is HWID. 0 - the given value is MAC Address | 0 |
Response HTTP Code
See APIs
Response Parameters
Key | DataType | Description |
---|---|---|
remediation_link | string | (optional) remediation page URL for the given device. |
result | int | (optional) indicate if the request is processed successfully.
|
msg | string | (optional) error details |
Example
Example Request
Example Response
History
Version | URL |
---|---|
v2.0 | Get Remediation Link 2.0 |
Was this page helpful?