Globus Connect Server Administration Guides
  • Quickstart Guide
  • Installation Guide
  • Data Access Admin Guide
  • Domain Guide
  • HTTPS Access to Collections
  • Identity Mapping Admin Guide
  • Globus OIDC Installation Guide
  • v5.3 Migration Guide
  • Troubleshooting Guide
  • Command-Line Reference
    • Audit
      • Load
      • Query
      • Dump
    • Endpoint
      • Setup
      • Show
      • Update
      • Reset Advertised Owner String
      • Set Advertised Owner String
      • Set Owner
      • Set Subscription ID
      • Migrate53
      • Cleanup
      • Domain
      • Role
      • Upgrade
    • OIDC
      • Create
      • Delete
      • Register
      • Show
      • Update
    • Node
      • Create
      • Setup
      • List
      • Show
      • Update
      • Cleanup
      • Delete
    • Login
    • Session
      • Consent
      • Show
      • Update
    • Whoami
    • Logout
    • Storage Gateway
      • Create
      • List
      • Show
      • Update
      • Delete
    • Collection
      • Create
      • List
      • Show
      • Reset Advertised Owner String
      • Set Advertised Owner String
      • Update
      • Delete
      • Domain
      • Role
    • Auth Policy
      • Create
      • List
      • Show
      • Update
      • Delete
    • Sharing Policy
      • Create
      • List
      • Show
      • Delete
    • User Credentials
      • Activescale Create
      • Box Create
      • Delete
      • List
      • S3 Create
    • Self Diagnostic
  • API Access for Portals
  • Application Migration Guide
  • Data Access Application Guide
  • Change Log
Skip to main content
Globus Docs
  • APIs
    Auth Flows Groups Search Transfer Python SDK Helper Pages
  • How To
  • Guides
    Globus Connect Server High Assurance Collections for Protected Data Command Line Interface Premium Storage Connectors Security Modern Research Data Portal
  • Support
    FAQs Mailing Lists Contact Us Check Support Tickets
  1. Home
  2. Globus Connect Server
  3. Installation Guide
  4. Globus Connect Server Manager API

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.0.0

  • GCS 5.4.0 release

1.1.0

  • GCS 5.4.5 release

  • Add enable_https, user_message, and user_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 the custom_domain#1.0.0 document.

1.5.0

  • GCS 5.4.15 release

  • Add node#1.1.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.8.0

  • GCS 5.4.27 release

  • Added disable_anonymous_writes to collection#1.5.0

1.9.0

  • GCS 5.4.28 release

  • Add Azure Blob storage support

1.10.0

  • GCS 5.4.30 release

  • Add service_account_key to google_cloud_storage_policies#1.0.0

1.11.0

  • GCS 5.4.43 release

  • Add API routes for endpoint and collection advertised owner_string.

  • Add HPSS connector

1.12.0

  • GCS 5.4.49 release

  • Add admin_managed_credentials property to storage_gateway#1.2.0

1.13.0

  • GCS 5.4.51 release

  • Add include=all optional query parameter to GET /user_credentials.

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

1.16.0

  • GCS 5.4.58 release

  • Allow users with an administrator role on a mapped collection to delete guest collections associated with that collection.

  • GET /storage_gateways no longer quietly ignores private_policies

1.17.0

  • GCS 5.4.59 release

  • Add s3_requester_pays support to the S3 connector.

API Reference

  • Authorization

  • Versioning

  • Endpoint

  • Roles

  • Nodes

  • Storage Gateways

  • Collections

  • User Credentials

  • Domains

  • Sharing Policies

  • Document Schemas

  • Responses

  • Quickstart Guide
  • Installation Guide
  • Data Access Admin Guide
  • Domain Guide
  • HTTPS Access to Collections
  • Identity Mapping Admin Guide
  • Globus OIDC Installation Guide
  • v5.3 Migration Guide
  • Troubleshooting Guide
  • Command-Line Reference
    • Audit
      • Load
      • Query
      • Dump
    • Endpoint
      • Setup
      • Show
      • Update
      • Reset Advertised Owner String
      • Set Advertised Owner String
      • Set Owner
      • Set Subscription ID
      • Migrate53
      • Cleanup
      • Domain
      • Role
      • Upgrade
    • OIDC
      • Create
      • Delete
      • Register
      • Show
      • Update
    • Node
      • Create
      • Setup
      • List
      • Show
      • Update
      • Cleanup
      • Delete
    • Login
    • Session
      • Consent
      • Show
      • Update
    • Whoami
    • Logout
    • Storage Gateway
      • Create
      • List
      • Show
      • Update
      • Delete
    • Collection
      • Create
      • List
      • Show
      • Reset Advertised Owner String
      • Set Advertised Owner String
      • Update
      • Delete
      • Domain
      • Role
    • Auth Policy
      • Create
      • List
      • Show
      • Update
      • Delete
    • Sharing Policy
      • Create
      • List
      • Show
      • Delete
    • User Credentials
      • Activescale Create
      • Box Create
      • Delete
      • List
      • S3 Create
    • Self Diagnostic
  • API Access for Portals
  • Application Migration Guide
  • Data Access Application Guide
  • Change Log
© 2010- The University of Chicago Legal Privacy Accessibility