You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application might take several minutes to become available.
243
-
endif::[]
244
-
After the application is up and running, you can access the application by making a GET request to the `/systems` endpoint of the `inventory` service.
240
+
The application might take some time to become available. After the application is up and running, you can access it by making a GET request to the `/systems` endpoint of the `inventory` service.
245
241
246
-
Go to the http://localhost:9085/inventory/systems[^] URL to access the inventory microservice. You see the CPU `systemLoad` property for all the systems:
242
+
Visit the http://localhost:9085/health[^] URL to confirm that the `inventory` microservice is up and running.
243
+
244
+
When both the liveness and readiness health checks are up, go to the http://localhost:9085/inventory/systems[^] URL to access the `inventory` microservice.
245
+
You see the CPU `systemLoad` property for all the systems:
0 commit comments