Summary
          Compliance Reports totals for a Backup.
          Description
          Compliance Reports totals for a Backup.
          Route
          POST /configuration_manager/compliance_reports/history/backups
          Roles
          
            admin
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | options | object | yes | - | 
            
          
          
            Copied to Clipboard
            
            {
  "options": {
    "treeId": "5c35355dbebaa82eaf8113f0",
    "version": "v3",
    "nodePath": "base/US East/Atlanta",
    "devices": [
      "xr9kv-atl",
      "xr9kv-atl",
      "xr9kv-atl",
      "xr9kv-atl"
    ],
    "backups": [
      "5c35355dbebaa82eaf8113f0",
      "5c35355dbebaa82eaf8113f0"
    ],
    "limit": 47745848
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "options": {
      "title": "options",
      "type": "object",
      "properties": {
        "treeId": {
          "$ref": "common#/definitions/mongoObjectId"
        },
        "version": {
          "type": "string",
          "examples": [
            "v3"
          ]
        },
        "nodePath": {
          "type": "string",
          "examples": [
            "base/US East/Atlanta"
          ]
        },
        "devices": {
          "type": "array",
          "items": {
            "$ref": "deviceData#/definitions/deviceName"
          }
        },
        "backups": {
          "type": "array",
          "items": {
            "$ref": "common#/definitions/mongoObjectId"
          }
        },
        "limit": {
          "type": "integer",
          "minimum": 1
        }
      }
    }
  },
  "required": [
    "options"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | complianceHistory | array | - | 
            
          
          
            Copied to Clipboard
            
            [
  {
    "id": "5c35355dbebaa82eaf8113f0",
    "batchId": "5c35355dbebaa82eaf8113f0",
    "treeId": "5c35355dbebaa82eaf8113f0",
    "version": "initial",
    "nodePath": "base/US East",
    "deviceName": "xr9kv-atl",
    "timestamp": "2019-04-12T14:42:47.958Z",
    "totals": {
      "errors": 90139598,
      "warnings": 86829018,
      "infos": 62485327,
      "passes": 46947190
    }
  },
  {
    "id": "5c35355dbebaa82eaf8113f0",
    "batchId": "5c35355dbebaa82eaf8113f0",
    "treeId": "5c35355dbebaa82eaf8113f0",
    "version": "initial",
    "nodePath": "base/US East/Atlanta",
    "deviceName": "xr9kv-atl",
    "timestamp": "2019-04-12T14:42:47.958Z",
    "totals": {
      "errors": 25952127,
      "warnings": 19450023,
      "infos": 57549001,
      "passes": 67573569
    }
  },
  {
    "id": "5c35355dbebaa82eaf8113f0",
    "batchId": "5c35355dbebaa82eaf8113f0",
    "treeId": "5c35355dbebaa82eaf8113f0",
    "version": "v2",
    "nodePath": "base/US East",
    "deviceName": "xr9kv-atl",
    "timestamp": "2019-04-12T14:42:47.958Z",
    "totals": {
      "errors": 89815584,
      "warnings": 27051385,
      "infos": 77005358,
      "passes": 99327130
    }
  },
  {
    "id": "5c35355dbebaa82eaf8113f0",
    "batchId": "5c35355dbebaa82eaf8113f0",
    "treeId": "5c35355dbebaa82eaf8113f0",
    "version": "v2",
    "nodePath": "base/US East/Atlanta",
    "deviceName": "xr9kv-atl",
    "timestamp": "2019-04-12T14:42:47.958Z",
    "totals": {
      "errors": 1926905,
      "warnings": 5850162,
      "infos": 28262743,
      "passes": 77495891
    }
  },
  {
    "id": "5c35355dbebaa82eaf8113f0",
    "batchId": "5c35355dbebaa82eaf8113f0",
    "treeId": "5c35355dbebaa82eaf8113f0",
    "version": "draft v4",
    "nodePath": "base",
    "deviceName": "xr9kv-atl",
    "timestamp": "2019-04-12T14:42:47.958Z",
    "totals": {
      "errors": 17838781,
      "warnings": 12708042,
      "infos": 33844773,
      "passes": 48282304
    }
  }
]