File: details.rst

package info (click to toggle)
python-freezerclient 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 676 kB
  • sloc: python: 4,550; makefile: 25; sh: 2
file content (818 lines) | stat: -rw-r--r-- 17,074 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
============================================================================
Backup, Restore, and Disaster Recovery service (freezer) command-line client
============================================================================

The freezer client is the command-line interface (CLI) for the
Backup, Restore, and Disaster Recovery service (freezer) API
and its extensions.

This chapter documents :command:`freezer` version ``1.7.1``.

For help on a specific :command:`freezer` command, enter:

.. code-block:: console

   $ freezer help COMMAND

.. _freezer_command_usage:

freezer usage
~~~~~~~~~~~~~

.. code-block:: console

   usage: freezer [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug]
                  [--os-auth-url OS_AUTH_URL] [--os-backup-url OS_BACKUP_URL]
                  [--os-backup-api-version OS_BACKUP_API_VERSION]
                  [--os-endpoint-type OS_ENDPOINT_TYPE]
                  [--os-password OS_PASSWORD] [--os-username OS_USERNAME]
                  [--os-token OS_TOKEN]
                  [--os-project-domain-name OS_PROJECT_DOMAIN_NAME]
                  [--os-project-domain-id OS_PROJECT_DOMAIN_ID]
                  [--os-project-name OS_PROJECT_NAME]
                  [--os-region-name OS_REGION_NAME]
                  [--os-project-id OS_PROJECT_ID]
                  [--os-user-domain-name OS_USER_DOMAIN_NAME]
                  [--os-user-domain-id OS_USER_DOMAIN_ID] [-k]
                  [--os-cacert OS_CACERT] [--os-cert OS_CERT]

.. _freezer_command_options:

freezer optional arguments
~~~~~~~~~~~~~~~~~~~~~~~~~~

``--version``
  show program's version number and exit

``-v, --verbose``
  Increase verbosity of output. Can be repeated.

``-q, --quiet``
  Suppress output except warnings and errors.

``--log-file LOG_FILE``
  Specify a file to log output. Disabled by default.

``-h, --help``
  Show help message and exit.

``--debug``
  Show tracebacks on errors.

``--os-auth-url OS_AUTH_URL``
  Specify identity endpoint

``--os-backup-url OS_BACKUP_URL``
  Specify the Freezer backup service endpoint to use

``--os-backup-api-version OS_BACKUP_API_VERSION``
  Backup API version: 1 or 2

``--os-endpoint-type OS_ENDPOINT_TYPE``
  Endpoint type to select. Valid endpoint types:
  "public" or "publicURL", "internal" or "internalURL",
  "admin" or "adminURL"

``--os-password OS_PASSWORD``
  Password used for authentication with the OpenStack
  Identity service

``--os-username OS_USERNAME``
  Name used for authentication with the OpenStack
  Identity service

``--os-token OS_TOKEN``
  Specify an existing token to use instead of retrieving
  one via authentication

``--os-project-domain-name OS_PROJECT_DOMAIN_NAME``
  Domain name containing project

``--os-project-domain-id OS_PROJECT_DOMAIN_ID``
  OpenStack project domain ID. Defaults to
  ``env[OS_PROJECT_ID]``.

``--os-project-name OS_PROJECT_NAME``
  Project name to scope to

``--os-region-name OS_REGION_NAME``
  Specify the region to use

``--os-project-id OS_PROJECT_ID``
  Project to request authorization on

``--os-user-domain-name OS_USER_DOMAIN_NAME``
  User domain name

``--os-user-domain-id OS_USER_DOMAIN_ID``
  OpenStack user domain ID. Defaults to
  ``env[OS_USER_DOMAIN_ID]``.

``-k, --insecure``
  use python-freezerclient with insecure connections

``--os-cacert OS_CACERT``
  Path of CA TLS certificate(s) used to verify the
  remote server's certificate. Without this option
  freezer looks for the default system CA certificates.

``--os-cert OS_CERT``
  Path of CERT TLS certificate(s) used to verify the
  remote server's certificate.1

.. _freezer_action-create:

freezer action-create
---------------------

.. code-block:: console

   usage: freezer action-create [-h] --file FILE

Create an action from a file

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--file FILE``
  Path to json file with the action

.. _freezer_action-delete:

freezer action-delete
---------------------

.. code-block:: console

   usage: freezer action-delete [-h] action_id

Delete an action from the api

**Positional arguments:**

``action_id``
  ID of the action

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_action-list:

freezer action-list
-------------------

.. code-block:: console

   usage: freezer action-list [-h] [-f {csv,html,json,table,value,yaml}]
                              [-c COLUMN] [--max-width <integer>] [--fit-width]
                              [--print-empty] [--noindent]
                              [--quote {all,minimal,none,nonnumeric}]
                              [--limit LIMIT] [--offset OFFSET] [--search SEARCH]

