Flavor¶
Overview¶
This data type is included in the result of execution of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
id | The ID for the flavor, which is a unique integer value. | UUID |
name | Name for the flavor. | String |
links | List of flavor resource links. | Link Array |
ram | The amount of RAM, in MBs, for this flavor. | Integer |
vcpu | The CPUs, in whole integer amount, for the flavor. In order to maintain compatibility with Nova API, we put the size of the physical cpu to vcpu. | Integer |
disk | The amount of disk space, in GBs. | Integer |
Example¶
{
"flavor": {
"id": "05184ba3-00ba-4fbc-b7a2-03b62b884931",
"name": "General Purpose 2",
"links": [
{
"href": "https://baremetal-server-jp1-ecl.api.ntt.com/v2/5a077efd3e8e4319be283b22c0ce8c77/flavors/05184ba3-00ba-4fbc-b7a2-03b62b884931",
"rel": "self"
},
{
"href": "https://baremetal-server-jp1-ecl.api.ntt.com/5a077efd3e8e4319be283b22c0ce8c77/flavors/05184ba3-00ba-4fbc-b7a2-03b62b884931",
"rel": "bookmark"
}
]
}
}