Actions
Enhancement #22098
openRudder server command to reset node keys/certificate status
Status:
New
Priority:
N/A
Assignee:
-
Category:
System integration
Target version:
Pull Request:
UX impact:
I dislike using that feature
Suggestion strength:
Want - This would make my life a lot easier but I can manage without
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Small
Name check:
To do
Fix check:
To do
Regression:
No
Description
This is #14871. We do have an API: https://docs.rudder.io/api/v/16/#tag/Nodes/operation/updateNode
But it is often cumbersome to write: curl -k -X POST -H "X-API-TOKEN: ..." -H "Content-Type: application/json" 'https://..../api/latest/nodes/xxxxxxx' -d '{"agentKey":{"status":"undefined"}}'
when doing admin stuff, a command line that has that knowledge would be better for UX.
Files
Actions