NetworkTest - GeneralElectric/TrueConnect-Link GitHub Wiki

TrueConnect-Link has the ability to perform a network connectivity diagnostic, during which it will check that it can route to Predix.io, that config file in the local directory has valid information allowing authentication to TrueConnect, permission to add files using Tenant & valid endpoint.

  TrueConnectLink -c:Test
  OK: https://predix.io visible from this location
  OK: Authenticated client in aviation_trueconnect-tenancytest3_dev.json
  OK: Permissions on target FindTestFiles in configuration file aviation_trueconnect-tenancytest3_dev.json
  OK: TrueConnect connection established for configured endpoint in aviation_trueconnect-tenancytest3_dev.json
  1. First Test checks that it can connect to predix.io, if it cannot it will try to connect to google. If neither are route-able then it is likely to be proxy setting that need to fixed. If it is only Predix that is not found then there could be an outage affecting Predix.
  2. The stated configuration file contains credentials to connect to TrueConnect.
  3. The user from the stated configuration file authenticates and has permissions to add files to the configured tenant.
  4. The endpoint from the stated configuration allows connections.