You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

SLA Violation Create Notification

This event is generated whenever a SLAViolation resource is created. In addition to the occurrence date, it contains the created SLAViolation.
UML Model:

  1. Example of the JSON representation of an SLAViolationCreation event

    {
    "eventType": "SLAViolationCreateNotification",
    "eventTime": "2014-09-27T05:46:25.0Z",
    "eventId": "430958",
    "event":
    {
    "slaViolation":
    {
    "id": "89045",
    Following a whole representation of the SLA Violation with all its attributes See SLA Violation Resource.
    }
    }
    }

    Field

    Description

    eventTime

    Date/time when the event was generated (may be posterior to SLAViolation creation date)

    SLAViolation

    The created SLAViolation resource

    eventType

    Type of the event. Must be "SLAViolationCreateNotification"


    © TM Forum 2015. All Rights Reserved

  • No labels