DataPlatformMetaData
Metadata about the API such as supported versions.
Retrieves all available versions of the Managed Stackable Data Platform.
Authorizations
Responses
200
List of all supported platform versions.
application/json
400
### Bad Request
The request send to the API was malformed.
application/json
401
### Unauthorized
The request is missing authorization information or the authorization information provided are expired.
application/json
403
### Not Allowed
The user issuing the request does not have the needed permissions.
application/json
500
### Internal Server Error
An internal error occurred. We apologize for the inconvenience!
application/json
get
GET /dataplatform/versions HTTP/1.1
Host: api.ionos.com
Authorization: Bearer JWT
Accept: */*
{
"id": "dataplatform/clusters",
"type": "collection",
"href": "https://.../versions",
"items": [
"22.11"
]
}
Was this helpful?