Notes: we use a cribl.cloud leader so all of our edge nodes are managed-edge. We cannot make api requests directly to edge nodes, we have to make api requests of the leader.
My org has deployed a decent number of edge nodes, but did not apply tags or a worker group when doing so. My goal is to use a patch request on the /master/workers/{id} endpoint to update the nodes.
So far I have created a python script makes a get request on the /master/workers endpoint to get all config data from these nodes and modify the config with the new tag.
Has anyone successfully used a patch request to update the endpoints on Cribl?
