For more information, put in the fields
value from https://api-kr.iwinv.kr/fields/v1/flavors
curl --location --request GET 'https://api-kr.iwinv.kr/v1/flavors/?fields=' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}'
{
"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
}
}
}
}
],
"count": 1
}