TrustedCertificateChainDetails Data Type

Properties
name data type description
guid string
creationTime number
hypervisor NameAndGuid
hypervisorManager NameAndGuid
storageProvider NameAndGuid
backupDestination NameAndGuid
trustedCertificates array of TrustedCertificateDetails
type TrustedCertificateChainType

Example

{
  "guid" : "...",
  "creationTime" : 12345,
  "hypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisorManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "storageProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupDestination" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "trustedCertificates" : [ {
    "guid" : "...",
    "value" : "...",
    "notAfter" : 12345
  }, {
    "guid" : "...",
    "value" : "...",
    "notAfter" : 12345
  } ],
  "type" : "SSH_HOST_FINGERPRINT"
}