You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each instance may have slightly different graphql API, so I want to query a particular instance. For this I need to be able to get its http port used to handle graphql requests
The text was updated successfully, but these errors were encountered:
I've thought about it for a while. We can add it to boxinfo, but it's almost useless there: boxinfo is only displayed (and queried) within server details dialog. But we can't query it as part of cluster information, because it's not available without RPC. Whe will try to resolve this issue in context of #660 later.
Following graphql query let me know binary port of each instance in a cluster:
Each instance may have slightly different graphql API, so I want to query a particular instance. For this I need to be able to get its http port used to handle graphql requests
The text was updated successfully, but these errors were encountered: