PolicyServiceInstanceStatistics (type)

{
  "description": "Statistics for NICs for a PolicyServiceInstance", 
  "extends": {
    "$ref": "Resource
  }, 
  "id": "PolicyServiceInstanceStatistics", 
  "module_id": "PolicyServiceInsertion", 
  "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"
    }, 
    "enforcement_point_path": {
      "description": "Enforcement point path, forward slashes must be escaped using %2F.", 
      "readonly": true, 
      "required": false, 
      "title": "String Path of the enforcement point", 
      "type": "string"
    }, 
    "instance_runtime_statistics": {
      "description": "Statistics for the data NICs for all the runtimes associated with this service instance.", 
      "items": {
        "$ref": "InstanceRuntimeStatistic
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Statistics for all runtimes", 
      "type": "array"
    }, 
    "service_instance_id": {
      "description": "PolicyServiceInsatnce path", 
      "readonly": true, 
      "required": true, 
      "title": "PolicyServiceInstance path", 
      "type": "string"
    }
  }, 
  "title": "Statistics for NICs on PolicyServiceInstance", 
  "type": "object"
}