Sha256: c30b83f7c5e04c30a2420f0d75f9b829e6552eb4e441b44676298c767bcb3999
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
# PulpcoreClient::StatusApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**status_read**](StatusApi.md#status_read) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp ## status_read > Status 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' # setup authorization PulpcoreClient.configure do |config| # Configure HTTP basic authorization: Basic config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end 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 [**Status**](Status.md) ### Authorization [Basic](../README.md#Basic) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc4 | docs/StatusApi.md |
pulpcore_client-3.0.0rc3 | docs/StatusApi.md |