Documentation Center

Checking the health of the Content Delivery microservices

To check the health of each of your Content Delivery microservices, visit the microservice health URL. You can create this URL by assembling its component parts.

Procedure

  1. Determine the host machine on which your service is installed.
  2. Determine the port on which your service runs.
  3. Determine the final part of your microservice URL, as follows:
    • For the Content Deployer, consider v2 as the final part.
    • In all other cases, consider the last part of your microservice URL (for example, content.svc if you are checking the health of the Content Service) as the final part.
  4. Visit the URL http://HOST:PORT/SERVICEPATH/health, where:
    • HOST is the host name from step 1.
    • PORT is the port number from step 2.
    • SERVICEPATH is the final part from step 3.
    You see a message displaying the health of the microservice.