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

모니터링 할 서버 등록 API 구현 #24

Open
6 of 7 tasks
KiWooyoung opened this issue Dec 10, 2018 · 0 comments
Open
6 of 7 tasks

모니터링 할 서버 등록 API 구현 #24

KiWooyoung opened this issue Dec 10, 2018 · 0 comments
Assignees
Labels
api document enhancement New feature or request

Comments

@KiWooyoung
Copy link
Contributor

서버 등록 API 구현

  • 모니터링할 서버등록 API 를 구현한다.

Request

HTTP Method URI
POST BaseUrl/api/v1/management/server
  • Header
Name Value Description
Content-Type application/json
  • parameter
Name Type Description
hostIp body - String Send ip of server to monitor
hostName body - String Send name of server to monitor
  • example
FIXME: fill response data


Response

Success

  • Status:
  • Header
Name Value Description
FIXME: fill response data

Fail

Status Description

<Status>

FIXME: fill response data




relate to issue


Reference

FIXME: fill reference link

  • [title](link)

Check List

  • issue 제목은 유의미한가?
  • issue 내용은 issue 내용만 확인하고도 모르는 사람도 파악할 수 있을 정도로 기술되었는가? (무엇을, 언제, 어디서...)
  • reference가 있다면 추가했는가?
  • 관련 issue가 있다면 추가했는가?
  • 유의미한 Label을 추가했는가?
  • Assginees를 추가했는가?
  • Estimate를 추가했는가?
@KiWooyoung KiWooyoung added enhancement New feature or request api labels Dec 10, 2018
@KiWooyoung KiWooyoung self-assigned this Dec 10, 2018
KiWooyoung added a commit that referenced this issue Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api document enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant