Acknowledge Alarms
Acknowledge multiple alarms of Network Services
Request
URI
PATCH
https://{api_host}/hybridity/api/nsfm/v1/alarms
COPY
Request Body
acknowledgeFilter
of type(s)
application/json
Required
{
"filter": {
"ids": [
"string"
]
}
}
object
filter
Optional
filter
Responses
200
Returns
SucessMultiAcknowledgeAlarmResponse
of type(s)
application/json
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Returns
InternalServerError
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}