- URL:
- https://<root>/services/types/providers
- Methods:
GET
- Required Capability:
- Access allowed with any authorized privilege
Description
The providers
resource returns the supported provider types for the GIS services in your organization. Starting at ArcGIS Enterprise 10.9.1, this resource includes an enabled providers section that specifies which of the supported providers are currently enabled. At Enterprise 11.0, only Arc
is supported as an enabled provider.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the providers
resource:
https://machine.domain.com/webadaptor/admin/services/types/providers?f=pjson
JSON Response examples
{
"providers": [
"ArcObjects",
"ArcObjects11"
],
"enabledProviders": ["ArcObjects11"]
}