1FTS-REST-CLI(1) FTS-REST-CLI(1)
2
3
4
6 fts-rest-delete-submit
7
9 Usage: fts-rest-delete-submit options SURL1 [SURL2] [SURL3] [...]
10
12 This command can be used to submit a deletion job to FTS3. It supports
13 simple and bulk submissions.
14
16 -h/–help
17 Show this help message and exit
18
19 -v/–verbose
20 Verbose output.
21
22 -s/–endpoint
23 Fts3 rest endpoint.
24
25 -j/–json
26 Print the output in json format.
27
28 –key The user certificate private key.
29
30 –cert The user certificate.
31
32 –capath
33 Use the specified directory to verify the peer
34
35 –insecure
36 Do not validate the server certificate
37
38 –access-token
39 Oauth2 access token (supported only by some endpoints, takes
40 precedence)
41
42 -b/–blocking
43 Blocking mode. Wait until the operation completes.
44
45 -i/–interval
46 Interval between two poll operations in blocking mode.
47
48 -e/–expire
49 Expiration time of the delegation in minutes.
50
51 –job-metadata
52 Transfer job metadata.
53
54 –file-metadata
55 File metadata.
56
57 -S/–spacetoken
58 The space token or its description.
59
60 –dry-run
61 Do not send anything, just print the json message.
62
63 -f/–file
64 Name of configuration file
65
66 –retry Number of retries. If 0, the server default will be used. If
67 negative, there will be no retries.
68
69 –cloud-credentials
70 Use cloud credentials for the job (i. E. Dropbox).
71
73 $ fts-rest-delete-submit -s https://fts3-devel.cern.ch:8446 gsiftp://source.host/file1 gsiftp://source.host/file2
74 Job successfully submitted.
75 Job id: 9fee8c1e-c46d-11e3-8299-02163e00a17a
76
77 $ fts-rest-delete-submit -s https://fts3-devel.cern.ch:8446 -f bulk.list
78 Job successfully submitted.
79 Job id: 9fee8c1e-c46d-11e3-8299-02163e00a17a
80
82 fts-devel@cern.ch.
83
84
85
86fts-rest-delete-submit August 24, 2016 FTS-REST-CLI(1)