- URL:
- https://<root-url>/self
- Methods:
GET
- Operations:
- Self Update
- Related Resources:
- self update
- Required Capability:
- Standard
- Version Introduced:
- 10.9.1
Description
The Self endpoint provides users organizational settings available to the user on the ArcGIS Mission Server.
Self response properties
Parameter | Details |
---|---|
| Changes the access level of the Mission Server for unauthenticated users. If set to |
| Indicates the version of Mission Server. |
| 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 |
| Provides an array of available integrations to use with the Mission product. |
| An array of strings representing portal items used as symbol/style sets in the Mission product. |
JSON Example Response
{
"sensorIntegrations": [{
"name": "Flic 2",
"id": "Flic2",
"triggers": [
"single-press",
"double-press",
"hold"
],
"enabled": false
}],
"symbolItems": [],
"requestTimeout": -1,
"currentVersion": "10.9.1"
}