Deploy a Virtualized Service to Mediator
To deploy a virtualized service to Mediator, use a deploy command of the following format:
CentraSiteCommand deploy [-url <CENTRASITE-URL>]
-user <USER-ID> -password <PASSWORD>
-virtualService <VIRTUAL-SERVICE> -target <TARGET>
Input Parameters
The following table describes the complete set of input parameters that you can use with the deploy command:
Input Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
-virtualService | The name of the virtual service. |
-target | The target to which the virtual service identified by the parameter -virtualService is to be deployed. |
For example (all in one line):
CentraSiteCommand deploy -url http://localhost:53307/CentraSite/CentraSite
-user Administrator -password manage -virtualService VS1 -target Target1