Sha256: c754aeeb9fcf06cf913d2f28b69c14e7c6149a3320f93151022a2e9913638c6d
Contents?: true
Size: 1.4 KB
Versions: 133
Compression:
Stored size: 1.4 KB
Contents
# PulpcoreClient::StatusResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **versions** | [**Array<VersionResponse>**](VersionResponse.md) | Version information of Pulp components | **online_workers** | [**Array<WorkerResponse>**](WorkerResponse.md) | List of online workers known to the application. An online worker is actively heartbeating and can respond to new work | **online_content_apps** | [**Array<ContentAppStatusResponse>**](ContentAppStatusResponse.md) | List of online content apps known to the application. An online content app is actively heartbeating and can serve data to clients | **database_connection** | [**DatabaseConnectionResponse**](DatabaseConnectionResponse.md) | Database connection information | **redis_connection** | [**RedisConnectionResponse**](RedisConnectionResponse.md) | Redis connection information | [optional] **storage** | [**StorageResponse**](StorageResponse.md) | Storage information | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::StatusResponse.new(versions: null, online_workers: null, online_content_apps: null, database_connection: null, redis_connection: null, storage: null) ```
Version data entries
133 entries across 133 versions & 1 rubygems