getServerImageList
- Print
- PDF
getServerImageList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Summary
Get a server image list.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Region in which the server image list will be viewed regionCode can be obtained through the getRegionList action Default: Select the first Region of the getRegionList query result | |
serverImageNoList.N | No | List<String> | - Server image number list You can filter and search by server image number serverImageNo can be obtained through the getServerImageList action E.g., serverImageNoList.1=1234&serverImageNoList.2=2345 | |
serverImageName | No | String | - Server image name You can filter and search by server image name | |
serverImageStatusCode | No | String | - Server image status code You can filter and search by server image status code Options: INIT | CREAT | |
serverImageTypeCodeList.N | No | List<String> | - Server image type code list You can filter and search by server image type code Options: SELF | NCP E.g., serverImageTypeCodeList.1=NCP | |
hypervisorTypeCodeList.N | No | List<String> | - Hypervisor type code list You can filter and search by hypervisor type code Options: XEN | KVM E.g., hypervisorTypeCodeList.1=XEN&hypervisorTypeCodeList.2=KVM | |
osTypeCodeList.N | No | List<String> | - OS type code list You can filter and search by OS type code Options: CENTOS | UBUNTU | WINDOWS E.g., osTypeCodeList.1=CENTOS&osTypeCodeList.2=UBUNTU | |
platformCategoryCodeList.N | No | List<String> | - Platform category code list ou can filter and search by platform category code Options: OS | APP | DBMS | GPU E.g., platformCategoryCodeList.1=OS&platformCategoryCodeList.2=GPU | |
pageNo | No | Integer | - Page numbers in paged results The results can be paged using pageNo and pageSize | |
pageSize | Conditional | Integer | - Size of each page to display when paging Page the result values using pageNo and pageSize Required when entering pageNo | |
sortedBy | No | String | - Sorting target The results can be sorted by server image name Options: serverImageName | |
sortingOrder | No | String | - Sort order Set ascending or descending sorting when using sortedBy Options: ASC (ascending) | DESC (descending) Default: ASC | |
responseFormatType | No | String | - Response result format type Options: xml | json Default : xml |
Response
Response body
Examples
Request example
Response example
Was this article helpful?