LocationsApi
Method
HTTP request
Description
locations_get
Examples
require 'time'
require 'ionoscloud-container-registry'
# setup authorization
IonoscloudContainerRegistry.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 = IonoscloudContainerRegistry::LocationsApi.new
begin
# Get container registry locations
result = api_instance.locations_get
p result
rescue IonoscloudContainerRegistry::ApiError => e
puts "Error when calling LocationsApi->locations_get: #{e}"
endUsing the locations_get_with_http_info variant
Parameters
Return type
Authorization
HTTP request headers
Last updated
