Globus Connect Server Manager API
The Globus Connect Server Manager API provides interfaces for configuring a GCS endpoint and managing storage gateways, user credentials, and collections.
The GCS API follows the REST design model, with resources representing storage gateways and their policies, user credentials, and collections.
All operations return a variation of the Result data type, defines the base message and response code, extended with operation-specific response data.
Changes
1.1.0
-
GCS 5.4.5 release
-
Add
enable_https
,user_message
, anduser_message_link
to Collection document (collection#1.1.0
)
1.2.0
-
GCS 5.4.8 release
-
Add
sharing_users_allow
,sharing_users_deny
to the Collection document (collection#1.2.0
) -
Add
sharing_groups_allow
,sharing_groups_deny
to the Posix Collection Policies document (posix_collection_policies#1.1.0
)
1.3.0
-
GCS 5.4.10 release
-
Add POSIX staging connector and related policy documents.
-
Add iRODS connector and related policy documents
1.4.0
-
GCS 5.4.13 release
-
Add custom domain APIs: the
/endpoint/domain
and/collections/{collection_id}/domain
route and thecustom_domain#1.0.0
document.
1.6.0
-
GCS 5.4.18 release
-
Add OneDrive connector and related policy documents
-
Replace google-cloud-platform-connector module with a more correct oauth-credential-api module.
-
Add support for user sharing policies
1.7.0
-
GCS 5.4.21 release
-
Added support for the multi-factor requirement to storage gateways
-
Added force_verify to collection#1.4.0
-
Add ActiveScale connector
1.11.0
-
GCS 5.4.43 release
-
Add API routes for endpoint and collection advertised owner_string.
-
Add HPSS connector
1.14.0
-
GCS 5.4.55 release
-
Add endpoint#1.1.0 document type to support setting GridFTP control port to something other than 443
1.15.0
-
GCS 5.4.57 release
-
Add guest_auth_policy_id for collections
-
Increase maxLength of user_message to 256
-
Clarify visibility of root_path on guest collections
-
Add delete_protected for collections