servergroupinfo

API Name

servergroupinfo

Description

Provides information about the server group including the server group names, members and the description.

REST Methods

GET

Precondition

None

Input Params

TOKEN header with a valid token value.

Sample Request

https://jdesmc.example.com:8998/manage/mgmtrestservice/servergroupinfo

Return

HTTP 200 status code and the response containing the server group information is returned. See the sample response in this table for more information.

Sample Response

[ { "serverGroupName":"default", "serverGroupInstances": [ "E900EntSvr", "E910EntServer","EA_AIS_9090", "EA_JS_5050", "EA_JS_7070", "EA_JS_8080" ], "serverGroupDescription":"The default server group." }, { "serverGroupName":"negative_group", "serverGroupInstances":[], "serverGroupDescription":"Negative Server Group" }]

Exception

None.