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 the
Signal Tree API </apis/tree>
.
- layoutnode
ID of the Signal Tree Node. Get this from the
Signal Tree Node API </apis/tree>
.
Episode Detail View Link¶
To generate a deep link url to the Episode detail view, 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}/datastreams/{datastream_id}/entity/{entity_id}/assessments/{assessment_id}/models/{model_id}/evaluations/{evaluation_id}/episodes/{episode_id}
- falkonry_host
Falkonry UI host.
- account_id
ID of the account.
- datastream_id
ID of the Datastream and is referred as
datastream
in the Episode object.
- entity_id
ID of the Entity and is referred as
entity
in the Episode object.
- assessment_id
ID of the Assessment and is referred as
assessment
in the Episode object.
- model_id
ID of the Falkonry model in use and is referred as
model
in the Episode object.
- evaluation_id
ID of the Evaluation perform by Falkonry model and is referred as
episodeEvaluation
in the Episode object.