cloud-barista / cm-honeybee

Apache License 2.0
3 stars 2 forks source link

[Agent] Invalid URI path in the Swagger #14

Closed powerkimhub closed 4 days ago

powerkimhub commented 4 days ago

curl -X 'GET' 'http://xxx.xxx.xxx.xxx:8082/honeybee-agent/infra' -H 'accept: application/json'

{
 "compute": {
  "os": {
   "os": {
    "name": "linux",
    "vendor": "ubuntu",
    "version": "22.04.2 LTS (Jammy Jellyfish)",
    "release": "22.04",
    "architecture": "x86_64"
   },
   "kernel": {
    "release": "5.15.0-112-generic",
    "version": "#122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024",
    "architecture": "x86_64"
   },
   "node": {
    "hostname": "powerkim-dev",
    "hypervisor": "kvm",
    "machineid": "004860cb-990e-46f1-9237-3e3a2cbad236",
    "timezone": "KST"
   }
  ... 중략 ...
ish-hcc commented 4 days ago

@powerkimhub 확인해서 수정하도록 하겠습니다 현황 확인해 주셔서 감사합니다!