Blockscout /health endpoint query parameters #12411
Unanswered
aayushijain21
asked this question in
Q&A
Replies: 1 comment
-
hello @aayushijain21 , what version blockscout you use ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up health check monitoring for the a blockscout explorer API using Datadog Synthetics, but I'm encountering issues with the correct endpoint format.
Initial attempts:
Tried
/api/v2/health
and/api/healt
h endpointsReceived a 400 error: "Params 'module' and 'action' are required parameters"
Tried adding a
service=all
parameter, still received the same errorThe API documentation I found shows a /health endpoint that requires a service parameter, but my requests continue to fail with the error requesting 'module' and 'action' parameters instead.
What's the correct endpoint and parameters for health checking the a blockscout explorer API? Is there a specific combination of module/action parameters I should be using?
Beta Was this translation helpful? Give feedback.
All reactions