deploy/ansible/action_plugins/public_api.py [709:746]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    "name": "HANA Deployment",
                    "parameters": [
                        {
                            "name": "primaryVmResourceId",
                            "value": self.installationParameterSets.get(
                                "hanaDeployment"
                            ).get("primaryVmResourceId"),
                        },
                        {
                            "name": "DBSID",
                            "value": self.installationParameterSets.get(
                                "hanaDeployment"
                            ).get("DBSID"),
                        },
                        {
                            "name": "DBSIDAdminUserId",
                            "value": self.installationParameterSets.get(
                                "hanaDeployment"
                            ).get("DBSIDAdminUserId"),
                        },
                        {
                            "name": "instanceNumber",
                            "value": self.installationParameterSets.get(
                                "hanaDeployment"
                            ).get("instanceNumber"),
                        },
                        {
                            "name": "primaryPhysicalHostname",
                            "value": self.installationParameterSets.get(
                                "hanaDeployment"
                            ).get("primaryPhysicalHostname"),
                        },
                        {
                            "name": "primaryVirtualHostname",
                            "value": self.installationParameterSets.get(
                                "hanaDeployment"
                            ).get("primaryVirtualHostname"),
                        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



deploy/ansible/action_plugins/public_api.py [1168:1205]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "name": "HANA Deployment",
                "parameters": [
                    {
                        "name": "primaryVmResourceId",
                        "value": self.installationParameterSets.get(
                            "hanaDeployment"
                        ).get("primaryVmResourceId"),
                    },
                    {
                        "name": "DBSID",
                        "value": self.installationParameterSets.get(
                            "hanaDeployment"
                        ).get("DBSID"),
                    },
                    {
                        "name": "DBSIDAdminUserId",
                        "value": self.installationParameterSets.get(
                            "hanaDeployment"
                        ).get("DBSIDAdminUserId"),
                    },
                    {
                        "name": "instanceNumber",
                        "value": self.installationParameterSets.get(
                            "hanaDeployment"
                        ).get("instanceNumber"),
                    },
                    {
                        "name": "primaryPhysicalHostname",
                        "value": self.installationParameterSets.get(
                            "hanaDeployment"
                        ).get("primaryPhysicalHostname"),
                    },
                    {
                        "name": "primaryVirtualHostname",
                        "value": self.installationParameterSets.get(
                            "hanaDeployment"
                        ).get("primaryVirtualHostname"),
                    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



