Skip to content

vsphereVmUpdateAgentCertificate

Update certificate for Rubrik Backup Service Supported in v9.5 Update the Rubrik Backup Service certificate for a specified virtual machine.

Arguments

Argument Type Description
input (required) VmUpdateAgentCertificateInput! Input for V1VmUpdateAgentCertificate.

Returns

Void

Sample

mutation VsphereVmUpdateAgentCertificate($input: VmUpdateAgentCertificateInput!) {
  vsphereVmUpdateAgentCertificate(input: $input)
}
{
  "input": {
    "id": "example-string"
  }
}
{
  "data": {
    "vsphereVmUpdateAgentCertificate": "example-string"
  }
}