Get Nfv Alarm By Action

Get Nfv Alarm By Action

Get Telco Cloud Automation Alarms For Network Function By Action Param

Request
URI
POST
https://{api_host}/tca/etsi/orgs/{vnffmOrgId}/direct/internal/vnffm/v1/alarms
COPY
Path Parameters
string
vnffmOrgId
Required

The tenant identifier

Query Parameters
string
action
Required

action


Request Body
alarmQueryFilterForNs of type(s) application/json
Required
{
    "queryType": "string",
    "filter": {
        "vnfInstanceIds": [
            "string"
        ],
        "nsInstanceIds": [
            "string"
        ],
        "objectTypes": [
            "string"
        ]
    }
}
string
queryType
Optional

queryType

object
filter
Optional

filter

Authentication
This operation uses the following authentication methods.
Responses
200
Returns SucessAlarmCountForNsResponse of type(s) application/json
{
    "alarmSummary": [
        {
            "vnfInstanceId": "string",
            "severityCount": [
                {
                    "perceivedSeverity": "string",
                    "count": 0
                }
            ]
        }
    ],
    "warnings": [
        {
            "message": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of object
alarmSummary
Optional

alarmSummary

array of warning
warnings
Optional

warnings

array of error
errors
Optional

errors


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"
        }
    ]
}
array of error
errors
Optional

errors