Cloud stores

URL:
https://<root>/data/items/cloudStores
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The cloudStores resource provides access to individual cloud store data items that have been registered with ArcGIS Server. Cloud store data items represent a connection to either an Amazon store or a Microsoft Azure store.

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

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/data/items/cloudStores?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "path": "/cloudStores",
  "type": "datadir",
  "id": "07eb1839-f722-4ef8-9075-bcb115d53360"
}

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