- Introduction
- API Request
- API Response
- Zones
- Flavors
- Images
- Instances
- Block Storages
- Bill
- Authentication
- Usage Example
- Firewall
Flavor List
GET
https://api-kr.iwinv.kr/v1/flavors
For more information, put in the fields
value from https://api-kr.iwinv.kr/fields/v1/flavors
Request
Query Params
zone_id
string
optional
zone_code
from [Zone > Zone List]image_id
string
optional
image_id
from [Servers > Image List]type
enum<string>
optional
Allowed values:
SINGLESINGLE_X4MAXIOGENERALHIGHSTORAGESTABILITYGPU
image_type
enum<string>
optional
Allowed values:
os_linuxos_windowsvdi_linuxvdi_windowsgpu_linuxgpu_windowssolution_linux
min_vcpu
integer
optional
max_vcpu
integer
optional
min_memory
integer
optional
max_memory
integer
optional
min_disk
integer
optional
max_disk
integer
optional
min_gpu
integer
optional
max_gpu
integer
optional
page_no
string
optional
Default:
10
page_size
string
optional
fields
integer
optional
Header Params
X-iwinv-Timestamp
integer
required
Example:
{{timestamp}}
X-iwinv-Credential
string
required
Example:
{{accesskey}}
X-iwinv-Signature
string
required
Example:
{{signature}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-kr.iwinv.kr/v1/flavors?zone_id=&image_id=&type=&image_type&min_vcpu=&max_vcpu=&min_memory=&max_memory=&min_disk=&max_disk=&min_gpu=&max_gpu=&page_no=&page_size=&fields=' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}'
Responses
🟢200Success
application/json
Body
code
string
required
error_code
string
required
message
string
required
result
array [object {8}]
required
flavor_id
string
required
name
string
required
provide
string
required
status
string
required
spec
object
required
supporting_images
array[string]
required
zone
array[string]
required
price
object
required
count
integer
required
page_no
integer
required
page_size
integer
required
Example
{
"code": "0x00",
"error_code": "SUCCESS",
"message": "",
"result": [
{
"flavor_id": "vgna_1_n",
"name": "vgna_1_n",
"provide": "shared",
"status": "available",
"spec": {
"type": "GENERAL",
"vcpu": 1,
"memory": 1024,
"disk": 25,
"network": 2.5,
"gpu": null
},
"supporting_images": [
"os_linux",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 5600,
"vat": 560,
"total": 6160
}
},
"partial": {
"type": "day",
"KRW": {
"price": 210,
"vat": 21,
"total": 231
}
}
}
},
{
"flavor_id": "vgna_2_n",
"name": "vgna_2_n",
"provide": "shared",
"status": "available",
"spec": {
"type": "GENERAL",
"vcpu": 2,
"memory": 2048,
"disk": 50,
"network": 2.5,
"gpu": null
},
"supporting_images": [
"os_linux",
"vdi_linux",
"os_windows",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 13100,
"vat": 1310,
"total": 14410
}
},
"partial": {
"type": "day",
"KRW": {
"price": 490,
"vat": 49,
"total": 539
}
}
}
},
{
"flavor_id": "gna_1.2_n",
"name": "gna_1.2_n",
"provide": "dedicated",
"status": "available",
"spec": {
"type": "GENERAL",
"vcpu": 1,
"memory": 2048,
"disk": 50,
"network": 2.5,
"gpu": null
},
"supporting_images": [
"os_linux",
"vdi_linux",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 14600,
"vat": 1460,
"total": 16060
}
},
"partial": {
"type": "day",
"KRW": {
"price": 550,
"vat": 55,
"total": 605
}
}
}
},
{
"flavor_id": "gna_2.4_n",
"name": "gna_2.4_n",
"provide": "dedicated",
"status": "available",
"spec": {
"type": "GENERAL",
"vcpu": 2,
"memory": 4096,
"disk": 50,
"network": 2.5,
"gpu": null
},
"supporting_images": [
"os_linux",
"vdi_linux",
"os_windows",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 27800,
"vat": 2780,
"total": 30580
}
},
"partial": {
"type": "day",
"KRW": {
"price": 1030,
"vat": 103,
"total": 1133
}
}
}
},
{
"flavor_id": "hpa_1.2_n",
"name": "hpa_1.2_n",
"provide": "dedicated",
"status": "available",
"spec": {
"type": "HIGH",
"vcpu": 1,
"memory": 2048,
"disk": 50,
"network": 10,
"gpu": null
},
"supporting_images": [
"os_linux",
"vdi_linux",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 17500,
"vat": 1750,
"total": 19250
}
},
"partial": {
"type": "day",
"KRW": {
"price": 650,
"vat": 65,
"total": 715
}
}
}
},
{
"flavor_id": "hpa_2.4_n",
"name": "hpa_2.4_n",
"provide": "dedicated",
"status": "available",
"spec": {
"type": "HIGH",
"vcpu": 2,
"memory": 4096,
"disk": 50,
"network": 10,
"gpu": null
},
"supporting_images": [
"os_linux",
"vdi_linux",
"os_windows",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 34900,
"vat": 3490,
"total": 38390
}
},
"partial": {
"type": "day",
"KRW": {
"price": 1300,
"vat": 130,
"total": 1430
}
}
}
},
{
"flavor_id": "soi_2.8_s",
"name": "soi_2.8_s",
"provide": "dedicated",
"status": "available",
"spec": {
"type": "STORAGE",
"vcpu": 2,
"memory": 8192,
"disk": 200,
"network": 10,
"gpu": null
},
"supporting_images": [
"os_linux",
"vdi_linux",
"os_windows",
"vdi_windows",
"solution_linux"
],
"zone": [
"kr2-z01"
],
"price": {
"full": {
"type": "month",
"KRW": {
"price": 45100,
"vat": 4510,
"total": 49610
}
},
"partial": {
"type": "day",
"KRW": {
"price": 1670,
"vat": 167,
"total": 1837
}
}
}
}
],
"count": 7,
"page_no": 1,
"page_size": 10
}
Modified at 2024-11-19 00:20:54