Config Binding Service

Version: 1.0.0

Schemes:

Summary

Path Operation Description
/healthcheck GET
/service_component/{service_component_name} GET

Paths

GET /healthcheck

This is the health check endpoint. If this returns a 200, the server is alive and consul can be reached. If not a 200, either dead, or no connection to consul

200 OK

Successful response

503 Service Unavailable

the config binding service cannot reach Consul

GET /service_component/{service_component_name}

Binds the configuration for service_component_name and returns the bound configuration as a JSON

service_component_name

Service Component Name. service_component_name and service_component_name:rels must be keys in consul.

path string
200 OK

OK; the bound config is returned as an object

404 Not Found

there is no configuration in Consul for this component