This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

List Images

1 - 1.2

scpcli virtualserver image list
[--limit <value>]
[--marker <value>]
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--name <value>]
[--os_distro <value>]
[--status <value>]
[--visibility <value>]
[--sort <value>]
[--long]

Description

List Images.

State ACTIVE (CURRENT)

VersionNot Before
1.2-

Parameters

NameTypeDescriptionExample
limit
optional
integerPage size of items20
marker
optional
stringThe last item's ID from previous request2a9be312-5d4b-4bc8-b2ae-35100fa9241f
scp_image_type
optional
stringImage typecustom
scp_original_image_type
optional
stringOriginal Image typestandard
name
optional
stringImage nameimagename
os_distro
optional
stringOS distribution of the image to be uploadedalma
status
optional
stringImage statusactive
visibility
optional
****Indicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accountsprivate
sort
optional
stringComma-separated list of sort keys and optional sort directions in the form of [:]created_at:desc

Responses

NameDescriptionExample
idImage ID70a599e0-31e7-49b7-b260-868f441e862b
checksumMD5 hash of the entire image data. and this field could be used to verify the integrity of image.
Requires --long option
7538e0fcb56e0e272cfd89eb384d6613
container_formatContainer format
Requires --long option
bare
created_atCreated at2025-07-22T09:00:00Z
disk_formatDisk format
Requires --long option
qcow2
fileThe URL for the virtual server image file
Requires --long option
/v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file
min_diskMinimum disk capacity (GB) of the Image to be created
Requires --long option
100
min_ramMinimum RAM capacity (GB) of the Image to be created
Requires --long option
0
nameImage nameimagename
os_distroOS distribution of the image to be uploadedalma
os_hash_algoOS hash algorithm used to verify image integrity
Requires --long option
sha512
os_hash_valueThe actual digest of the image binary, calculated with the algorithm indicated by os_hash_algo. The value is presented as a hexadecimal string.
Requires --long option
c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99
os_hiddenWhether the image is hidden
Requires --long option
False
ownerOwner account ID
Requires --long option
a8f10467abfc4b87b64614ab36eb9ae4
owner_account_nameOwner account name
Requires --long option
AccountName
owner_user_nameOwner user name
Requires --long option
user@samsung.com
protectedwhether Image deletion is prohibited
Requires --long option
False
root_device_nameRoot device name
Requires --long option
/dev/vda
scp_gpu_driverK8s GPU Image driver version
Requires --long option
535.183.06
scp_image_typeImage type
Requires --long option
custom
scp_k8s_versionK8S version
Requires --long option
v1.28.7
scp_original_image_typeOriginal Image type
Requires --long option
standard
scp_os_build_versionOS build version
Requires --long option
20250101
scp_os_versionOS version
Requires --long option
8.8
sizeImage size
Requires --long option
2429747200
statusImage status
Requires --long option
active
updated_atUpdated at
Requires --long option
2025-07-26T12:00:00Z
urlObject Storage URL for Image file (only qcow2 format allowed)
Requires --long option
https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2
virtual_sizeVirtual size
Requires --long option
17179869184
visibilityIndicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accountsprivate
volumesVolumes
Requires --long option
[{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}]

2 - 1.1

scpcli virtualserver image list
[--limit <value>]
[--marker <value>]
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--name <value>]
[--os_distro <value>]
[--status <value>]
[--visibility <value>]
[--sort <value>]
[--long]

Description

List Images.

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.120260531

Parameters

NameTypeDescriptionExample
limit
optional
integerPage size of items20
marker
optional
stringThe last item's ID from previous request2a9be312-5d4b-4bc8-b2ae-35100fa9241f
scp_image_type
optional
stringImage typecustom
scp_original_image_type
optional
stringOriginal Image typestandard
name
optional
stringImage nameimagename
os_distro
optional
stringOS distribution of the image to be uploadedalma
status
optional
stringImage statusactive
visibility
optional
****Indicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accountsprivate
sort
optional
stringComma-separated list of sort keys and optional sort directions in the form of [:]created_at:desc

Responses

