Description
The about
resource compiles information, such as hardware details (CPU, RAM, disk usage, etc.) and licenses, for each component that makes up an ArcGIS Enterprise deployment, including all 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>/portaladmin/about?redact=true&f=pjson
JSON Response example
{
"siteMap": {
"summary": {
"portal": [
{
"machines": ["REDACTED.example.com"],
"totalCpu": 2,
"totalRam": 15359
}
],
"servers": [
{
"machines": ["REDACTED.example.com"],
"totalCpu": 8,
"totalRam": 32456,
"siteRole": "FEDERATED_SERVER"
},
{
"machines": ["REDACTED.example.com"],
"totalCpu": 8,
"totalRam": 32456,
"siteRole": "FEDERATED_SERVER"
},
{
"machines": ["REDACTED.example.com"],
"totalCpu": 2,
"totalRam": 15359,
"siteRole": "HOSTING_SERVER"
},
{
"machines": ["REDACTED.example.com"],
"totalCpu": 2,
"totalRam": 15359,
"siteRole": "FEDERATED_SERVER"
}
],
"dataStores": [
{
"machines": ["REDACTED.example.com"],
"totalCpu": 2,
"totalRam": 15359,
"store": "graphStore"
},
{
"machines": ["REDACTED.example.com"],
"totalCpu": 2,
"totalRam": 15359,
"store": "objectStore"
},
{