Discussion
Manage Multitenant Instances
Which approaches are useful in managing multi-tenant instances? (Choose Two)
a) Using the tenant management landing page in the Designer Studio
b) Using the application server administrative console
c) Building an application in PRPC or using other tools to access services exposed by the MTManagement Service Package
d) Connecting through custom pages deployed in the system management application
Answers : a,c
The option c seems very unclear. Can someone pls elaborate
The MTManagment Service package exposes SOAP services that allow administering the system remotely. Some services that are exposed are CreateTenant Service, DeleteTenant Service, GetTenantDetails and GetTenantStatus Service.
You could create a Pega App or use another tool to make use of these services.
Suggest reading the Pega Cloud and Mulit-tenacy lesson in system administration course for more information.