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

    Update Core File Configuration in End Customer Mode

    Use this API to update core file upload configuration when Junos Space Service Now is configured to operate in End Customer mode.

    URI

    https://[host]/api/juniper/servicenow/global-setting-management/updateConfiguration (HTTP Method PUT)

    Consumes

    None

    Produces

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

    Request Elements

    Element

    Type

    Description

    msg

    String

    Status message of the update core file job

    Sample Output

    Sample XML Output

    <servicenowmsg>
    <msg>Configuration updated successfully in End Customer mode</msg>
    </servicenowmsg>
    

    Sample JSON Output

    {
      "servicenowmsg": { "msg": "Configuration updated successfully in End Customer mode" }
    }
    

    Modified: 2016-08-10