Events defined in the "platform" namespace
external-link-clicked
This event is logged when the user clicks on a link to an external domain.
JSON schema of the payload
Loading ....
Example of payload
{
"externalUrl": "https://externaldomain.com",
"currentPage": "https://witboost.com/currentpage"
}
platform-users-service-account-registered
This event is logged when a Service Account is registered for the first time.
JSON schema of the payload
Loading ....
Example of payload
{
"email": "example@agilelab.com",
"groups": ["group:default/bigdata"],
"displayName": "Example"
}
platform-users-service-account-unregistered
This event is logged when a Service Account is unregistered.
JSON schema of the payload
Loading ....
Example of payload
{
"ref": "user:default/example_agilelab.com"
}
access-token-generated
This event is logged when an Access Token has been generated for a Service Account.
JSON schema of the payload
Loading ....
Example of payload
{
"uuid": "9a86fdea-611a-48ec-a315-fba72731b918",
"serviceAccountRef": "user:default/example_agilelab.com"
}
access-token-revoked
This event is logged when an Access Token has been revoked for a Service Account.
JSON schema of the payload
Loading ....
Example of payload
{
"uuid": "9a86fdea-611a-48ec-a315-fba72731b918"
}
access-token-rotated
This event is logged when an Access Token has been rotated for a Service Account.
JSON schema of the payload
Loading ....
Example of payload
{
"uuid": "9a86fdea-611a-48ec-a315-fba72731b918",
"serviceAccountRef": "user:default/example_agilelab.com"
}