Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Put Passive Zones

PUT /vdc/data-service/vpools/{id}/passivezones

Sets the list of zones in a rep group to be considered passive. The replication group must have replicate to all enabled to set passive zones. Passive zones will not accept writes, but can fail without causing a temporary site outage to be tracked, so they don't count against the limit of 1 failed site.

idReplication group identifier

Required Roles

  • SYSTEM_ADMIN


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
data_service_vpool_passivezones
passiveZones    
zones Get the list of zones specified to be passive in this replication group String 0-* Elements
sequenceNumber get the lamport sequence number for these Region Params Integer
failoverModeEnabled get the Failover mode status flag Boolean

Response Body

Response with the resulting passive zone list

Field Description Type Notes
data_service_vpool_passivezones
passiveZones    
zones Get the list of zones specified to be passive in this replication group String 0-* Elements
sequenceNumber get the lamport sequence number for these Region Params Integer
failoverModeEnabled get the Failover mode status flag Boolean