Sha256: 2b694ba4db0cbe9be38dd89cc6f4065c7ad16e450654e50c90b4191c111876b3
Contents?: true
Size: 1.01 KB
Versions: 22
Compression:
Stored size: 1.01 KB
Contents
# PulpcoreClient::StatusApi All URIs are relative to *http://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 app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status ### 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
22 entries across 22 versions & 1 rubygems