Changes between Version 40 and Version 41 of CloudNativeRenew
- Timestamp:
- Mar 29, 2021, 5:26:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloudNativeRenew
v40 v41 87 87 * `term` (To terminate a simulation irreversibly. Subsequent control commands will have no effects until a new simulation is started.) 88 88 89 === Check for available Plugins ===89 === Check for metrics and available Plugins === 90 90 To check what plugins are available in a running simulator perform this GET request:\\ 91 91 `curl http://localhost:8085/actuator/health/pluginHealth` … … 93 93 A JSON containing all currently loaded plugins will be returned. 94 94 95 To obtain more thorough information about the state of the simulator you can also execute:\\ 96 `curl http://localhost:8085/actuator/health` 97 98 A more complex JSON containing several pieces of information about the simulator and its environment will be returned. 95 99 96 100 === Extending the simulator on-the-fly ===