Skip to content

vsphereVmRefreshAgent

Refresh Rubrik Backup Service Supported in v9.5 Refresh the Rubrik Backup Service state for a specified virtual machine.

Arguments

Argument Type Description
input (required) VmRefreshAgentInput! Input for V1VmRefreshAgent.

Returns

Void

Sample

mutation VsphereVmRefreshAgent($input: VmRefreshAgentInput!) {
  vsphereVmRefreshAgent(input: $input)
}
{
  "input": {
    "id": "example-string"
  }
}
{
  "data": {
    "vsphereVmRefreshAgent": "example-string"
  }
}