transfer

request a transfer task

It allows for requesting transfer tasks against a SciCat token. It uses the service account configured with the service's instance

post/transfer

Query parameters

sourceFacilitystring required

facility to use as source

the identifier name of the source facility

destFacilitystring required

facility to use as destination

the path in the destination collection to use for the transfer

scicatPidstring required

the SciCat PID of the dataset being transferred

the pid of the dataset being transferred

collectionRootPathstring required

Path to the root of the globus collection on the source facility

autoArchiveboolean

start archive job

start archive job after successful transfer

Request body

Response

successfully started a transfer task

jobIdstring required

the SciCat job id of the transfer job

Changes

Changed in 12 of the 17 revisions of this API.4212

    • for the query request parameter autoArchive, default value true was added

      request-parameter-default-value-added

    • added the new optional query request parameter autoArchive

      new-optional-request-parameter

  • b7dda7bbd56011See the full diff
    • added the new required query request parameter collectionRootPath

      new-required-request-parameter

    • request body became optional

      request-body-became-optional

    • the response property became required for the status

      response-property-became-required

    • request body became required

      request-body-became-required

    • added the non-success response with the status

      response-non-success-status-added

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • the request property became optional

      request-property-became-optional

    • added optional request body

      request-body-added-optional

  • 9049d98f5fcf111See the full diff
    • the response's body type changed from no type to object for status

      response-body-type-changed

    • deleted the query request parameter sourcePath

      request-parameter-removed

    • added the optional property to the response with the status

      response-optional-property-added