List all actions for your user

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--limit LIMIT``
  Specify a limit for search query

``--offset OFFSET``

``--search SEARCH``
  Define a filter for the query.

  If the storage of freezer-api is a ``Sqlalchemy`` database, the search option
  must be a list of {key, value}, and it can be converted to json,
  otherwise, search option will not work, querying all records. as follows:
     * '[{"max_retries": 10}]'
     * '[{"max_retries": 10}, {"mode": "nova"}]'
  ``Note``:
     If all key-values of the list are found in this tuple, it will be
     filtered in, otherwise filtered out.

  If the storage of freezer-api is an ``elasticsearch`` database, the search
  option can be the same as above, or it can be a string that it isn't
  {key, value}. plsease reference elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/search.html
  as follows:
    * '[{"max_retries": 10}]'
    * '[{"max_retries": 10}, {"mode": "nova"}]'
    * '["5e37946b10dc42dbb6ca3338501da2c7"]'

.. _freezer_action-show:

freezer action-show
-------------------

.. code-block:: console

   usage: freezer action-show [-h] [-f {html,json,shell,table,value,yaml}]
                              [-c COLUMN] [--max-width <integer>] [--fit-width]
                              [--print-empty] [--noindent] [--prefix PREFIX]
                              action_id

Show a single action

**Positional arguments:**

``action_id``
  ID of the action

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_action-update:

freezer action-update
---------------------

.. code-block:: console

   usage: freezer action-update [-h] action_id file

Update an action from a file

**Positional arguments:**

``action_id``
  ID of the session

``file``
  Path to json file with the action

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_backup-delete:

freezer backup-delete
---------------------

.. code-block:: console

   usage: freezer backup-delete [-h] backup_uuid

Delete a backup from the api

**Positional arguments:**

``backup_uuid``
  UUID of the backup

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_backup-list:

freezer backup-list
-------------------

.. code-block:: console

   usage: freezer backup-list [-h] [-f {csv,html,json,table,value,yaml}]
                              [-c COLUMN] [--max-width <integer>] [--fit-width]
                              [--print-empty] [--noindent]
                              [--quote {all,minimal,none,nonnumeric}]
                              [--limit LIMIT] [--offset OFFSET] [--search SEARCH]

List all backups for your user

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--limit LIMIT``
  Specify a limit for search query

``--offset OFFSET``

``--search SEARCH``
  Define a filter for the query. See ``freezer action-list``

.. _freezer_backup-show:

freezer backup-show
-------------------

.. code-block:: console

   usage: freezer backup-show [-h] [-f {html,json,shell,table,value,yaml}]
                              [-c COLUMN] [--max-width <integer>] [--fit-width]
                              [--print-empty] [--noindent] [--prefix PREFIX]
                              backup_uuid

Show the metadata of a single backup

**Positional arguments:**

``backup_uuid``
  ID of the backup

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_client-delete:

freezer client-delete
---------------------

.. code-block:: console

   usage: freezer client-delete [-h] client_id

Delete a client from the api

**Positional arguments:**

``client_id``
  ID of the client

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_client-list:

freezer client-list
-------------------

.. code-block:: console

   usage: freezer client-list [-h] [-f {csv,html,json,table,value,yaml}]
                              [-c COLUMN] [--max-width <integer>] [--fit-width]
                              [--print-empty] [--noindent]
                              [--quote {all,minimal,none,nonnumeric}]
                              [--limit LIMIT] [--offset OFFSET] [--search SEARCH]

List of clients registered in the api

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--limit LIMIT``
  Specify a limit for search query

``--offset OFFSET``

``--search SEARCH``
  Define a filter for the query. See ``freezer action-list``

.. _freezer_client-register:

freezer client-register
-----------------------

.. code-block:: console

   usage: freezer client-register [-h] --file FILE

Register a new client

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--file FILE``
  Path to json file with the client

.. _freezer_client-show:

freezer client-show
-------------------

.. code-block:: console

   usage: freezer client-show [-h] [-f {html,json,shell,table,value,yaml}]
                              [-c COLUMN] [--max-width <integer>] [--fit-width]
                              [--print-empty] [--noindent] [--prefix PREFIX]
                              client_id

Show a single client

**Positional arguments:**

``client_id``
  ID of the client

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_job-abort:

freezer job-abort
-----------------

.. code-block:: console

   usage: freezer job-abort [-h] job_id

Abort a running job

**Positional arguments:**

``job_id``
  ID of the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_job-create:

freezer job-create
------------------

.. code-block:: console

   usage: freezer job-create [-h] --file FILE --client CLIENT_ID

Create a new job from a file

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--file FILE``
  Path to json file with the job

``--client CLIENT_ID, -C``
  CLIENT_ID
  Select a client for this job

.. _freezer_job-delete:

freezer job-delete
------------------

.. code-block:: console

   usage: freezer job-delete [-h] job_id

