Projects



Changes between Version 40 and Version 41 of CloudNativeRenew


Ignore:
Timestamp:
Mar 29, 2021, 5:26:55 PM (4 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudNativeRenew

    v40 v41  
    8787 * `term` (To terminate a simulation irreversibly. Subsequent control commands will have no effects until a new simulation is started.)
    8888
    89 === Check for available Plugins ===
     89=== Check for metrics and available Plugins ===
    9090To check what plugins are available in a running simulator perform this GET request:\\
    9191`curl http://localhost:8085/actuator/health/pluginHealth`
     
    9393A JSON containing all currently loaded plugins will be returned.
    9494
     95To obtain more thorough information about the state of the simulator you can also execute:\\
     96`curl http://localhost:8085/actuator/health`
     97
     98A more complex JSON containing several pieces of information about the simulator and its environment will be returned.
    9599
    96100=== Extending the simulator on-the-fly ===