Documentation Center

Getting basic information about your Content Delivery microservices

To get basic information about each of your Content Delivery microservices, visit the microservice info 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:
    • If you are running the Content Deployer services (worker and endpoint) combined in a single microservice, 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/info, 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.