/[proxyID]: Proxy

URL:
https://[root]/content/users/[userName]/items/[itemID]/proxies/[proxyID]
Methods:
GET

Example Usage

URL for Proxy

1
https://www.arcgis.com/sharing/rest/content/users/jsmith/items/266800bbb6814b13be966c1c88a59c4c/proxies/j0e7E3hSGw1wQPWi

Description

An ArcGIS Online hosted proxy set on a registered app item based on the proxyId. It is only available to the item owner and the organization administrator.

Request Parameters

ParameterDetails

[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails

sourceUrl

Hosted service URL to proxy.

proxyUrl

Proxy service URL.

hitsPerInterval

The number of requests allowed per time interval, if rate limiting is set for the proxy.

intervalSeconds

Time interval in seconds to work with hitsPerInterval, if rate limiting is set for the proxy.

proxyId

Proxy ID.

JSON Response Syntax

1
2
3
4
5
6
7
{
      "sourceUrl": "<hosted service URL to proxy>",
      "proxyUrl": "<proxy URL>",
      "hitsPerInterval": number of requests allowed per time interval,
      "intervalSeconds": time interval in seconds,
      "proxyId": "proxy ID"
    }

JSON Response Example

1
2
3
4
5
6
7
{
      "sourceUrl": "https://hydro.arcgis.com/arcgis/rest/services/Tools/Hydrology/GPServer",
      "proxyUrl": "https://utility.arcgis.com/sharing/appservices/j0e7E3hSGw1wQPWi/rest/services/Tools/Hydrology/GPServer",
      "hitsPerInterval": 100,
      "intervalSeconds": 60,
      "proxyId": "j0e7E3hSGw1wQPWi"
    }

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close