Sha256: 7dc76060cdb9a020e165ab33e01acea23d733613d507c90f8f2661c36ec2348f

Contents?: true

Size: 889 Bytes

Versions: 5

Compression:

Stored size: 889 Bytes

Contents

# PulpcoreClient::LivezApi

All URIs are relative to *http://pulp*

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

5 entries across 5 versions & 1 rubygems

Version Path
pulpcore_client-3.55.1 docs/LivezApi.md
pulpcore_client-3.55.0 docs/LivezApi.md
pulpcore_client-3.54.1 docs/LivezApi.md
pulpcore_client-3.53.0 docs/LivezApi.md
pulpcore_client-3.52.0 docs/LivezApi.md