Provider

URL:
https://<root>/cloud/providers/<providerID>
Methods:
GET
Required Capability:
Access allowed only with the default administrator role
Version Introduced:
11.2

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:

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/cloud/providers/betc4g098c?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
}

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