Skip To Content
ArcGIS Developer
Dashboard

Service (Cloud Services)

Description

This resource returns the configurations for a specific cloud service, including the provider name, connection information, and service ID.

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 resource of a specific cloud service:

https://organization.domain.com/context/admin/cloud/services/eg7hrelq6b?f=pjson

JSON Response example


{
  "providerId": "betc4g098c",
  "usage": "DEFAULT",
  "name": "AWS S3",
  "connection": {
    "bucketName": "cloud-native-store-sk",
    "rootDir": "arcgis-iam0211",
    "region": "us-east-2"
  },
  "id": "eg7hrelq6b",
  "type": "objectStore",
  "category": "storage"
}