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

Bug - monitor-get/monitor-delete Erroring with NOT_FOUND #130

Open
jim380 opened this issue Nov 18, 2024 · 4 comments
Open

Bug - monitor-get/monitor-delete Erroring with NOT_FOUND #130

jim380 opened this issue Nov 18, 2024 · 4 comments

Comments

@jim380
Copy link

jim380 commented Nov 18, 2024

Description

The following routes always return NOT_FOUND even with a valid monitorId that can be found at /workspace/:workspaceId/monitor/all:

  • GET /workspace/:workspaceId/monitor/:monitorId
  • DELETE /workspace/:workspaceId/monitor/:monitorId
{"message":"Not found","code":"NOT_FOUND"}
@moonrailgun
Copy link
Contributor

image

I think its should be work, maybe you can upgrade to latest version because we actually have this bug in old version.

@jim380
Copy link
Author

jim380 commented Nov 28, 2024

image

I think its should be work, maybe you can upgrade to latest version because we actually have this bug in old version.

/monitor/all does work, but the other two don't. Please see the issue description.

@moonrailgun
Copy link
Contributor

yeah, we resolve this in #115

new api is /workspace/{workspaceId}/monitor/{monitorId}/get and /workspace/{workspaceId}/monitor/{monitorId}/del

@moonrailgun
Copy link
Contributor

sorry, website api document is not up to date.
i will fix it

moonrailgun added a commit that referenced this issue Nov 28, 2024
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