Check SL8 Availability
POST
/v1/locations/check-nextgenCheck if Servebolt Linux 8 is available on the given location.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
data
object
required
attributes
object
required
Example
{
"data": {
"attributes": {
"location": "Oslo"
}
}
}
Request samples
Responses
OK(200)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
isLegacy
boolean
required
If isLegacy is true, it means Servebolt Linux 8 is not available on this location.
Example
{
"isLegacy": false
}
Last modified: 7 months ago