Contact Us 1-800-596-4880

Update a Server Group

Tcat Server reached its End of Life in 2017. Contact your Customer Success Manager to determine options for managing, monitoring, or deploying your application.

The PUT operation updates a server group. Currently the only property that can be updated is name.

Example Request:

PUT http://localhost:8080/console/api/serverGroups
Content-Type: application/json

{ "name" : "RenamedGroup" }

Example Response:

200
Content-Type: application/json
Server: Apache-Coyote/1.1
Date: Mon, 10 Aug 2015 00:12:55 GMT

{
  "name" : "RenamedGroup",
  "id" : "73d89173-290e-4cb3-a61c-e11deb74767d",
  "serverCount" : 0,
  "href" : "http://localhost:8080/console/api/serverGroups/73d89173-290e-4cb3-a61c-e11deb74767d"
}