Owner of each instance

In the dashboard of axon server enterprise, i have 2 instances connected to the some node, is there a way to know the owner of each instance (like the owner in the table trackingtokens)

for example: if i have 2 hosts back1-dev.local and back2-dev.local connected to the same context, in the dashboard i will see 2 instances connected to the same context, i want know the host of each instance

Hi Aymen,
if you want to find the axonserver node, your client application is connected to, you can use one of the following endpoints:

  • /v1/components/clients for an overview of all connected clients
  • /v1/components/{component}/instances?context={context}

You can always explore these APIs in the swagger-UI of the axonserver, e.g. http://127.0.0.1:8024/swagger-ui/index.html

1 Like