Globus SDK for JavaScript
    Preparing search index...
    • Create a directory at the specified path on an endpoint filesystem. The endpoint must be activated before performing this operation.

      Parameters

      • endpoint_xid: string
      • options: { payload: { path: string; symlink_target: string } } & {
            headers?: Headers;
            query?: {
                [key: string]:
                    | string
                    | number
                    | boolean
                    | (string | number | null | undefined)[]
                    | null
                    | undefined;
            };
        }
      • OptionalsdkOptions: SDKOptions

      Returns Promise<Response>