All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
healthcheck_get | GET /healthcheck | Check if the service is running |
healthcheck_get
Check if the service is running
# load the gem
require 'swagger_client'
api_instance = SwaggerClient::ServiceApi.new
begin
#Check if the service is running
api_instance.healthcheck_get
rescue SwaggerClient::ApiError => e
puts "Exception when calling ServiceApi->healthcheck_get: #{e}"
end
This endpoint does not need any parameter.
nil (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined