Use this object to verify the HA (High Availability State) of a VDC.
|
Method |
Description |
|
Retrieve high availability information |
|
|
Perform high availability check |
Retrieve high availability information
/api/v2/ha/info?vdc=controller-name
Name of the target virtual data center
synchronous
GET
Retrieve high availability information.
GET http://192.168.123.200/api/v2/ha/info?vdc=mygrid
<message>state = ok state_apps = ok state_controller = ok state_backbone = disabled state_external = disabled </message>
{
"message" : "state = ok\nstate_apps = ok\nstate_controller = ok\nstate_backbone = disabled\nstate_external = disabled\n"
}
Perform high availability check
/api/v2/ha/check?vdc=controller-name
Name of the target virtual data center
asynchronous
GET
Perform high availability check.
GET http://192.168.123.200/api/v2/ha/check?vdc=mygrid
<job>be805915-76b2-48c8-b8a0-b881cca66da6</job>
{
"job" : "be805915-76b2-48c8-b8a0-b881cca66da6"
}
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|