NAME
API::Docker::Type::Node - One entry of the 200 response to GET /nodes
VERSION
version 0.004
DESCRIPTION
Generated from the Node definition of spec/v1.51.yaml, which the swagger leaves undescribed. paths: says what it is: one entry of the 200 response to GET /nodes and the body of the 200 response to GET /nodes/{id}.
id
Undocumented upstream. The node's ID in the swarm, 24ifsmvkjbyhk in the swagger's example, and what the /nodes/{id} endpoints take in their path. Serialised as ID -- spelled out, because deriving it from the Perl name would produce Id.
version
The version number of the object such as node, service, etc. See API::Docker::Type::ObjectVersion.
created_at
Date and time at which the node was added to the swarm in RFC 3339 format with nano-seconds.
updated_at
Date and time at which the node was last updated in RFC 3339 format with nano-seconds.
spec
Undocumented upstream. The name, role, availability and labels an operator set on the node -- {"Name": "node-name", "Role": "manager", "Availability": "active", "Labels": {"foo": "bar"}} in that definition's own example. "description" is what the node itself reports back instead. See API::Docker::Type::NodeSpec.
description
NodeDescription encapsulates the properties of the Node as reported by the agent. See API::Docker::Type::NodeDescription.
status
NodeStatus represents the status of a node. See API::Docker::Type::NodeStatus.
manager_status
ManagerStatus represents the status of a manager. See API::Docker::Type::ManagerStatus.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.