Skip To Content
ArcGIS Developer
Dashboard

Architecture Profiles

Description

This resource returns the architecture profile that is set when an organization is configured and provides access to all three architecture profile resources: development, standard-availability, and enhanced-availability.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

Example usage

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

https://organization.domain.com/context/admin/system/architectureprofiles?f=pjson

JSON Response example


{
  "activeProfile": {
    "profileName": "standard-availability",
    "lastApplied": 1618441452676
  },
  "supportedOperations": [],
  "profiles": [
    "development",
    "standard-availability",
    "enhanced-availability"
  ]
}