- symlink(
endpoint_xid: string,
options:
| undefined
| {
payload: Omit<
{ DATA_TYPE: "symlink"; path: string; symlink_target: string },
"DATA_TYPE",
>;
} & {
headers?: Headers;
query?: {
[key: string]: | undefined
| null
| string
| number
| boolean
| (undefined | null | string | number)[];
};
},
sdkOptions?: SDKOptions,
): Promise<Response> Parameters
- endpoint_xid: string
- options:
| undefined
| {
payload: Omit<
{ DATA_TYPE: "symlink"; path: string; symlink_target: string },
"DATA_TYPE",
>;
} & {
headers?: Headers;
query?: {
[key: string]: | undefined
| null
| string
| number
| boolean
| (undefined | null | string | number)[];
};
} Optional
sdkOptions: SDKOptions
Returns Promise<Response>
Create a directory at the specified path on an endpoint filesystem. The endpoint must be activated before performing this operation.
See
https://docs.globus.org/api/transfer/file_operations/#symlink