ContentAppStatusResponse

Base serializer for use with :class:pulpcore.app.models.Model This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ref_name attribute in the ModelSerializers's Meta class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

Properties

Name Type Description Notes
name str The name of the worker. [optional] [readonly]
last_heartbeat datetime Timestamp of the last time the worker talked to the service. [optional] [readonly]
versions dict(str, str) Versions of the components installed. [optional] [readonly]

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