KEMP100 - Failed to List Kemp LoadMaster Allowlist
Agent error code #KEMP100 indicates that Knocknoc could not read the global ACL allowlist it is supposed to manage. A failure here usually points at a permissions or API availability problem rather than a missing list.
If the allowlist simply has no entries yet, the LoadMaster returns an empty list, not an error. Receiving this error means the call itself failed.
Common causes include:
- The user account lacks the permissions to read the global ACL (see #KEMP002)
- The API Interface is not enabled (see #KEMP005)
- The LoadMaster returned an unexpected response shape, often because a proxy rewrote it
Steps to Resolve
Verify Permissions and API Access
- Confirm the service user has All Permissions (see #KEMP002)
- Confirm the API Interface is enabled (see #KEMP005)
Read the Allowlist Manually
- From a host that can reach the LoadMaster, run:
curl -sk -u '<username>:<password>' 'https://<loadmaster-host>/access/aclcontrol?list=white&apiformat=json' - A successful call returns the ACL contents
- If you see an authorization error, fix the user permissions
- If the call hangs or returns HTML, troubleshoot connectivity (see #KEMP000, #KEMP004) before retrying