rediOps-service/api.md

784 B

API

A microservice is published by this project that lists the collection of rediOps definitions registered with the service

The services exposed are defined in the original rediOps OpenAPI specifcation and are:

  • /health : the health of the service
  • /.well-known/devops.json : the rediOps definition for this code
  • /devops/ : List of rediOps brief definitions registered with this service
  • /devops/{id} : Detail definition

Note: The listing of the rediOps defintions does not by default include the hosting service code, which is accessed via the /.well-known/deveops.json location.

Further information

Either browse the code repository or use the rediOps specification at /.well-known/deveops.json to locate the standard information.