Get Alarms

Get Alarms

Get Alarms of all the Network Services

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

The tenant identifier

Query Parameters
string
filter
Optional

filter

int
nextpage_opaque_marker
Optional

nextpage_opaque_marker

int
pageSize
Optional

pageSize

string
sortOrder
Optional

sortOrder

Possible values are : asc, desc,
string
sortColumn
Optional

sortColumn


Authentication
This operation uses the following authentication methods.
Responses
200
Returns SucessAlarmsResponse of type(s) application/json
{
    "alarms": [
        {
            "id": "string",
            "entityId": "string",
            "entityName": "string",
            "managedObjectId": "string",
            "vnfInstanceName": "string",
            "vnfInstanceId": "string",
            "nsName": "string",
            "nsInstanceId": "string",
            "perceivedSeverity": "string",
            "alarmRaisedTime": "string",
            "ackState": "string",
            "ackStatus": "string",
            "alarmName": "string",
            "description": "string",
            "acknowledgedByUser": "string",
            "acknowledgedTime": "string",
            "eventTime": "string",
            "eventType": "string",
            "probableCause": "string",
            "isRootCause": false,
            "rowType": "string",
            "errors": [
                "string"
            ]
        }
    ],
    "nextPage": "string",
    "warnings": [
        {
            "message": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
alarms
Optional

alarms

string
nextPage
Optional

nextPage

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