3.1.5.33 multisite

The multisite resource is a singleton resource that configures the synchronization of two Network Controller—managed sites.

It is invoked through the following v6 URI.

 https://<url>/networking/v6/multisite/configuration

url: The address or name of the REST server of the Network Controller.

Note The server MAY support additional versions, v6 or later, in the URI.

The following HTTP methods can be performed on this resource.

HTTP method

Section

Description

PUT

3.1.5.33.1.1

Create a new multisite resource or update the existing multisite resource.

GET

3.1.5.33.1.2

Get the multisite resource.

The following property elements are valid.

Element name

Type

Description

etag

Read-only

Specified in Common JSON Elements, section 2.2.2.

provisioningState

Read-only

Specified in Common JSON Elements, section 2.2.2.

securityGroup

Optional

The security group to use for authorizing the connection to another site. If this property is populated, that security group's authentication and authorization will be used for connections to other sites. This property is mutually exclusive with the certificateSubjectName property.

certificateSubjectName

Optional

The name of the certificate to use when connecting to another site. If this property is populated, certificate-based authentication and authorization will be used for connections to other sites. This property is mutually exclusive with the securityGroup field.

sites

Optional

An array of references to networkControllerSite resources (section 3.1.5.33.2). Each reference contains configuration information to peer with another site.