Delete a job from the api

**Positional arguments:**

``job_id``
  ID of the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_job-get:

freezer job-get
---------------

.. code-block:: console

   usage: freezer job-get [-h] [--no-format] job_id

Download a job as a json file

**Positional arguments:**

``job_id``
  ID of the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--no-format``
  Return a job in json without pretty print

.. _freezer_job-list:

freezer job-list
----------------

.. code-block:: console

   usage: freezer job-list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN]
                           [--max-width <integer>] [--fit-width] [--print-empty]
                           [--noindent] [--quote {all,minimal,none,nonnumeric}]
                           [--limit LIMIT] [--offset OFFSET] [--search SEARCH]
                           [--client CLIENT_ID]

List all the jobs for your user

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--limit LIMIT``
  Specify a limit for search query

``--offset OFFSET``

``--search SEARCH``
  Define a filter for the query. See ``freezer action-list``

``--client CLIENT_ID, -C``
  CLIENT_ID
  Get jobs for a specific client

.. _freezer_job-show:

freezer job-show
----------------

.. code-block:: console

   usage: freezer job-show [-h] [-f {html,json,shell,table,value,yaml}]
                           [-c COLUMN] [--max-width <integer>] [--fit-width]
                           [--print-empty] [--noindent] [--prefix PREFIX]
                           job_id

Show a single job

**Positional arguments:**

``job_id``
  ID of the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_job-start:

freezer job-start
-----------------

.. code-block:: console

   usage: freezer job-start [-h] job_id

Send a start signal for a job

**Positional arguments:**

``job_id``
  ID of the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_job-stop:

freezer job-stop
----------------

.. code-block:: console

   usage: freezer job-stop [-h] job_id

Send a stop signal for a job

**Positional arguments:**

``job_id``
  ID of the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_job-update:

freezer job-update
------------------

.. code-block:: console

   usage: freezer job-update [-h] job_id file

Update a job from a file

**Positional arguments:**

``job_id``
  ID of the job

``file``
  Path to json file with the job

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_session-add-job:

freezer session-add-job
-----------------------

.. code-block:: console

   usage: freezer session-add-job [-h] --session-id SESSION_ID --job-id JOB_ID

Add a job to a session

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--session-id SESSION_ID``
  ID of the session

``--job-id JOB_ID``
  ID of the job to add

.. _freezer_session-create:

freezer session-create
----------------------

.. code-block:: console

   usage: freezer session-create [-h] --file FILE

Create a session from a file

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--file FILE``
  Path to json file with the job

.. _freezer_session-delete:

freezer session-delete
----------------------

.. code-block:: console

   usage: freezer session-delete [-h] session_id

Delete a session

**Positional arguments:**

``session_id``
  ID of the session

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_session-list:

freezer session-list
--------------------

.. code-block:: console

   usage: freezer session-list [-h] [-f {csv,html,json,table,value,yaml}]
                               [-c COLUMN] [--max-width <integer>] [--fit-width]
                               [--print-empty] [--noindent]
                               [--quote {all,minimal,none,nonnumeric}]
                               [--limit LIMIT] [--offset OFFSET]
                               [--search SEARCH]

List all the sessions for your user

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--limit LIMIT``
  Specify a limit for search query

``--offset OFFSET``

``--search SEARCH``
  Define a filter for the query. See ``freezer action-list``

.. _freezer_session-remove-job:

freezer session-remove-job
--------------------------

.. code-block:: console

   usage: freezer session-remove-job [-h] --session-id SESSION_ID --job-id JOB_ID

Remove a job from a session

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--session-id SESSION_ID``
  ID of the session

``--job-id JOB_ID``
  ID of the job to add

.. _freezer_session-show:

freezer session-show
--------------------

.. code-block:: console

   usage: freezer session-show [-h] [-f {html,json,shell,table,value,yaml}]
                               [-c COLUMN] [--max-width <integer>] [--fit-width]
                               [--print-empty] [--noindent] [--prefix PREFIX]
                               session_id

Show a single session

**Positional arguments:**

``session_id``
  ID of the session

**Optional arguments:**

``-h, --help``
  show this help message and exit

.. _freezer_session-start:

freezer session-start
---------------------

.. code-block:: console

   usage: freezer session-start [-h] --session-id SESSION_ID --job-id JOB_ID
                                --job-tag JOB_TAG

Start a session

**Optional arguments:**

``-h, --help``
  show this help message and exit

``--session-id SESSION_ID``
  ID of the session

``--job-id JOB_ID``
  ID of the job

``--job-tag JOB_TAG``
  Job tag value

.. _freezer_session-update:

freezer session-update
----------------------

.. code-block:: console

   usage: freezer session-update [-h] session_id file

Update a session from a file

**Positional arguments:**

``session_id``
  ID of the session

``file``
  Path to json file with the session

**Optional arguments:**

``-h, --help``
  show this help message and exit