BenchmarkResult Data Type

Subtypes
SysbenchCPUBenchmark
Properties
name data type description
cloudDeploymentDomain string
end string
start string
vmType string
host string
delta string
Properties inherited from OwnedObject
id string
timestamp number
owner string

Example

{
  "cloudDeploymentDomain" : "...",
  "end" : "...",
  "start" : "...",
  "vmType" : "...",
  "host" : "...",
  "delta" : "...",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345,
  "owner" : "user1"
}