Skip to content
Snippets Groups Projects
PerformanceInformationAvailableNotification.schema.json 2.57 KiB
Newer Older
  • Learn to ignore specific revisions
  •   "description": "This notification informs the receiver that performance information is available.\n",
      "type": "object",
      "required": [
        "id",
        "notificationType",
        "timeStamp",
    
    Sana Zulfiqar's avatar
    Sana Zulfiqar committed
        "pmJobId",
        "objectType",
    
        "objectInstanceId",
        "_links"
      ],
      "properties": {
        "id": {
          "description": "An identifier with the intention of being globally unique.\n",
          "type": "string"
        },
        "notificationType": {
          "description": "Discriminator for the different notification types. Shall be set to \"PerformanceInformationAvailableNotification\" for this notification type.\n",
          "type": "string"
        },
        "timeStamp": {
          "description": "Date-time stamp.  Representation: String formatted according to IETF RFC 3339.\n",
          "type": "string",
          "format": "date-time"
        },
    
    Sana Zulfiqar's avatar
    Sana Zulfiqar committed
        "pmJobId": {
          "description": "Identifier of the PM job for which performance information is available.\n",
          "type": "string"
        },
        "objectType": {
          "description": "Type of the measured object.\n",
          "type": "string"
        },
    
        "objectInstanceId": {
          "description": "An identifier with the intention of being globally unique.\n",
          "type": "string"
        },
        "_links": {
          "description": "Links to resources related to this notification.\n",
          "type": "object",
          "required": [
            "pmJob",
            "performanceReport"
          ],
          "properties": {
            "objectInstance": {
              "description": "This type represents a link to a resource.\n",
              "type": "object",
              "required": [
                "href"
              ],
              "properties": {
                "href": {
                  "description": "URI of the referenced resource.\n",
                  "type": "string",
                  "format": "url"
    
              }
            },
            "pmJob": {
              "description": "This type represents a link to a resource.\n",
              "type": "object",
              "required": [
                "href"
              ],
              "properties": {
                "href": {
                  "description": "URI of the referenced resource.\n",
                  "type": "string",
                  "format": "url"
    
              }
            },
            "performanceReport": {
              "description": "This type represents a link to a resource.\n",
              "type": "object",
              "required": [
                "href"
              ],
              "properties": {
                "href": {
                  "description": "URI of the referenced resource.\n",
                  "type": "string",
                  "format": "url"