Skip to content

UI Deep Links

Deep links can be used to link Falkonry Time Series AI Cloud in external systems to send users directly to the desired view. This save users the time and energy locating a particular view themselves. The view can be a Signal Tree node or an Episode detail view within AI Cloud. These links can be generated by using the requested resource ID as explained below.

To generate a deep link url to Signal Tree node, it requires Signal Tree ID and the node ID. This node can be referred to as an Asset or a Component.

https://{falkonry_host}/accounts/{account_id}/hierarchies/{layout}/hierarchyNodes/{layoutnode}
  • falkonry_host : Falkonry UI host.
  • account_id : ID of the account.
  • layout : ID of the Signal Tree. Get this from the Signal Tree API </apis/tree>
  • layoutnode : ID of the Signal Tree Node. Get this from the Signal Tree Node API </apis/tree>