Skip To Content
ArcGIS Developer
Dashboard

ArcGIS Enterprise on Kubernetes

Organizations

Description

The orgs resource lists the organizations included in an ArcGIS Enterprise on Kubernetes deployment. This resource provides access to a collection of resource and operation endpoints that can be used to manage various aspects of each organization, such as the deployment's current licensing and security configurations.

Note:

At this time, ArcGIS Enterprise on Kubernetes does not support multiorganization deployments.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

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

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

JSON Response example

{"organizations": ["0123456789ABCDEF"]}