Access the Plant Applications REST APIs
Procedure
- Open a web browser.
- Enter the URL for a Swagger-based UI in the following format:
https://<server_name>:<port_number>/<micro_service_name>/swagger-ui.html
.For example,https://www.ge.com:8444/activities-app-service-impl-0.1.0/swagger-ui.html
The UI for the specified microservice appears. - Select Authorize.The Available authorizations window appears.
- In the client_id box, enter the
clientId
for the Plant Applications Web Client server.The default client_id for Plant Applications is <server_name>_mes, where <server_name> is the name of the server that was entered during the Web Client installation. If the server name entered was fully-qualified domain name (FQDN), then that would be the <server_name>.For example, myserver_mes or myserver.companyx.com_mes - In the client_secret box, enter the client secret for the Plant Applications Web Client server to authorize requests to expose the REST API endpoints.