Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All
     

    Related Documentation

     

    Get a Suppressed Event

    Use this API to get information about a specific Juniper Message Bundle (JMB) for which incident is not created in Junos Space Service Now.

    URI

    https://[host]/api/juniper/servicenow/suppressed-event-management /suppressedEvents/{seventId} (HTTP method = GET)

    URI Parameters

    Element

    Type

    Required

    Description

    seventId

    Integer

    Yes

    ID of the event for which incident is not created in Service Now

    Consumes

    None

    Produces

    • application/vnd.juniper.servicenow.suppressed-event-management.suppressedEvents +xml;version=1
    • aapplication/vnd.juniper.servicenow.suppressed-event-management.suppressedEvents +json;version=1

    Response Elements

    Element

    Type

    Description

    uri

    String

    URI of the suppressed event

    id

    String

    ID of the suppressed event

    organizationName

    String

    Name of the Organization associated with the suppressed event

    deviceGroupName

    String

    Name of the device group associated with the suppressed event

    hostName

    String

    Name of the device on which the event occurred

    serialNumber

    String

    Serial number of the device on which the event occurred

    jmbName

    String

    Name of the JMB associated with the suppressed event

    prbIdentifier

    String

    ID of the event that occurred on the device

    receivedTime

    String

    Date and Time (in the yyyy-mm-dd hh:mm:ss timezone format) the JMB was received

    filterName

    String

    Name of the filter applied to the JMB to suppress incident generation

    productName

    String

    Product on which the event occurred

    priority

    String

    Priority of the event

    Possible values:

    • 1-Critical
    • 2-High
    • 3-Medium
    • 4-Low

    method

    String

    Methods applicable to the suppressed event

    Sample Output

    Sample XML Output

    <suppressedEvent uri="/api/juniper/servicenow/suppressed-event-management/suppressedEvents/692013">
    <id>692013</id>
    <organizationName>Test_Org</organizationName>
    <deviceGroupName>Default for TestORG</deviceGroupName>
    <hostName>sn-space-mx240-sys</hostName>
    <serialNumber>JN121EB69AFC</serialNumber>
    
    <jmbName>
    sn-space-mx240-sys_20170609_120147_200_jmb_ais_prob.xml
    </jmbName>
    <prbIdentifier>sn-space-mx240-sys-200-20170609-120029-200</prbIdentifier>
    <receivedTime>2017-06-09 06:27:45 UTC</receivedTime>
    <filterName>test_11</filterName>
    <productName>MX240</productName>
    <priority>3-Medium</priority>
    <method href= "/api/juniper/servicenow/suppressed-event-management/suppressedEvents/692013 /exportJMB" />
    </suppressedEvent>
    

    Sample JSON Output

    {
      "suppressedEvent": {
        "@uri": "/api/juniper/servicenow/suppressed-event-management/suppressedEvents/692013",
        "id": 692013,
        "organizationName": "Test_Org",
        "deviceGroupName": "Default for TestORG",
        "hostName": "sn-space-mx240-sys",
        "serialNumber": "JN121EB69AFC",
        "jmbName": "sn-space-mx240-sys_20170609_120147_200_jmb_ais_prob.xml",
        "prbIdentifier": "sn-space-mx240-sys-200-20170609-120029-200",
        "receivedTime": "2017-06-09 06:27:45 UTC",
        "filterName": "test_11",
        "productName": "MX240",
        "priority": "3-Medium",
        "method": {
          "@href": "/api/juniper/servicenow/suppressed-event-management/suppressedEvents/692013 /exportJMB"
        }
      }
    }
    
     

    Related Documentation

     

    Modified: 2017-07-18