added
Week #27 Update
over 1 year ago by Faraz Roozdar
- /alerts API is added to the portal. This API allows a user to retrieve alert details.
- MP4 URL playing option is added to the Live video streaming via ffplay CLI tool.
- The /metrics endpoint of the /cameras API bug has been fixed. This endpoint now accepts API v3 access tokens.
improved
Week #26 Update
almost 2 years ago by Faraz Roozdar
- Instead of a separate tab, the My Application page is embedded within the Video API Platform.
- Bug fixed in /accounts endpoint for the GET resellers' end-users account list.
- Bug fixed in the /authorizationTokens endpoint.
added
Week #25 Update
almost 2 years ago by Faraz Roozdar
- My ApplicationMy Application page is added to the portal. Via this page, you can manage (create, list, and remove) applications and receive corresponding client credentials. This page also provides you with an access token to simplify API testing directly via the "API Reference" tab.
- /accounts endpoint is added to the accounts API. This endpoint retrieves the accounts that a user has access permission to.
- /authorizationTokens API is added. This endpoint allows a reseller to retrieve access tokens for its associated end-user accounts. Reseller account Switching describes how it works.
added
Week #24 Update
almost 2 years ago by Faraz Roozdar
- The metric endpoint is added to the /cameras API. This endpoint allows retrieving helpful info about the cameras such as
kilobytesOnDisk
orbandwidthRealtime
. - The metric endpoint is added to the /bridges API, This endpoint retrieves helpful information about the bridge status, such as
bandwidth
oravailableKilobytesOnDisk
- The /notifications API is added to the Events category. Currently, this API can retrieve notifications for system health (online/offline cameras). In the future, more functionality will be enabled on this API.
added
Week #23 Updates
almost 2 years ago by Faraz Roozdar
- LocalRtsp is added to the /feeds API. This steam allows receiving direct video from the bridges to increase the response time.
- The Code Samples and the guides are also available on GitHub.
- Minor modification on the guides and their embedded links.
added
Week #22 Updates
almost 2 years ago by Faraz Roozdar
- The Files API is added to the portal. This API allows the user to list, delete, move, or rename a file or folder in the archive storage. The
files
API also allows downloading an existing file from the archive storage Space. - This week also the /events API is updated. In this update, each event will have one or more DataSchemas associated with it. DataSchemas is additional information that can be requested with an event which enhances the event and gives more insights into the events.
- This week /cameras API is updated too. The new update makes it possible to change the on/off status of a group of cameras in bulk.
added
Week #21 Updates
almost 2 years ago by Faraz Roozdar
The Event Subscriptions API is added to the portal. Eagle Eye Networks' API V3 provides an /eventSubscriptions feature based on SSE (Server-Sent Events). In this API, SSE is used to receive events of different types once they occur.
added
Week #20 Update
almost 2 years ago by Faraz Roozdar
- The Events API is added to the portal. In this version of Eagle Eye events API, you can retrieve information about the below events:
- Device Status
- Motion Detection
- License Plate Recognition
- Person Detection
- Tampering Event
added
Week #19 Updates
almost 2 years ago by Faraz Roozdar
- iFrames guide is added to the guide section. iFrame is a simple and quick way to embed live, recorded, or live + recorded view of a specific camera to a web page.
- A Glossary is added to the guide section describing the terms that are used frequently in the Eagle Eye Networks system.
- Node.js Local Proxy Server code is updated to make sure always the base_URL that is retrieved from the ClientSettings is used. This guarantees the minimum cloud response time.
added
Migration Checklist
almost 2 years ago by Faraz Roozdar
A checklist that explains how to migrate from V1/V2 to API V3 integration has been added to the guides tab. As part of this checklist, some of the benefits of migrating to API V3 are also listed. Here is a direct link to this checklist: Migrate existing integration