InformationApi
Method
HTTP request
Description
get_info
Examples
require 'time'
require 'ionoscloud-cert-manager'
# setup authorization
IonoscloudCertManager.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'
end
api_instance = IonoscloudCertManager::InformationApi.new
begin
# Get the Service API Information
result = api_instance.get_info
p result
rescue IonoscloudCertManager::ApiError => e
puts "Error when calling InformationApi->get_info: #{e}"
endUsing the get_info_with_http_info variant
Parameters
Return type
Authorization
HTTP request headers
get_json_open_api_spec
Examples
Using the get_json_open_api_spec_with_http_info variant
Parameters
Return type
Authorization
HTTP request headers
get_yaml_open_api_spec
Examples
Using the get_yaml_open_api_spec_with_http_info variant
Parameters
Return type
Authorization
HTTP request headers
Last updated
