conversions¶
conversions create¶
Usage
usage: symp conversions create
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--file FILE] [--source-url SOURCE_URL]
[--image-name IMAGE_NAME] [--vm-name VM_NAME]
[--project-id PROJECT_ID] [--is-public]
[--hw-firmware-type HW_FIRMWARE_TYPE]
[--no-verify-ssl]
storage_pool
Description
Create new conversion.
Returns
Returns dict: Conversion ID
Mandatory
positional arguments:
storage_pool Storage pool ID where the image will be created
Optional
optional arguments:
-h, --help show this help message and exit
--file FILE
--source-url SOURCE_URL
Image source URL
--image-name IMAGE_NAME
Image name for the new image
--vm-name VM_NAME VM name
--project-id PROJECT_ID
The project ID to associate the new image with
--is-public Is the new image public
--hw-firmware-type HW_FIRMWARE_TYPE
Hardware firmware type of the VM (BIOS, UEFI)
--no-verify-ssl Skip SSL verification when accessing source_url
conversions delete¶
Usage
usage: symp conversions delete
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[-m [NAME=VALUE [NAME=VALUE ...]]]
conversion_id
Description
Delete conversion.
Mandatory
positional arguments:
conversion_id Conversion ID to delete
Optional
optional arguments:
-h, --help show this help message and exit
conversions info¶
Usage
usage: symp conversions info
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
[-m [NAME=VALUE [NAME=VALUE ...]]]
conversion_id
Description
Get info on conversion.
Returns
Returns dict: The conversion
Mandatory
positional arguments:
conversion_id Conversion ID to get info on
Optional
optional arguments:
-h, --help show this help message and exit
conversions list¶
Usage
usage: symp conversions list
[-f {adaptive_table,csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--status STATUS] [--active]
Description
Returns all conversions.
Returns
Returns list: List of conversions
Optional
optional arguments:
-h, --help show this help message and exit
--status STATUS Filter only conversions with a specific status
--active Filter only active conversions