Sha256: 1df49cfa5d9370be60a7d7f765c1091117e397b53f4c9fbe3a059c0ed98aff3a
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# PulpFileClient::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 > 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 'pulp_file_client' api_instance = PulpFileClient::StatusApi.new begin #Inspect status of Pulp result = api_instance.status_read p result rescue PulpFileClient::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/StatusApi.md |
pulp_file_client-3.49.14 | docs/StatusApi.md |