FmSubscriptionRequest

FmSubscriptionRequest
FmSubscriptionRequest

This type represents a subscription request related to notifications about VNF faults.

JSON Example
{
    "filter": {
        "perceivedSeverities": [
            null,
            null
        ],
        "nsInstanceSubscriptionFilter": {
            "nsdIds": [
                null,
                null
            ],
            "vnfdIds": [
                null,
                null
            ],
            "pnfdIds": [
                null,
                null
            ],
            "nsInstanceIds": [
                null,
                null
            ],
            "nsInstanceNames": [
                null,
                null
            ]
        },
        "faultyResourceTypes": [
            null,
            null
        ],
        "probableCauses": [
            "probableCauses",
            "probableCauses"
        ],
        "notificationTypes": "AlarmNotification",
        "eventTypes": [
            null,
            null
        ]
    },
    "callbackUri": "https://openapi-generator.tech",
    "authentication": {
        "paramsOauth2ClientCredentials": {
            "tokenEndpoint": "https://openapi-generator.tech",
            "clientId": "clientId",
            "clientPassword": "clientPassword"
        },
        "paramsBasic": {
            "password": "password",
            "userName": "userName"
        },
        "authType": [
            "authType",
            "authType"
        ]
    }
}
filter
Optional

filter

string As uri As uri
callbackUri
Required

String formatted according to IETF RFC 3986.

authentication
Optional

authentication