Hosted Target receiving GET /health - what is this?

hi

my Hosted Target is receiving a GET /health. What is this?

This is a snap of the runtime logs.

10061-screenshot-20200626-141419.png

How should it respond? @Jeremy Whitlock do you know?

Solved Solved
0 2 109
1 ACCEPTED SOLUTION

Hey Dino,

We have a section about this in our docs here: https://docs.apigee.com/api-platform/hosted-targets/hosted-targets-tasks#add-a-health-check-endpoint

We use it to ensure the user's container is up and running. Even if it 404s, thats good enough for our use case.

View solution in original post

2 REPLIES 2

Hey Dino,

We have a section about this in our docs here: https://docs.apigee.com/api-platform/hosted-targets/hosted-targets-tasks#add-a-health-check-endpoint

We use it to ensure the user's container is up and running. Even if it 404s, thats good enough for our use case.

Right on, thanks Kyle.

I googled for the healthcheck thing but didn't find it.

Thanks for the speedy response.