StatusResponse

Serializer for the status information of the app

Properties

Name Type Description Notes
versions list[VersionResponse] Version information of Pulp components
online_workers list[WorkerResponse] List of online workers known to the application. An online worker is actively heartbeating and can respond to new work.
online_api_apps list[ApiAppStatusResponse] 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 list[ContentAppStatusResponse] 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 Database connection information
redis_connection RedisConnectionResponse Redis connection information [optional]
storage StorageResponse Storage information [optional]
content_settings ContentSettingsResponse Content-app settings
domain_enabled bool Is Domains enabled

[Back to Model list] [Back to API list] [Back to HOME]