synthetic-monitoring-api-go-client icon indicating copy to clipboard operation
synthetic-monitoring-api-go-client copied to clipboard

Implement missing entrypoints

Open mem opened this issue 4 years ago • 0 comments

  • [x] /api/v1/register/install
  • [x] /api/v1/check/add
  • [x] /api/v1/check/update
  • [x] /api/v1/check/delete/:id:
  • [x] /api/v1/check/list
  • [x] /api/v1/probe/add
  • [x] /api/v1/probe/update
  • [x] /api/v1/probe/list
  • [x] /api/v1/probe/delete/:id:
  • [ ] /api/v1/tenant/update
  • [ ] /api/v1/tenant/delete/:id:

Deprecated, removed:

  • /api/v1/register/init
  • /api/v1/register/save
  • /api/v1/register/viewer-token
  • /api/v1/register/describe

mem avatar Jan 11 '21 19:01 mem