Sha256: e54af3b1c00c8bcd57a7028df9e718afecd993347f22b8dc841371971b3128b5
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# PulpcoreClient::StatusApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**status_list**](StatusApi.md#status_list) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp ## status_list > status_list 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 api_instance.status_list rescue PulpcoreClient::ApiError => e puts "Exception when calling StatusApi->status_list: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type nil (empty response body) ### Authorization [Basic](../README.md#Basic) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc2 | docs/StatusApi.md |