refreshHost No description available. Arguments Argument Type Description input (required) RefreshHostInput! Input for V1RefreshHost. Returns RefreshHostReply! Sample QueryVariablesExample Response 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" } } } }