Skip to content

Commit

Permalink
api, daemon, node: Expose allocated node ID in agent API
Browse files Browse the repository at this point in the history
This commit exposes the node IDs allocated by the agent in the REST API,
alongside the associated node IP addresses. The main use case is
troubleshooting as it may be useful to dump the current list of node IDs
and their associated IP addresses in case of incidents.

Signed-off-by: Paul Chaignon <[email protected]>
  • Loading branch information
pchaigno authored and qmonnet committed Jan 30, 2023
1 parent af88b42 commit 7289744
Show file tree
Hide file tree
Showing 18 changed files with 744 additions and 0 deletions.
44 changes: 44 additions & 0 deletions api/v1/client/daemon/daemon_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 131 additions & 0 deletions api/v1/client/daemon/get_node_ids_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 99 additions & 0 deletions api/v1/client/daemon/get_node_ids_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 91 additions & 0 deletions api/v1/models/node_id.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7289744

Please sign in to comment.