ApplianceLatencyData (type)

{
  "extends": {
    "$ref": "Resource
  }, 
  "id": "ApplianceLatencyData", 
  "module_id": "ShaApplianceMonitor", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "id": {
      "description": "Display the Appliance id.", 
      "title": "Appliance id", 
      "type": "string"
    }, 
    "latency_data": {
      "description": "Latency Data list.", 
      "items": {
        "$ref": "ApplianceLatencyDataItem
      }, 
      "title": "Latency Data List", 
      "type": "array"
    }, 
    "name": {
      "description": "Display the appliance name.", 
      "title": "Appliance name", 
      "type": "string"
    }, 
    "timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp of last modification.", 
      "title": "Timestamp of last modification"
    }
  }, 
  "title": "Display the latency data by given appliance node", 
  "type": "object"
}