This request allows you to load a plant into a chosen site.
Use the POST method to load a plant with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v4
-
Resource path: Sites('<Site Name>')/Com.Ingr.Sem.V2.LoadPlant/
-
Resource path strings are case-sensitive.
-
A plant package file name must include only the following characters: Unicode characters (any language), numbers (0-9), spaces, underscores (_), hyphens (-) and periods (.).
-
You can only load plant packages that were created using the Copy plant request. You cannot load a plant that was copied using the Desktop version of Smart Engineering Manager.
-
If the site into which you want to load the plant does not appear in the results when you run the request View sites, run the Import site request first.
-
If the plant package contains projects, the projects are loaded along with the plant.
Sample URI
POST
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v4/Sites('WebAPISite01')/Com.Ingr.Sem.v2.LoadPlant/
Sample JSON request
Parameters for the plant and associated applications to be loaded must be appropriate for the platform (Oracle or SQL Server) on which the site into which you are going to load the plant was created. For details, see:
What do you want to do next?