TransferRateQueryParameters Data Type

Properties
name data type constraints description
dateTimeRange DateTimeRange required
protectedEntityGuid string required
hypervisor string  
hypervisorManager string  

Example

{
  "dateTimeRange" : {
    "from" : 12345,
    "to" : 12345
  },
  "protectedEntityGuid" : "...",
  "hypervisor" : "...",
  "hypervisorManager" : "..."
}