Skip to content

browser

browser: opens a new web page in a new browser tab.

actionValues
url specifies the URL which can be opened. Context specific values can be added to the URL: ${ASSETNUM}
deepLink specifies the URL-Scheme of another installed app. The app will be opened with parameters. Context specific values can be added to the URL: ${ASSETNUM}
{inTab} (inside-explorer only) when true open the defined URL using an iframe inside of the Insight-Explorer

inTab / url

{
    "label": "Fehlerhistorie",
    "shortLabel": "FH",
    "action": "browser",
    "icon": "icon-pie-chart",
    "actionValues": [
        {
            "inTab": true,
            "url": "insight/kibana/app/kibana#/dashboard/Stillstand?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-15m,mode:quick,to:now))&_a=(filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!t,index:locations,key:properties.ASSETNUM,negate:!f,value:'${ASSETNUM}')"
        }
    ]
}
{
    "label": "IBFS",
    "icon": "icon-browser",
    "action": "browser",
    "actionValues": [
        {
            "deepLink": "schemeofapp://hello:world:${ASSETNUM}"
        }
    ]
}