IOx Services Troubleshooting

  • How do I validate my JSON?
  • It’s not working.
    • Check the configuration once again. You can use the GET method to retrieve the configuration of the same URL path.
    • Check the response of your API call. The response code or the error message might have more details on the error.
    • In case a real device is used, check if the device is connected. In case of a simulator, verify there are no connectivity issue with the server simulators.
    • As an advanced step, you could subscribe to the system events data stream (“system.events”) and check for any errors.

Next steps