Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mlab-ns should report the test's port number #52

Open
mtlynch opened this issue Dec 3, 2015 · 0 comments
Open

mlab-ns should report the test's port number #52

mtlynch opened this issue Dec 3, 2015 · 0 comments

Comments

@mtlynch
Copy link
Contributor

mtlynch commented Dec 3, 2015

mlab-ns currently reports an HTTP port if the test supports a web interface / portal, but it doesn't report the port that the test actually listens on.

mlab-ns should add support in the database and the client response for the port that clients should use to connect to a particular test.

For example, something like:

{
  "city": "New York_NY",
  "url": "http://ndt.iupui.mlab1.lga03.measurement-lab.org:7123",
  "ip": [
    "64.86.148.139"
  ],
  "fqdn": "ndt.iupui.mlab1.lga03.measurement-lab.org",
  "tcp_port": 3001                     << add this to response
  "site": "lga03",
  "country": "US"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant