FmSubscriptionRequest

FmSubscriptionRequest
FmSubscriptionRequest

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

JSON Example
{
    "filter": {
        "nsInstanceSubscriptionFilter": {
            "nsdIds": [
                "string"
            ],
            "vnfdIds": [
                "string"
            ],
            "pnfdIds": [
                "string"
            ],
            "nsInstanceIds": [
                "string"
            ],
            "nsInstanceNames": [
                "string"
            ]
        },
        "notificationTypes": "string",
        "faultyResourceTypes": [
            "string"
        ],
        "perceivedSeverities": [
            "string"
        ],
        "eventTypes": [
            "string"
        ],
        "probableCauses": [
            "string"
        ]
    },
    "callbackUri": "string",
    "authentication": {
        "authType": [
            "string"
        ],
        "paramsBasic": {
            "userName": "string",
            "password": "string"
        },
        "paramsOauth2ClientCredentials": {
            "clientId": "string",
            "clientPassword": "string",
            "tokenEndpoint": "string"
        }
    }
}
filter
Optional

filter

callbackUri
Required

callbackUri

authentication
Optional

authentication