Skip To Content
ArcGIS Developer
Dashboard

ArcGIS Enterprise on Kubernetes

System properties

Description

The properties resource lists system properties that have been modified to control the ArcGIS Enterprise portal environment.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

System properties

PropertyDetails
versionManifestURL

The URL to the version manifest used in the upgrade process. This property should not be modified.

containerStartUpTimeoutSeconds

The startup time-out (in seconds) for containers during the upgrade process. The default is 900.

Example usage

The following is a sample request URL used to access the properties resource:

https://organization.domain.com/context/admin/system/properties?f=json

JSON Response example


{
  "versionManifestURL": "https://version-manifest.s3-us-west-2.amazonaws.com/versionManifestDev.dat",
  "containerStartUpTimeoutSeconds": 900
}