Skip to content

updateCertificateHost

No description available.

Arguments

Argument Type Description
input (required) UpdateCertificateHostInput! Input for V1UpdateCertificateHost.

Returns

UpdateCertificateHostReply!

Sample

mutation UpdateCertificateHost($input: UpdateCertificateHostInput!) {
  updateCertificateHost(input: $input)
}
{
  "input": {
    "id": "example-string"
  }
}
{
  "data": {
    "updateCertificateHost": {
      "output": {
        "agentId": "example-string",
        "compressionEnabled": true,
        "hostDomainId": "example-string",
        "hostDomainName": "example-string",
        "hostVfdDriverState": "HOST_VFD_STATE_INSTALLED",
        "hostVfdEnabled": "HOST_VFD_INSTALL_CONFIG_DISABLED"
      }
    }
  }
}