Sha256: f70d3f75b057440458ccbb8071ec0aa268c19805327757454b8c720f64658ae7
Contents?: true
Size: 1.09 KB
Versions: 214
Compression:
Stored size: 1.09 KB
Contents
# PulpcoreClient::StatusApi All URIs are relative to *https://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**status_read**](StatusApi.md#status_read) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp ## status_read > StatusResponse status_read Inspect status of Pulp Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information ### Example ```ruby # load the gem require 'pulpcore_client' api_instance = PulpcoreClient::StatusApi.new begin #Inspect status of Pulp result = api_instance.status_read p result rescue PulpcoreClient::ApiError => e puts "Exception when calling StatusApi->status_read: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type [**StatusResponse**](StatusResponse.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
214 entries across 214 versions & 1 rubygems