GET: Get Attributes of a Redundancy Group - Conductor Live

GET: Get Attributes of a Redundancy Group

Get the attributes of the specified redundancy group.

HTTP Request and Response

Request URL

GET http://<Conductor IP address>/redundancy_groups/<ID of redundancy group>

Call Header

  • Accept: Set to application/xml

If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.

Response

The response is XML content consisting of one redundancy_group element, with the same elements as the response for GET List: Get a List of Redundancy Groups.

Example

This response shows the attributes for the group that has the ID 1.

GET http://198.51.100.0/redundancy_groups/1 ------------------------------------------ Content-type:application/vnd.elemental+xml;version=3.3.0 ------------------------------------------ <?xml version="1.0" encoding="UTF-8"?> <redundancy_group> <id>1</id> <name>2.5 nodes</name> <product_name>live</product_name> </redundancy_group>