This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
unknown
authored and
unknown
committed
Nov 9, 2015
0 parents
commit 6ff671c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Overview | ||
|
||
The Ruxit data export API examples demonstrate the export of various parts of Ruxit data, such as | ||
timeseries, problem feed and infrastructure topology. | ||
|
||
### Ruxit data export API documentation | ||
|
||
The full API documentation can be found here: | ||
https://ruxit.com/help/api-documentation/v1/ | ||
|
||
####`API key` | ||
The API key for your Ruxit tenant. You can generate a key by following these steps | ||
|
||
1. go to your Ruxit environment: https://{tenant}.live.ruxit.com | ||
2. Click the burger menu in the right upper corner and select **Integration** | ||
3. You will see the "API" section; | ||
4. Enter a description label and click on **Generate** | ||
5. copy it and use it in your data export API examples | ||
|
||
##License | ||
This module is provided under BSD-3-Clause license. Please check out the details in the LICENSE.txt |