ncloud_get_server_images
List server images with filters for OS type, hypervisor, platform, and status. Use pagination and sorting to manage infrastructure and locate the right image for deployment.
Instructions
List available server images (supports Gen2 XEN and Gen3 KVM)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number for pagination | |
| pageSize | No | Page size for pagination | |
| sortedBy | No | Sort field | |
| sortingOrder | No | Sort order (ASC | DESC) | |
| osTypeCodeList | No | Filter by OS type (CENTOS | UBUNTU | WINDOWS | ROCKY | NAVIX) | |
| serverImageName | No | Filter by image name | |
| serverImageNoList | No | Filter by server image numbers | |
| serverImageStatusCode | No | Filter by image status (INIT | CREAT | CREFL) | |
| hypervisorTypeCodeList | No | Filter by hypervisor type (XEN | KVM) | |
| serverImageTypeCodeList | No | Filter by image type (SELF | NCP) | |
| platformCategoryCodeList | No | Filter by platform category (OS | APP | DBMS | GPU) |