Service Operations Insight

Expand all | Collapse all

Where can I find a reference document with Alarm Attribute tags?

  • 1.  Where can I find a reference document with Alarm Attribute tags?

    Posted May 23, 2017 06:11 AM

    Hi guys 

     

    I'm looking to add a new custom menu onto SOI but seem to have ran into a problem. 

     

    This is what my new custom menu entry looks like this: 

     

    <item name="View CI On ServiceDesk">
       <popup-visibility>always</popup-visibility>
          <accelerator modifiers="3">VK_S</accelerator>
             <action>
                <launch-browser>
                   <url>http://localhost/....EQ.name={0}</url>
                        <param>
                            <attribute>AlarmAttrID.DEVICEID</attribute>
                         </param>
                </launch-browser>
             </action>
    </item>

     

    This would would if it AlarmAttrID.DEVICEID didn't pull 'sysname,' in front of the alerts name. 

     

    For example

    The URL that would be launched for an alert named configItem1 in SOI is http://localhost/....EQ.name=sysname,configItem1 NOT http://localhost/....EQ.name=configItem1 

     

    The second URL is the desired output. 

     

    Is there a reference manual for Alarm Attribute tags anywhere on this site?

     



  • 2.  Re: Where can I find a reference document with Alarm Attribute tags?
    Best Answer

    Posted May 23, 2017 08:11 AM