Sha256: e78d8fee79a6e896dc76ad0da7968bbb3c390e9563b25e66712a23796f63edda
Contents?: true
Size: 901 Bytes
Versions: 1
Compression:
Stored size: 901 Bytes
Contents
# PulpFileClient::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 'pulp_file_client' api_instance = PulpFileClient::LivezApi.new begin #Inspect liveness of Pulp's REST API. api_instance.livez_read rescue PulpFileClient::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/LivezApi.md |