Use the Deployment Type Info API to view or edit the current system deployment type.
get: Returns the current deployment type and the results of the capacity and system validation tests, using the URL https://<server>/unifiedconfig/config/deploymenttypeinfo.
changeStamp: See Shared Parameters.
vmHosts: vmHost information, including name, address, username, and password parameters of Side A and Side B. Only required when switching to Packaged CCE, to allow access to the ESX servers for VM validation.
permissionInfo: See Permissions.
systemValidationStatus: See Serviceability API.
capacityInfo: See Serviceability API.
vmValidationLogURL: The URL to download a file about VM layout validation.
deploymentType: The type of deployment. The following types are supported:
0: No deployment type specified. Initial type set at installation. Once set to another deployment type, you cannot switch back to 0.
1: NAM
2: IVR-ICM
3: NAM Rogger
4: ICM Router/Logger
5: UCCE 8000 Agents Router/Logger
6: UCCE 12000 Agents Router/Logger
7: Packaged CCE: CCE-PAC-M1
8: ICM Rogger
9: UCCE 4000 Agents Rogger
10: Packaged CCE: CCEPACM1 Lab only
11: HCS-CC 1000 Agents
12: HCS-CC 500 Agents
13: UCCE 450 Agents Progger
14: HCS-CC 4000 Agents
<deploymentTypeInfo> <changeStamp>59</changeStamp> <deploymentType>7</deploymentType> <vmHosts> <vmHost> <name>sideA</name> <address>10.86.141.10</address> <userName>root</userName> </vmHost> <vmHost> <name>sideB</name> <address>10.86.141.29</address> <userName>root</userName> <password>pwexample</password> </vmHost> </vmHosts> </deploymentTypeInfo>