- URL:
- https://<root>/about
- Methods:
GET
- Version Introduced:
- 11.5
Description
The about
resource resource compiles information to create a high-level overview of the different aspects of a ArcGIS Enterprise on Kubernetes deployment. Information returned by this resource includes data store details, licenses, and enabled architecture profiles, as well as information for any servers federated with the deployment.
Request parameters
Parameter | Details |
---|---|
(Optional) | When set to Values: |
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the about
resource:
https://organization.example.com/<context>/admin/about?redact=true&f=pjson
JSON Response example
{
"currentBuild": "6702",
"dataStores": [
{
"provider": "ArcGIS Data Store",
"implementation": "Opensearch",
"name": "arcgis-spatiotemporal-index-store-ask8i",
"systemManaged": true,
"id": "7fdc18192b084be7aed9e04d61aa9708",
"type": "nosql"
},
{
"provider": "ArcGIS Data Store",
"implementation": "Apache Ignite",
"name": "arcgis-cachestore-ko3db",
"systemManaged": true,
"id": "cce7e3d5a40d4d4d9a7cfb8ca2acae9a",
"type": "memCacheStore"
},
{
"provider": "Ozone",
"implementation": "Ozone",
"name": "arcgis-object-store-orae3",
"systemManaged": true,
"id": "9492e210-ef6b-4556-9d88-886d98ac82ee",
"type": "objectStore"
},
{
"provider": "UserManaged",
"name": "fileShares-net-qalinux",
"id": "35bcbf52618342b19a67028d63acb22c",
"type": "folder"
},
{
"provider": "ArcGIS Data Store",
"implementation": "PostgreSQL",
"name": "arcgis-relational-store-bobvl",
"systemManaged": true,
"id": "f327800ce3094d03b5ebbc88c709149e",
"type": "egdb"
},
{
"provider": "UserManaged",
"name": "fileShares-qalinux.esri.com-EntConfidenceTestData-Data",
"id": "700584f926fe4d6aa12fefaf7bddab00",
"type": "folder"
}
],
"redacted": true,
"siteState": "ready",