Replace a static host listAsk AIput https://clearpass-hostname/api/static-host-list/{static_host_list_id}Replace a static host listPath Paramsstatic_host_list_idstringrequiredNumeric ID of the static host listBody ParamsnamestringrequiredName of the static host listdescriptionstringDescription of the static host listhost_formatstringenumrequiredFormat of the static host listsubnetregexlistAllowed:subnetregexlisthost_typestringenumrequiredHost type of the static host listIPAddressMACAddressAllowed:IPAddressMACAddressvaluestringValue for the host format "Subnet" and "Regular Expression"host_entriesobjectList of host entries (Address and Description) for the host format "List". For example, "host_entries":[{"host_address": "10.21.11.117", "host_address_desc" : "My host address description."}, {..} ..]host_entries objectResponses 200OK 204No Content 304Not Modified 401Unauthorized 403Forbidden 404Not Found 406Not Acceptable 415Unsupported Media Type 422Unprocessable EntityUpdated over 4 years ago