- URL:
- https://<root>/cloud/providers/<providerID>
- Methods:
- GET
- Operations:
- Update Provider Credentials
- 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
| Parameter | Details | 
|---|---|
| 
 | The response format. The default format is  Values:  | 
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=pjsonJSON 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"
}