NameDescriptionExample
idImage ID70a599e0-31e7-49b7-b260-868f441e862b
checksumMD5 hash of the entire image data. and this field could be used to verify the integrity of image.
Requires --long option
7538e0fcb56e0e272cfd89eb384d6613
container_formatContainer format
Requires --long option
bare
created_atCreated at2025-07-22T09:00:00Z
disk_formatDisk format
Requires --long option
qcow2
fileThe URL for the virtual server image file
Requires --long option
/v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file
min_diskMinimum disk capacity (GB) of the Image to be created
Requires --long option
100
min_ramMinimum RAM capacity (GB) of the Image to be created
Requires --long option
0
nameImage nameimagename
os_distroOS distribution of the image to be uploadedalma
os_hash_algoOS hash algorithm used to verify image integrity
Requires --long option
sha512
os_hash_valueThe actual digest of the image binary, calculated with the algorithm indicated by os_hash_algo. The value is presented as a hexadecimal string.
Requires --long option
c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99
os_hiddenWhether the image is hidden
Requires --long option
False
ownerOwner account ID
Requires --long option
a8f10467abfc4b87b64614ab36eb9ae4
owner_account_nameOwner account name
Requires --long option
AccountName
owner_user_nameOwner user name
Requires --long option
user@samsung.com
protectedwhether Image deletion is prohibited
Requires --long option
False
root_device_nameRoot device name
Requires --long option
/dev/vda
scp_image_typeImage type
Requires --long option
custom
scp_k8s_versionK8S version
Requires --long option
v1.28.7
scp_original_image_typeOriginal Image type
Requires --long option
standard
scp_os_build_versionOS build version
Requires --long option
20250101
scp_os_versionOS version
Requires --long option
8.8
sizeImage size
Requires --long option
2429747200
statusImage status
Requires --long option
active
updated_atUpdated at
Requires --long option
2025-07-26T12:00:00Z
urlObject Storage URL for Image file (only qcow2 format allowed)
Requires --long option
https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2
virtual_sizeVirtual size
Requires --long option
17179869184
visibilityIndicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accountsprivate
volumesVolumes
Requires --long option
[{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}]

3 - 1.0

scpcli virtualserver image list
[--limit <value>]
[--marker <value>]
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--name <value>]
[--os_distro <value>]
[--status <value>]
[--visibility <value>]
[--sort <value>]
[--long]

Description

List Images.

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020251231

Parameters

NameTypeDescriptionExample
limit
optional
integerPage size of items20
marker
optional
stringThe last item's ID from previous request2a9be312-5d4b-4bc8-b2ae-35100fa9241f
scp_image_type
optional
stringImage typecustom
scp_original_image_type
optional
stringOriginal Image typestandard
name
optional
stringImage nameimagename
os_distro
optional
stringOS distribution of the image to be uploadedalma
status
optional
stringImage statusactive
visibility
optional
****Indicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accountsprivate
sort
optional
stringComma-separated list of sort keys and optional sort directions in the form of [:]created_at:desc

Responses

NameDescriptionExample
idImage ID70a599e0-31e7-49b7-b260-868f441e862b
checksumMD5 hash of the entire image data. and this field could be used to verify the integrity of image.
Requires --long option
7538e0fcb56e0e272cfd89eb384d6613
container_formatContainer format
Requires --long option
bare
created_atCreated at2025-07-22T09:00:00Z
disk_formatDisk format
Requires --long option
qcow2
fileThe URL for the virtual server image file
Requires --long option
/v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file
min_diskMinimum disk capacity (GB) of the Image to be created
Requires --long option
100
min_ramMinimum RAM capacity (GB) of the Image to be created
Requires --long option
0
nameImage nameimagename
os_distroOS distribution of the image to be uploadedalma
os_hash_algoOS hash algorithm used to verify image integrity
Requires --long option
sha512
os_hash_valueThe actual digest of the image binary, calculated with the algorithm indicated by os_hash_algo. The value is presented as a hexadecimal string.
Requires --long option
c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99
os_hiddenWhether the image is hidden
Requires --long option
False
ownerOwner account ID
Requires --long option
a8f10467abfc4b87b64614ab36eb9ae4
owner_account_nameOwner account name
Requires --long option
AccountName
owner_user_nameOwner user name
Requires --long option
user@samsung.com
protectedwhether Image deletion is prohibited
Requires --long option
False
root_device_nameRoot device name
Requires --long option
/dev/vda
scp_image_typeImage type
Requires --long option
custom
scp_k8s_versionK8S version
Requires --long option
v1.28.7
scp_original_image_typeOriginal Image type
Requires --long option
standard
scp_os_build_versionOS build version
Requires --long option
20250101
scp_os_versionOS version
Requires --long option
8.8
sizeImage size
Requires --long option
2429747200
statusImage status
Requires --long option
active
updated_atUpdated at
Requires --long option
2025-07-26T12:00:00Z
urlObject Storage URL for Image file (only qcow2 format allowed)
Requires --long option
https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2
virtual_sizeVirtual size
Requires --long option
17179869184
visibilityIndicates access permissions for the Image. Private: Can be used only within the Account, Shared: Can be shared between Accountsprivate
volumesVolumes
Requires --long option
[{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}]