Access the Plant Applications REST APIs

Procedure

  1. Open a web browser.
  2. 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.
  3. Select Authorize.
    The Available authorizations window appears.
  4. 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
  5. 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.

Results

You can now view and run the REST APIs for the selected microservice.