Sha256: a89083dffafa2e268349de8eb38492f4e859effe675930214274b5c0aef07099

Contents?: true

Size: 1.95 KB

Versions: 2

Compression:

Stored size: 1.95 KB

Contents

# PulpFileClient::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_api_apps** | [**Array<ApiAppStatusResponse>**](ApiAppStatusResponse.md) | List of online api apps known to the application. An online api app is actively heartbeating and can serve the rest api to clients. | 
**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] 
**content_settings** | [**ContentSettingsResponse**](ContentSettingsResponse.md) | Content-app settings | 
**domain_enabled** | **Boolean** | Is Domains enabled | 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::StatusResponse.new(versions: null,
                                 online_workers: null,
                                 online_api_apps: null,
                                 online_content_apps: null,
                                 database_connection: null,
                                 redis_connection: null,
                                 storage: null,
                                 content_settings: null,
                                 domain_enabled: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/StatusResponse.md
pulp_file_client-3.49.14 docs/StatusResponse.md