mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
Node information request is missing in v2.0 API #17
Labels
No labels
I0
I1
I2
I3
I4
S0
S1
S2
S3
S3
S4
U2
U3
U4
bug
discussion
discussion
documentation
enhancement
enhancement
enhancement
feature
good first issue
question
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-api#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @realloc on GitHub (Aug 26, 2020).
Originally assigned to: @realloc on GitHub.
There is need to check if node is ready to serve requests and get basic information about it. Previously this functionality was in
Healthcheckservice.We need to add some simple ping-pong functionality without implementation specifics. It could be
NodeInfostructure request innetmapservice.@realloc commented on GitHub (Sep 2, 2020):
I propose to add an rpc call to Netmap Service, that would provide only state of the node for ping-pong-like cases and full NodeInfo for updating nodes' local netmap view.
@alexvanin commented on GitHub (Sep 2, 2020):
@realloc I don't mind to have this service in API, but node definitely should implement more specific health check services. How response will look like?