Sha256: 53ad69e38d568cf30060e0aa33ee6e13e49acff5104fd02374697bdf76a461ee
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
# PulpcoreClient::Status ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **versions** | [**Array<Version>**](Version.md) | Version information of Pulp components | **online_workers** | [**Array<Worker>**](Worker.md) | List of online workers known to the application. An online worker is actively heartbeating and can respond to new work | **missing_workers** | [**Array<Worker>**](Worker.md) | List of missing workers known to the application. A missing worker is a worker that was online, but has now stopped heartbeating and has potentially died | **online_content_apps** | [**Array<ContentAppStatus>**](ContentAppStatus.md) | List of online content apps known to the application. An online worker is actively heartbeating | **database_connection** | [**DatabaseConnection**](DatabaseConnection.md) | | **redis_connection** | [**RedisConnection**](RedisConnection.md) | | **storage** | [**Storage**](Storage.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Status.new(versions: null, online_workers: null, missing_workers: null, online_content_apps: null, database_connection: null, redis_connection: null, storage: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc8 | docs/Status.md |