Self Update

URL:
https://<root-url>/self/update
Methods:
POST
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 .

access

Changes the access level of the Mission Server for unauthenticated users. If set to private , only the endopints info and login are able to be seen.

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.

Support Member Details Update

Allows Mission Members to update their own biographical data.

Example usage

1
2
3
4
5
6
7
https://machine.domain.com/webadaptor/rest/self/update
Content-Type: application/x-www-form-urlencoded

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close