- URL:
- https://<root>/cloud/services/<serviceID>
- Methods:
GET
- Required Capability:
- Access allowed only with the default administrator role
- Version Introduced:
- 11.2
Description
The resource for a cloud service returns it's configuration information, including the provider name, connection information, and service 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 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"
}