All URIs are relative to https://api.ionos.com/databases/mongodb
Method
HTTP request
Description
infos_version_get
infos_version_get
Get API Version
Retrieves the current version of the responding API.
Examples
require'time'require'ionoscloud-dbaas-mongo'# setup authorizationIonoscloudDbaasMongo.configure do|config|# Configure HTTP basic authorization: basicAuth config.username ='YOUR USERNAME' config.password ='YOUR PASSWORD'# Configure API key authorization: tokenAuth config.api_key['Authorization'] ='YOUR API KEY'# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)# config.api_key_prefix['Authorization'] = 'Bearer'endapi_instance =IonoscloudDbaasMongo::MetadataApi.newbegin# Get API Version result = api_instance.infos_version_getp resultrescueIonoscloudDbaasMongo::ApiError=> eputs"Error when calling MetadataApi->infos_version_get: #{e}"end
Using the infos_version_get_with_http_info variant
This returns an Array which contains the response data, status code and headers.
Retrieves all available versions of the responding API.
Examples
require'time'require'ionoscloud-dbaas-mongo'# setup authorizationIonoscloudDbaasMongo.configure do|config|# Configure HTTP basic authorization: basicAuth config.username ='YOUR USERNAME' config.password ='YOUR PASSWORD'# Configure API key authorization: tokenAuth config.api_key['Authorization'] ='YOUR API KEY'# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)# config.api_key_prefix['Authorization'] = 'Bearer'endapi_instance =IonoscloudDbaasMongo::MetadataApi.newbegin# Get All API Versions result = api_instance.infos_versions_getp resultrescueIonoscloudDbaasMongo::ApiError=> eputs"Error when calling MetadataApi->infos_versions_get: #{e}"end
Using the infos_versions_get_with_http_info variant
This returns an Array which contains the response data, status code and headers.