Resolve Hosts Configuration
This request resolves the configuration of hosts. It attempts to resolve issues related to install/uninstall IO Filter based on previously executed operations.
Usage:
POST on /hosts/resolveConfig
Request URL:
https://<MS hostname>/jss/hosts/resolveConfig
Header:
fios-session:vc_sessionId
Request:
{
"resolveHostsConfigParams": [{
"hostId": "HostSystem:host-66"
},
{
"hostId": "HostSystem:host-64"
}
]
}
Response:
**None**