====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
alerts_engine:getting_started [2017/10/10 17:25] maries |
alerts_engine:getting_started [2017/11/29 14:13] (current) maries |
||
---|---|---|---|
Line 20: | Line 20: | ||
==With URL parameters== | ==With URL parameters== | ||
You can also pass your authentication key as a token in the URL to authenticate your application: | You can also pass your authentication key as a token in the URL to authenticate your application: | ||
- | {{alerts_engine:authenticate_url.png}} | + | {{ :alerts_engine:alerts_engine_request_example.jpg?600 |alerts_engine_request_example}} |
Line 26: | Line 26: | ||
Once your application is authenticated, accessing to your own environment is really simple. All the urls must be constructed as follows: | Once your application is authenticated, accessing to your own environment is really simple. All the urls must be constructed as follows: | ||
- | ''[HOST_URL]/[API_VERSION]/instances/[YOUR_INSTANCE_ID]/[ACTION]'' | + | ''[HOST_URL]/instances/[YOUR_INSTANCE_ID]/[ACTION]'' |
A list of all the actions can be found in this document. | A list of all the actions can be found in this document. | ||
- | The [API_VERSION] is currently “v2” and [HOST_URL] is “http://adaptive-engine.domoscio.com”. | + | The [HOST_URL] is “alerts-engine.domoscio.com”. |