Skip To Content
ArcGIS Developer
Dashboard

Self Update

  • URL:https://<root-url>/self/update(POST only)
  • Required Capability:Administrator
  • Version Introduced:10.9.1

Description

The Self update operation is an administrative operation that changes organizational settings for your mission server and the Self endpoint, which provides users organizational settings available to the user on the ArcGIS Mission Server.

Self response properties

ParameterDetails
requestTimeout

(Optional)

Integer. Provides the integer value in milliseconds in which an operation performed on Mission Server will timeout if no response is received by the owning system. The default value of -1 represents 60000 milliseconds.

Default: -1.

Flic2

(Optional)

String. Enables the Flic2 sensor integration for use with the Mission product.

Default: disabled. Values: disabled and enabled.

symbolItems

(Optional)

Array of strings. An array of strings representing portal items used as symbol/style sets in the Mission product. The default is an empty array.

Example usage


https://machine.domain.com/webadaptor/rest/self/update
Content-Type: application/x-www-form-urlencoded

requestTimeout=-1
Flic2="enabled"
symbolItems=["a4099193eab0434e853b0cb0221577b3","bc377f8303cd444eb60b9e18c1094dc7"]
f=json