Transfer API
  • Transfer API Documentation
  • API Overview
  • Task Submission
  • Task Management
  • File Operations
  • Endpoints and Collections
  • Globus Connect Personal Management
  • Endpoint and Collection Search
  • Roles
  • Collection Bookmarks
  • Guest Collection Permission Management
  • Advanced Collection Management
  • Transfer Action Providers
    • Migrating Transfer Action Providers
    • Transfer Action Provider: Transfer
    • Transfer Action Provider: Delete
    • Transfer Action Provider: Manage Permission
    • Transfer Action Provider: List Directory Contents
    • Transfer Action Provider: Stat File or Directory
    • Transfer Action Provider: Make Directory
    • Transfer Action Provider: Collection Info
    • Transfer Action Provider: Create GCP Guest Collection
    • Transfer Action Provider: Create GCSv5 Guest Collection
Skip to main content
Globus Docs
  • APIs
    Auth Flows Groups Search Timers Transfer Globus Connect Server Compute Helper Pages
  • Applications
    Globus Connect Personal Globus Connect Server Premium Storage Connectors Compute Command Line Interface Python SDK JavaScript SDK
  • Guides
  • Support
    FAQs Mailing Lists Contact Us Check Support Tickets
  1. Home
  2. Globus Services
  3. Transfer API Documentation
  4. Transfer Action Providers
  5. Transfer Action Provider: Collection Info

Transfer Action Provider: Collection Info

URL: https://transfer.actions.globus.org/collection_info

Synchronous / Asynchronous: Synchronous

The Collection Info action provider uses the Globus Transfer API’s Get Collection resource to get information about a Globus Collection.

{
  "endpoint_id": "6c54cade-bde5-45c1-bdea-f4bd71dba2cc"
}
{
  "action_id": "NJA2abcdefghi",
  "completion_time": "2023-12-12 20:35:06.323298+00:00",
  "creator_id": "urn:globus:auth:identity:ff544380-a7f1-4d88-9618-f0cfb4195218",
  "details": {
    "DATA": [],
    "DATA_TYPE": "endpoint",
    "acl_available": false,
    "acl_editable": false,
    "activated": false,
    "authentication_assurance_timeout": null,
    "authentication_policy_id": null,
    "authentication_timeout_mins": 15840,
    "canonical_name": "u_eyljfjd6jfg67nm6zp6gly4qpu#e09c6728-80a0-11ee-bddb-c52a29481bea",
    "contact_email": "support@globus.org",
    "contact_info": null,
    "default_directory": "/{server_default}/",
    "department": "Globus",
    "description": "Demo/Tutorial - Managed GCS Host",
    "disable_anonymous_writes": false,
    "disable_verify": false,
    "display_name": "Globus Tutorial Collection 1",
    "entity_type": "GCSv5_mapped_collection",
    "expire_time": null,
    "expires_in": -1,
    "force_encryption": false,
    "force_verify": false,
    "french_english_bilingual": false,
    "gcp_connected": null,
    "gcp_paused": null,
    "gcs_manager_url": "https://b7a4f1.75bc.data.globus.org",
    "gcs_version": "5.4.69",
    "globus_connect_setup_key": null,
    "high_assurance": false,
    "host_endpoint": null,
    "host_endpoint_display_name": null,
    "host_endpoint_id": null,
    "host_path": null,
    "https_server": "https://m-d3a2c3.b7a4f1.75bc.data.globus.org",
    "id": "6c54cade-bde5-45c1-bdea-f4bd71dba2cc",
    "in_use": false,
    "info_link": "https://globus.org",
    "is_globus_connect": false,
    "keywords": "demo,tutorial,globus-tutorial",
    "last_accessed_time": "2023-12-12T00:00:00+00:00",
    "local_user_info_available": true,
    "location": null,
    "mapped_collection_display_name": null,
    "mapped_collection_id": null,
    "max_concurrency": null,
    "max_parallelism": null,
    "mfa_required": false,
    "my_effective_roles": [],
    "myproxy_dn": null,
    "myproxy_server": "myproxy.globusonline.org",
    "name": "e09c6728-80a0-11ee-bddb-c52a29481bea",
    "network_use": null,
    "non_functional": false,
    "non_functional_endpoint_display_name": "Globus Tutorial Endpoint 1",
    "non_functional_endpoint_id": "261692a4-7e49-4def-b59e-cbfc65e3907d",
    "oauth_server": null,
    "organization": "Globus",
    "owner_id": "261692a4-7e49-4def-b59e-cbfc65e3907d",
    "owner_string": "6df1b656-c953-40a3-91a9-e9e8ad5173ea@clients.auth.globus.org",
    "preferred_concurrency": null,
    "preferred_parallelism": null,
    "public": true,
    "requester_pays": false,
    "s3_owner_activated": false,
    "s3_url": null,
    "shareable": true,
    "sharing_target_endpoint": null,
    "sharing_target_root_path": null,
    "storage_type": null,
    "subscription_id": "6cc063b5-89c1-45b9-8167-679c618ec5a3",
    "tlsftp_server": "tlsftp://m-d3a2c3.b7a4f1.75bc.data.globus.org:443",
    "user_message": "This Collection is used for demonstrations and tutorials. It has limited capacity and data may be deleted at any point in time.",
    "user_message_link": null,
    "username": "u_eyljfjd6jfg67nm6zp6gly4qpu"
  },
  "display_status": "SUCCEEDED",
  "label": null,
  "manage_by": [],
  "monitor_by": [],
  "release_after": "P30D",
  "start_time": "2023-12-12 20:35:05.634498+00:00",
  "status": "SUCCEEDED"
}
{
  "__COMMENT": "The collection info object will be stored in `$.collection_info_result.details`",
  "collection_info": {
    "Type": "Action",
    "ActionUrl": "https://transfer.actions.globus.org/collection_info",
    "Parameters": {
      "endpoint_id.$": "$.endpoint_id"
    },
    "ResultPath": "$.collection_info_result"
  }
}
  • Transfer API Documentation
  • API Overview
  • Task Submission
  • Task Management
  • File Operations
  • Endpoints and Collections
  • Globus Connect Personal Management
  • Endpoint and Collection Search
  • Roles
  • Collection Bookmarks
  • Guest Collection Permission Management
  • Advanced Collection Management
  • Transfer Action Providers
    • Migrating Transfer Action Providers
    • Transfer Action Provider: Transfer
    • Transfer Action Provider: Delete
    • Transfer Action Provider: Manage Permission
    • Transfer Action Provider: List Directory Contents
    • Transfer Action Provider: Stat File or Directory
    • Transfer Action Provider: Make Directory
    • Transfer Action Provider: Collection Info
    • Transfer Action Provider: Create GCP Guest Collection
    • Transfer Action Provider: Create GCSv5 Guest Collection
© 2010- The University of Chicago Legal Privacy Accessibility