...The operation cannot be executed currently, due to a conflict with the state of the “Individual alarm” resource.
...Typically, this is due to the fact that the alarm is already in the state that is requested to be set (such as trying to acknowledge an already-acknowledged alarm).
...The response body shall contain a ProblemDetails structure, in which the “detail” attribute should convey more information about the error.
Depends On TestPATCH Alarm# If the previous test scceeded, it means that the alarm is in ackownledged state
logTrying to perform a PATCH. This method modifies an individual alarm resource
Set Headers{"Accept":"${ACCEPT}"}
Set Headers{"Content-Type": "${CONTENT_TYPE_PATCH}"}
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}