Skip to Content

Get a list of ulhost images - DescribeULHostImage

Overview

Get a list of ulhost images

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is DescribeULHostImage.Yes
PublicKeystringThe user’s public key can be obtained from ConsoleYes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See List of Regions and Availability ZonesYes
ZonestringAvailability Zone. See Availability Zone ListNo
ProjectIdstringProject ID. If not filled in, the default project is used, sub-accounts must be filled in. Please refer to the GetProjectList interface.No
ImageTypestringImage type. Standard Image: Base, Image Market: Business, Custom Image: Custom, return all types by default.No
ScenestringUsage scenario: It takes effect when ImageType is set to “App”.
- Normal for Regular Section
- CrossBorder for CrossBorder E-Commence
Default return all
No
OsTypestringOperating System Type: Linux, Windows. By default, all types are returned.No
ImageIdstringImage IdNo
ImageIds.NstringImage Id ListNo
TagstringBusiness Group ID. Default: DefaultNo
OffsetintList start position offset, default is 0No
LimitintReturn data length, default is 20No

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
TotalCountintTotal number of images that meet the conditionsNo
ImageSetarray[ULHostImageSet]For a detailed list of images, see UHostImageSetNo

Data Model

ULHostImageSet

Field NameTypeDescription InformationRequired
ZonestringAvailability Zone, see Availability Zone ListNo
ImageIdstringImage IDNo
ImageNamestringImage NameNo
DisplayNamestringName used for console displayNo
TagstringBusiness GroupNo
OsTypestringOperating System Type: Linux, WindowsNo
OsNamestringOperating System NameNo
ImageTypestringImage Type Standard Image: Base, Industry Image: Business, Custom Image: CustomNo
Featuresarray[string]Special status identifiers, currently includes NetEnhnced (Network Enhancement 1.0), NetEnhanced_Ultra (Network Enhancement 2.0), NetEnhanced_Extreme (Network Enhancement 3.0), HotPlug (Hot Upgrade), GPU (GPU Image), CloudInit, IPv6 (Supports IPv6 Network), RssdAttachable (Supports RSSD Cloud Disk), Vgpu_AMD (Supports AMD’s vgpu), Vgpu_NVIDIA (Supports NVIDIA’s vgpu), Aarch64_Type (Supports arm64 architecture)No
IntegratedSoftwarestringIntegrated Software Name (only industry images will return this value)No
StatestringImage Status, Available: Available, Making: Making, Unavailable: Unavailable, Copying: CopyingNo
ImageDescriptionstringImage DescriptionNo
CreateTimeintCreation time, in Unix timestamp formatNo
ImageSizeintImage SizeNo
MinimalCPUstringThe default value is empty. Images such as CentOS 7.3/7.4/7.5 will be marked as ‘Broadwell’.No
MaintainEolstringSystem EOL (End of Life) date, format: YYYY/MM/DDNo
SceneCategoriesarray[string]Scene Classification, currently includes Featured, PreInstalledDrivers, AIPainting, AIModels, HPC (High Performance Computing)No
ImageLogoLinkstringApp image icon urlNo

Example

Request Example

https://api.dezai.com/?Action=DescribeULHostImage &Region=pjGgnjaq &Zone=ZOVSOArJ &ProjectId=kxtvkLFX &ImageType=ejPSbUsC &FuncType=eCFTVATw &OsType=viqgVMFv &ImageId=ufpJpByZ &ImageIds.N=dfVrUQhG &Tag=spNxOUpa &Offset=5 &Limit=7 &PriceSet=1 &Scene=itCvbJFs

Response Example

{ "Action": "DescribeULHostImageResponse", "ImageSet": [ { "CreateTime": 9, "Features": [ "yOUhtYDT" ], "FuncType": "JsFBJwBE", "ImageDescription": "jHIRhqVE", "ImageId": "JhriGDJE", "ImageName": "cWcSTjUF", "ImageSize": 8, "ImageType": "xWAfdcfM", "IntegratedSoftware": "ECVamgyl", "Links": "QrsMIHru", "MinimalCPU": "ueFMmxSe", "OsName": "skOWUlbZ", "OsType": "peesiRDc", "State": "mOyOihis", "Vendor": "rjrmGMQs", "Zone": "BRhIeUvq" } ], "RetCode": 0, "TotalCount": 1 }