![]() Note | The term "data center" refers to site (remote site/main site) in PCCE deployment. The |
create: Creates a new data center and stores it in the database.
delete: Deletes one data center from the database. https://<server>/unifiedconfig/config/datacenter/{id}
get: Returns one data center, using the URL https://<server>/unifiedconfig/config/datacenter/<id>
list: Retrieves a list of data centers configured in the database.
name: Required. The unique name of the data center. Maximum length is ten characters. Valid characters are alphanumeric, period (.), and underscore (_). The first character must be alphanumeric.
agentPG: Information about the agent PG for the remote data center, which includes the following:
configured: Indicates whether an agent PG is configured for the remote data center. True or false. If the value is false, the rest of the values for the agent PG are ignored.
cmSubSideB:
finessePrimaryAddress: Address of Finesse primary.
finesseUserName: Username to access Finesse primary.
finessePassword: Password to access Finesse primary.
vruPG: Information about the VRU PG for the remote data center, which includes the following:
mrPG: Information about the MR PG for the remote data center, which includes the following:
The following table shows the parameters that are searched and the parameters that are sortable.
When you add an external CVP reporting server to a remote data center, the CVP call server of that data center associates to this reporting server.
When you delete the external CVP reporting server, the call servers of the remote data center re-associates to the core data center CVP reporting server.
<datacenter> <name>Boston</name> <refURL>/unifiedconfig/config/datacenter/5001</refURL> <changeStamp>1</changeStamp> <sideAPGHostName>pg1a.boston.icm</sideAPGHostName> <sideBPGHostName>pg1b.boston.icm</sideBPGHostName> <agentPG> <configured>true</configured> <cmSubSideA> <refURL>/unifiedconfig/config/machineinventory/1234</refURL> <name>cmSubA.boston.icm</name> </cmSubSideA> <cmSubSideB> <refURL>/unifiedconfig/config/machineinventory/5678</refURL> <name>cmSubB.boston.icm</name> </cmSubSideB> <finessePrimaryHostName>finesseP.boston.icm</finessePrimaryHostName> <finesseUserName>boston</finesseUserName> </agentPG> <vruPG> <configured>true</configured> <cvp1HostName>cvp1.boston.icm</cvp1HostName> <cvp2HostName>cvp2.boston.icm</cvp2HostHame> </vruPG> <mrPG> <configured>true</configured> </mrPG> </datacenter>