Sync Sites
PUT /site/{uuid}/initstandby
Initialize a to be added target standby
The current site will be demoted from active to standby during the process
Required Roles
Requires one of the following roles:
- SECURITY_ADMIN
- RESTRICTED_SECURITY_ADMIN
Request Payload
<site_config>
<standby_sites>
<uuid></uuid>
<name></name>
<vip></vip>
<vip6></vip6>
<secret_key></secret_key>
<host_ipv4_addressmap></host_ipv4_addressmap>
<host_ipv6_addressmap></host_ipv6_addressmap>
<software_version></software_version>
<dbschema_version></dbschema_version>
<short_id></short_id>
<state></state>
<ipsec_key></ipsec_key>
<node_count></node_count>
<creationTime></creationTime>
<data_revision></data_revision>
</standby_sites>
<active_site>
<uuid></uuid>
<name></name>
<vip></vip>
<vip6></vip6>
<secret_key></secret_key>
<host_ipv4_addressmap></host_ipv4_addressmap>
<host_ipv6_addressmap></host_ipv6_addressmap>
<software_version></software_version>
<dbschema_version></dbschema_version>
<short_id></short_id>
<state></state>
<ipsec_key></ipsec_key>
<node_count></node_count>
<creationTime></creationTime>
<data_revision></data_revision>
</active_site>
<ntp_servers></ntp_servers>
<vdc_configVersion></vdc_configVersion>
</site_config>
{
"standby_sites": [
{
"uuid": "",
"name": "",
"vip": "",
"vip6": "",
"secret_key": "",
"host_ipv4_addressmap": "",
"host_ipv6_addressmap": "",
"software_version": "",
"dbschema_version": "",
"short_id": "",
"state": "",
"ipsec_key": "",
"node_count": "",
"creationTime": "",
"data_revision": ""
}
],
"active_site": {
"uuid": "",
"name": "",
"vip": "",
"vip6": "",
"secret_key": "",
"host_ipv4_addressmap": "",
"host_ipv6_addressmap": "",
"software_version": "",
"dbschema_version": "",
"short_id": "",
"state": "",
"ipsec_key": "",
"node_count": "",
"creationTime": "",
"data_revision": ""
},
"ntp_servers": "",
"vdc_configVersion": ""
}
All parameters are required unless otherwise stated.
Field |
Description |
Type |
Notes |
<site_config> |
|
|
|
<standby_sites> |
|
|
0-* Elements
|
<uuid> |
|
String |
|
<name> |
|
String |
|
<vip> |
|
String |
|
<vip6> |
|
String |
|
<secret_key> |
|
String |
|
<host_ipv4_addressmap> |
|
Map |
|
<host_ipv6_addressmap> |
|
Map |
|
<software_version> |
|
String |
|
<dbschema_version> |
|
String |
|
<short_id> |
|
String |
|
<state> |
|
String |
|
<ipsec_key> |
|
String |
|
<node_count> |
|
Integer |
|
<creationTime> |
|
Long |
|
<data_revision> |
|
Long |
|
</standby_sites> |
|
|
|
<active_site> |
|
|
|
<uuid> |
|
String |
|
<name> |
|
String |
|
<vip> |
|
String |
|
<vip6> |
|
String |
|
<secret_key> |
|
String |
|
<host_ipv4_addressmap> |
|
Map |
|
<host_ipv6_addressmap> |
|
Map |
|
<software_version> |
|
String |
|
<dbschema_version> |
|
String |
|
<short_id> |
|
String |
|
<state> |
|
String |
|
<ipsec_key> |
|
String |
|
<node_count> |
|
Integer |
|
<creationTime> |
|
Long |
|
<data_revision> |
|
Long |
|
</active_site> |
|
|
|
<ntp_servers> |
|
String |
|
<vdc_configVersion> |
|
Long |
|
</site_config> |
|
|
|
Response Body