Actions
Bug #25285
openAPI documentation for pending nodes is missing an endpoint and fields
Status:
Pending release
Priority:
N/A
Assignee:
Category:
Documentation
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
In the OpenAPI documentation we can see that there is only [[one endpoint]](https://docs.rudder.io/api/v/19/#tag/Nodes/operation/changePendingNodeStatus) to change pending nodes status.
But we have another endpoint POST /api/nodes/pending
which accepts {"nodeId":[...],"status":...}
which is not documented.
Also, the returned fields are not a node details as stated in the current documentation, but rather id,hostname,status,osName,osVersion,machineType
at most.
Updated by Clark ANDRIANASOLO 4 months ago
- Related to Bug #25203: The pending nodes API now returns array of arrays of nodes instead of an array of nodes added
Updated by Clark ANDRIANASOLO 4 months ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 4 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Elaad FURREEDAN
- Pull Request set to https://github.com/Normation/rudder/pull/5800
Updated by Clark ANDRIANASOLO 4 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|0ef4dd7d4c31b6bf4df5636d2d3a8252f61a0a85.
Actions