@io.swagger.annotations.ApiOperation(value="createAlert",notes="Creates an alert to be included in ADAPT monitoring",response=Alert.class,tags={"alert",})
@io.swagger.annotations.ApiOperation(value="createApplication",notes="Creates an application to be included in ADAPT monitoring",response=Application.class,tags={"application",})
@io.swagger.annotations.ApiOperation(value="getAllApplications",notes="Gets the list of all the applications in ADAPT monitoring, including their id and the status",response=Application.class,responseContainer="List",tags={"application",})
@io.swagger.annotations.ApiResponses(value={
@io.swagger.annotations.ApiResponse(code=200,message="the list of simulations is being returned",response=Application.class,responseContainer="List"),
@io.swagger.annotations.ApiOperation(value="getApplicationstatus",notes="Gets the status wrt monitoring of a given application",response=Application.class,tags={"application",})
@io.swagger.annotations.ApiResponses(value={
@io.swagger.annotations.ApiResponse(code=200,message="Specific app monitoring is returned",response=Application.class),
@io.swagger.annotations.ApiOperation(value="updateApplication",notes="Updates the monitoring status of a given application",response=Application.class,tags={"application",})