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.
Signal Tree Node Link¶
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 theSignal Tree API </apis/tree>
layoutnode
: ID of the Signal Tree Node. Get this from theSignal Tree Node API </apis/tree>