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

    Enable an Auto Submit Filter

    Use this API to enable an auto submit filter in Junos Space Service Now.

    URI

    https://[host]/api/juniper/servicenow/iautosubmit-filter-management/autosubmitFilters /{filterId}/enable (HTTP method = POST)

    URI Parameters

    Element

    Type

    Required

    Description

    filterId

    Integer

    Yes

    ID of the auto submit filter to be enabled

    Consumes

    None

    Produces

    • application/vnd.juniper.servicenow.autosubmit-filter-management.servicenowmsg +xml;version=1
    • application/vnd.juniper.servicenow.autosubmit-filter-management.servicenowmsg +json;version=1

    Response Elements

    Element

    Type

    Description

    msg

    String

    Message indicating the result of the enable operation

    Sample Output

    Sample XML Output

    <servicenowmsg>
    	<msg>Filter enabled successfully.</msg>
    </servicenowmsg>
    

    Sample JSON Output

    {
       "servicenowmsg": {
          "msg": "Filter enabled successfully."
       }
    }
    

    Modified: 2017-07-18