Plant Applications REST APIs
The Plant Applications Web Client provides a Swagger-based UI to view and run the Representational State Transfer (REST) APIs.
You can access the UI from the list of supported Web browsers by entering a URL in the following format: https://<server_name>:<port_number>/<micro_service_name>/swagger-ui.html
.
<server_name>
: Represents the name of the server on which the Plant Applications Web Client is installed.<port_number>
: Represents the network port used by the Plant Applications Web Client.Note:- Standard Installation:
<port_number>
represents tomcat port number. - Enterprise Installation: The default port number is 5059 unless it is modified.
- Standard Installation:
<micro_service_name>
: Represents the name of the microservice for which you want to run the REST APIs. The microservice and the corresponding applications where you can run the microservice are listed in the following table.Microservice Applications productionmetrics-service
- Equipment
- Reports
productionmetrics-app-service
- Equipment
- Reports
processanalyzer-service-impl-0.6.1
Analysis mes-dataservice-impl-0.6.1
Analysis activities-service-0.5.1
Activities activities-app-service-impl-0.1.0
Activities
- In mes-service:
- GET /downtime/v1/downtimeRecords
- GET /downtime/v1/downtimeRecords/{id}
- GET /downtime/v1/downtimeStatistics
- GET /downtime/v1/faults
- GET /downtime/v1/faults/{id}