Sha256: 11d65e4ec75c0b0d62df73e005268109e5800acff59f87e1d76dfd50968b1377
Contents?: true
Size: 900 Bytes
Versions: 36
Compression:
Stored size: 900 Bytes
Contents
# PulpcoreClient::LivezApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**livez_read**](LivezApi.md#livez_read) | **GET** /pulp/api/v3/livez/ | Inspect liveness of Pulp's REST API. ## livez_read > livez_read Inspect liveness of Pulp's REST API. Returns 200 OK when API is alive. ### Example ```ruby # load the gem require 'pulpcore_client' api_instance = PulpcoreClient::LivezApi.new begin #Inspect liveness of Pulp's REST API. api_instance.livez_read rescue PulpcoreClient::ApiError => e puts "Exception when calling LivezApi->livez_read: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type nil (empty response body) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined
Version data entries
36 entries across 36 versions & 1 rubygems