From 81fc63ee6f431749b9fabe5b0a919cc2cca959ef Mon Sep 17 00:00:00 2001 From: Bastian Kuhn Date: Tue, 29 Aug 2023 18:57:30 +0200 Subject: [PATCH] Updated docu --- docs/index.md | 9 +++++++++ docs/restapi/index.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index bf7ad8e..0e2a173 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/restapi/index.md b/docs/restapi/index.md index 84a4805..4cad5a1 100644 --- a/docs/restapi/index.md +++ b/docs/restapi/index.md @@ -1,6 +1,6 @@ # 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__ @@ -8,7 +8,7 @@ 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: