Skip to content

Commit

Permalink
README.md: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 11, 2024
1 parent 42a0e3a commit 608b6f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<details>
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 608b6f3

Please sign in to comment.