# 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:

* **<https://localhost:8090/about/version>**

For Data Consumer, with provided docker-compose file:

* **<https://localhost:8091/about/version>**

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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://engineering-ing-inf-rd.gitbook.io/true-connector/reachability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
