Skip to content

Commit

Permalink
Updated docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Kuhn committed Aug 29, 2023
1 parent dc8d749 commit 81fc63e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ Main Goal is the complete Organization of the Hosts based on CMDB Systems

* Manage Hosts based on CSV File (Import Source)
* Add Addional Informationen from CSV Files to your Hosts (eg. Overwrite IP Addresses)

## RestAPI
- Import of Custom Rest APIs

## JSON
- Import of Json File Structures

## MySQL
- Import of Mysql Database Tables
4 changes: 2 additions & 2 deletions docs/restapi/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Rest API Import

The Syncer can be used to import Data from all types of JSON Rest APIs. The Only requirement is that you know the Url, there is a Basic Auth and the list of Hosts to import are inside an array key.
The Syncer can be used to import Data from all types of JSON Rest APIs. The Only requirement is that you know the Url, there is a Basic or Digest Auth and the list of Hosts to import are inside an array key.

First go to:
__Config → Accounts__
and create an Account of Type: "Remote Rest API".
When you click "Save and Continue Editing", you will see new fields in the Custom Fields Section.

For Address, set the Full URL to the API
User and Password set as next. Currently, only Auth Basic is supported.
User and Password set as next. For Auth Type is basic and digest supported.

Next set "data_key", that's where the Hosts to be found. Example:

Expand Down

0 comments on commit 81fc63e

Please sign in to comment.