Starting and stopping a situation

This example shows how to start or stop a situation.

  • Use the following path to start a specific situation, by including the name parameter, set to the situation name:
    https://host:port/api/v1/situations/start?name=situation_name
  • Use the following path to stop a specific situation, by including the name parameter, set to the situation name:
    https://host:port/api/v1/situations/stop?name=situation_name