Agent token events
Events
Event | Description |
---|---|
cluster_token.registration_blocked |
An attempted agent registration has been blocked because the request IP address is not included in the agent token's allowed IP addresses |
Request body data
Property | Type | Description |
---|---|---|
blocked_ip |
String | The IP address of the blocked registration request |
cluster_token |
Agent token | The agent token used in the registration attempt |
sender |
String | The user who created the webhook |
Example request body:
{
"event": "cluster_token.registration_blocked",
"blocked_ip": "202.188.43.20",
"cluster_token": {
"...": "..."
},
"sender": {
"id": "8a7693f8-dbae-4783-9137-84090fce9045",
"name": "Some Person"
}
}