Pradeep
09/16/2020, 1:40 AMNeha Pawar
Pradeep
09/16/2020, 1:42 AMcurl -X POST <http://localhost:9000/instances/Broker_><ip>_8060/updateTags?tags=untagged_BROKER
How do I untag a server? I see above api for broker
But that endpoint doesn’t work for meNeha Pawar
Pradeep
09/16/2020, 2:04 AMNeha Pawar
Pradeep
09/16/2020, 2:06 AMNeha Pawar
Pradeep
09/16/2020, 2:11 AMNeha Pawar
curl -X PUT "<http://localhost:9000/instances/Server_10.1.10.51_7000>" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"host\": \"10.1.10.51\", \"port\": \"7000\", \"type\": \"SERVER\", \"tags\": [ \"newName_OFFLINE\", \"DefaultTenant_REALTIME\" ]}"
this is the other API i was talking about.Pradeep
09/16/2020, 2:19 AMNeha Pawar
Pradeep
09/16/2020, 2:21 AMNeha Pawar
Pradeep
09/16/2020, 2:23 AM