BenchmarkResult Data Type

Subtypes
SysbenchCPUBenchmark
Properties
name data type description
vmType string
end string
start string
delta string
host string
cloudDeploymentDomain string
Properties inherited from OwnedObject
owner string The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call
id string The UID of this object. This value is auto generated by the DAO when the object is saved.
creationDate number

Example

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