getBareMetalsUpgrades
Get Available Bare Metal Upgrades
GET /bare-metals/{baremetal-id}/upgrades HTTP/1.1Parameters
{
"type": {
"description": "Filter upgrade by type:\n\n- all (applications, plans)\n- applications\n- os",
"required": false,
"location": "query",
"type": "string"
}
}Response Schema
{
"type": "object",
"properties": {
"upgrades": {
"type": "object",
"description": "This object will contain the available Bare Metal Upgrades",
"properties": {
"applications": {
"type": "array",
"items": {}
},
"os": {
"type": "array",
"items": {}
}
}
}
}
}