Acknowledge Alarms

Acknowledge Alarms

Acknowledge multiple alarms of Network Services

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

The tenant identifier


Request Body
acknowledgeFilter of type(s) application/json
Required
{
    "filter": {
        "ids": [
            "string"
        ]
    }
}
object
filter
Optional

filter

Authentication
This operation uses the following authentication methods.
Responses
200
Returns SucessMultiAcknowledgeAlarmResponse of type(s) application/json
{
    "postedJobs": [
        {
            "id": "string",
            "jobId": "string"
        }
    ],
    "warnings": [
        {
            "message": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of object
postedJobs
Optional

postedJobs

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