Skip to content

refreshHost

No description available.

Arguments

Argument Type Description
input (required) RefreshHostInput! Input for V1RefreshHost.

Returns

RefreshHostReply!

Sample

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