Search for focus view results
Search for focus views by a list of device ID and Aurora Protect Desktop event ID pairs, up to 200 at a time. The request requires both an Aurora Protect Desktop event ID and device ID to determine whether or not a focus view can be created.
|
Service endpoint |
/foci/v2/search |
|
Optional query string parameters |
— |
|
Example |
https://protectapi.cylance.com/foci/v2/search |
|
Method |
HTTP/1.1 POST |
|
Request headers |
|
Request
[
{
"uid": "59F849F29BBE4F1F889AAF50F9153618",
"device_id": "E378DACB9324453AB8C65A8406952195"
}
]
Response
Please see the Response status codes for more information.
Request JSON schema
| Field Name | Description |
|---|---|
|
uid |
This is the unique ID of an Aurora Protect Desktop event. This is "value" from Get focus view list. |
|
device_id |
This is the unique device ID that the lockdown command was issued to. See About device ID for device ID formatting. |
Response JSON schema
| Field Name | Description |
|---|---|
|
uid |
This is the unique ID of an Aurora Protect Desktop event. |
|
device_id |
This is the unique device ID that the lockdown command was issued to. See About device ID for device ID formatting. |
|
status |
This is the status of the focus view result or request. Possible values are:
|
|
focus_id |
This is the unique ID of the focus view. |