Get Alarm For Alarm Id
Get Alarm of the Network Function given the alarmId
Request
URI
GET
https://{api_host}/hybridity/api/vnffm/v1/alarms/{alarmId}
COPY
Path Parameters
string
alarmId
Required
alarmId
Responses
200
Accepted
Returns
vduAlarmResponse
of type(s)
application/json
{
"alarm": "vduAlarms.yaml Object",
"warnings": [
"warning.yaml Object"
],
"errors": [
"error.yaml Object"
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
"error.yaml Object"
]
}