Skip To Content
ArcGIS Developer
Dashboard

Provider

Description

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

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | json

Example usage

The following is a sample request URL used to access the resource of a specific provider:

https://organization.domain.com/context/admin/cloud/providers/betc4g098c?f=pjson

JSON Response example


{
  "cloudServices": [
    {
      "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"
    }
  ],
  "credential": {"type": "IAM-ROLE"},
  "name": "AWS",
  "id": "betc4g098c"
}