Providers

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 ArcObjects11 is supported as an enabled provider.

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 providers resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/services/types/providers?f=pjson

JSON Response examples

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
  "providers": [
    "ArcObjects",
    "ArcObjects11"
  ],
  "enabledProviders": ["ArcObjects11"]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.