Update some fields of a static host list by nameAsk AIpatch https://clearpass-hostname/api/static-host-list/name/{name}Update some fields of a static host list by namePath ParamsnamestringrequiredUnique name of the static host listBody ParamsnamestringName of the static host listdescriptionstringDescription of the static host listhost_formatstringenumFormat of the static host listsubnetsubnetregexlistAllowed:subnetregexlisthost_typestringenumHost type of the static host listIPAddressIPAddressMACAddressAllowed: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