Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

reachability.md

File metadata and controls

34 lines (22 loc) · 1.11 KB

Connector reachability

Once docker containers are up and running, you can use following links to verify connectors are up and running, except checking log output.

  • https://{IP_ADDRESS}:{HTTP_PUBLIC_PORT}/about/version

Keeping the provided docker-compose, for Data Provider URL will be:

For Data Consumer, with provided docker-compose file:

Self Description document, in json format, for provider connector, can be found at following URL - GET request

https://localhost:8090/

In order to set different values for connector, based on connector role (Data Consumer/Data Provider), following file and properties needs to be modified:

ecc_resources_consumer/application-docker.properties
or
ecc_resources_provider/application-docker.properties

and following properties:

application.selfdescription.description=Data Connector description
application.selfdescription.title=Data Connector title
application.selfdescription.curator=http://curatorURI.com
application.selfdescription.maintainer=http://maintainerURI.com