FAQ

Event Hub URI

Problem:

Uncertain about the URI used to connect to the Event Hub.

Solution:

  1. Ensure that the ECD is properly connected to the local network

  2. Plug a monitor onto the available ports on the ECD

  3. Boot up the ECD

  4. When fully started, the ECD base URI will be displayed on screen under the ZeroKey logo

  5. Knowing the base URI, the full Event Hub URI can be constructed following the following formats:

    • Non-secure: http://{base_uri}:33001/hubs/eventHub
    • Secure: https://{base_uri}:33000/hubs/eventHub

API endpoint base URI

Problem:

Uncertain about the base URI used to construct all API calls.

Solution:

  1. Ensure that the ECD is properly connected to the local network

  2. Plug a monitor onto the available ports on the ECD

  3. Boot up the ECD

  4. When fully started, the ECD base URI will be displayed on screen under the ZeroKey logo

  5. Knowing the base URI, the full all API endpoints can be constructed following the following formats:

    • Non-secure: http://{base_uri}:5000/v3/{specific_api_endpoints}
    • Secure: https://{base_uri}:5001/v3/{specific_api_endpoints}

Note: The specific API endpoints are case-sensitive, so please ensure that your URI fully matches what is provide in the API document.