Version¶
Overview¶
This data type is included in the result of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
status | Version support status. Valid values are CURRENT or SUPPORTED. CURRENT is newest stable version. SUPPORTED is old supported version. | String |
id | Version identifier included in API URL. | String |
links | List of API endpoint link. | Link Array |
Example¶
{
"version": {
"status": "CURRENT",
"id": "v2",
"links": [
{
"href": "https://baremetal-server-jp1-ecl.api.ntt.com/v2",
"rel": "self"
}
]
}
}