From 608b6f345e5c2dd1fdb8ecc1a71b71348be09bf3 Mon Sep 17 00:00:00 2001 From: ish Date: Mon, 11 Nov 2024 15:56:09 +0900 Subject: [PATCH] README.md: Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8220ae..e26a9d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository provides a features of collection and aggregation for all source Collecting and Aggregating Information From Source Computing framework (codename: cm-honeybee) is going to support: -* collect and aggregate information from source computing about intrastructure, software, data +* collect and aggregate information from source computing about infrastructure, software, data * provides the Agent for collecting source computing information
@@ -129,6 +129,10 @@ curl -X 'POST' \ -H 'accept: application/json' ``` +- For software: POST http://X.X.X.X:8081/honeybee/source_group/{SourceGroupID}/import/software +- For Kubernetes: POST http://X.X.X.X:8081/honeybee/source_group/{SourceGroupID}/import/kubernetes +- For Helm: POST http://X.X.X.X:8081/honeybee/source_group/{SourceGroupID}/import/helm + ### 5. Get saved source information. Below example is getting saved infrastructure information of all connection in the source group. ```shell @@ -137,6 +141,10 @@ curl -X 'GET' \ -H 'accept: application/json' ``` +- For software: GET http://X.X.X.X:8081/honeybee/source_group/{SourceGroupID}/software +- For Kubernetes: GET http://X.X.X.X:8081/honeybee/source_group/{SourceGroupID}/kubernetes +- For Helm: GET http://X.X.X.X:8081/honeybee/source_group/{SourceGroupID}/helm + ### 6. Get refined, saved source information. Below example is getting refined, saved infrastructure information of all connection in the source group. ```shell