deploy/ansible/action_plugins/public_api.py [868:910]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    "parameters": [
                        {
                            "name": "installationType",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("installationType"),
                        },
                        {
                            "name": "primaryVmResourceId",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("primaryVmResourceId"),
                        },
                        {
                            "name": "virtualHostname",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("virtualHostname"),
                        },
                        {
                            "name": "primaryInstanceNumber",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("primaryInstanceNumber"),
                        },
                        {
                            "name": "primaryPhysicalHostname",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("primaryPhysicalHostname"),
                        },
                        {
                            "name": "primaryVirtualHostname",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("primaryVirtualHostname"),
                        },
                        {
                            "name": "userIdOfSIDAdmin",
                            "value": self.installationParameterSets.get(
                                "webDispatcherDeployment"
                            ).get("userIdOfSIDAdmin"),
                        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



deploy/ansible/action_plugins/public_api.py [1340:1382]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "parameters": [
                    {
                        "name": "installationType",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("installationType"),
                    },
                    {
                        "name": "primaryVmResourceId",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("primaryVmResourceId"),
                    },
                    {
                        "name": "virtualHostname",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("virtualHostname"),
                    },
                    {
                        "name": "primaryInstanceNumber",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("primaryInstanceNumber"),
                    },
                    {
                        "name": "primaryPhysicalHostname",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("primaryPhysicalHostname"),
                    },
                    {
                        "name": "primaryVirtualHostname",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("primaryVirtualHostname"),
                    },
                    {
                        "name": "userIdOfSIDAdmin",
                        "value": self.installationParameterSets.get(
                            "webDispatcherDeployment"
                        ).get("userIdOfSIDAdmin"),
                    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



