SnapshotTaskRequest Data Type

Properties
name data type constraints description
protectedEntities array of NameAndGuid  
rule NameAndGuid required
windowStart number  
windowEnd number  
priority number required, max: 100, min: 0

Example

{
  "protectedEntities" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "rule" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "windowStart" : 1451649601000,
  "windowEnd" : 1451677502000,
  "priority" : 50
}