Inter-regional synchronization confirmation (GET /v3/synchronous_regions{?domain_id,region_id})

Confirms the state of synchronization between regions in use.

Confirms the state of synchronization of the global resources of all regions used by a specified domain.

This can be executed by contractors and global administrators.

It can also be executed by users assigned policy roles through custom role assignment.

Even if only one region is used, it is output as a used region.

Request headers

Content-type

Indicates the format of content defined in the MIME specification.

Specify application/json. (required)

Data type Cardinality
xsd:string 1..1

Accept

Indicates the accept format defined in the MIME specification.

Specify application/json. (optional)

Data type Cardinality
xsd:string 1..1

X-Auth-Token

Valid authentication token

Data type Cardinality
xsd:string 1..1

Request parameters

{domain_id}

Domain ID

* Required for contractors and global administrators

Data type Cardinality Parent element Child element
xsd:string 1..1 None None

{region_id}

Region ID

Data type Cardinality Parent element Child element
xsd:string 1..1 None auth_type

Response headers

HTTP status code

Returns the HTTP status code of the request.

One of the following values will be returned.

200:
Normal completion
401:
The token is invalid.
403:
Authority to execute the requested action not possessed.
404:
The specified domain_id was not found.
404:
The specified region_id was not found.
500:
An internal error occurred.
504:
The processing was not completed within a certain period of time.
Data type Cardinality
int 1..1

regions

Region object

Data type Cardinality Parent element Child element
xsd:string 1..1 None region_id

status

domain_id

region_id

Region ID

Data type Cardinality Parent element Child element
xsd:string 1..1 None None

status

Synchronized state

Data type Cardinality Parent element Child element
xsd:string 1..1 None None

domain_id

Domain ID

Data type Cardinality Parent element Child element
xsd:string 1..1 None None

Example of response


       [Response when an organization subscribing to the eastern Japan region implements this API without applying for use of the region]
       {
         "regions": [
          {
           "status": "ready",
           "region_id": "jp-east-1",
           "domain_id": "--domain-id--"
          }
         ],
         "links": {
          "self": "http://identity.gls.cloud.global.fujitsu.com/v3/synchronous_regions",
          "previous": null,
          "next": null
         }
       }