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

Version Path
pulpcore_client-3.63.12 docs/LivezApi.md
pulpcore_client-3.63.11 docs/LivezApi.md
pulpcore_client-3.63.10 docs/LivezApi.md
pulpcore_client-3.63.9 docs/LivezApi.md
pulpcore_client-3.69.2 docs/LivezApi.md
pulpcore_client-3.63.8 docs/LivezApi.md
pulpcore_client-3.69.1 docs/LivezApi.md
pulpcore_client-3.63.7 docs/LivezApi.md
pulpcore_client-3.63.6 docs/LivezApi.md
pulpcore_client-3.69.0 docs/LivezApi.md
pulpcore_client-3.63.5 docs/LivezApi.md
pulpcore_client-3.68.2 docs/LivezApi.md
pulpcore_client-3.63.4 docs/LivezApi.md
pulpcore_client-3.68.1 docs/LivezApi.md
pulpcore_client-3.63.3 docs/LivezApi.md
pulpcore_client-3.68.0 docs/LivezApi.md
pulpcore_client-3.67.1 docs/LivezApi.md
pulpcore_client-3.63.2 docs/LivezApi.md
pulpcore_client-3.66.1 docs/LivezApi.md
pulpcore_client-3.67.0 docs/LivezApi.md