Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spider 의 API 변경에 대한 대응 #97

Closed
jihoon-seo opened this issue Mar 13, 2020 · 0 comments
Closed

Spider 의 API 변경에 대한 대응 #97

jihoon-seo opened this issue Mar 13, 2020 · 0 comments
Assignees

Comments

@jihoon-seo
Copy link
Member

[JSON Array -> JSON Object]
cloud-barista/cb-spider#136

[관련 Spider REST API]

  • CloudOS

    • {"GET", "/cloudos", listCloudOS},
  • CIM (Cloud Info Mgmt)

    • {"GET", "/driver", listCloudDriver},
    • {"GET", "/credential", listCredential},
    • {"GET", "/region", listRegion},
    • {"GET", "/connectionconfig", listConnectionConfig},
  • VM Resources

    • {"GET", "/vmimage", listImage},
    • {"GET", "/vmspec/:RegionName", listVMSpec},
    • {"GET", "/vmorgspec/:RegionName", listOrgVMSpec},
    • {"GET", "/vnetwork", listVNetwork},
    • {"GET", "/securitygroup", listSecurity},
    • {"GET", "/keypair", listKey},
    • {"GET", "/vnic", listVNic},
    • {"GET", "/publicip", listPublicIP},
  • VM

    • {"GET", "/vm", listVM},
    • {"GET", "/vmstatus", listVMStatus},

[Added /spider/ prefix for REST APIs]
cloud-barista/cb-spider#139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants