curl --request POST \
--url https://api.kameleoon.com/healthchecks/{containerType}/{containerId}{
"containerId": 12345,
"containerType": "EXPERIMENT",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"checks": [
{
"checkType": "VISITOR_TRACKING",
"status": "PASSED",
"message": "<string>"
}
],
"conversionChecks": [
{
"goalId": 123456,
"goalName": "Goal name 1",
"status": "WARNING",
"message": "<string>",
"lastConversionAt": "2023-11-07T05:31:56Z"
}
]
}Runs on-demand health checks for given container (EXPERIMENT / PERSONALIZATION)
curl --request POST \
--url https://api.kameleoon.com/healthchecks/{containerType}/{containerId}{
"containerId": 12345,
"containerType": "EXPERIMENT",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"checks": [
{
"checkType": "VISITOR_TRACKING",
"status": "PASSED",
"message": "<string>"
}
],
"conversionChecks": [
{
"goalId": 123456,
"goalName": "Goal name 1",
"status": "WARNING",
"message": "<string>",
"lastConversionAt": "2023-11-07T05:31:56Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Container type
EXPERIMENT, PERSONALIZATION Container id
Health checks executed successfully
Health check response for container
Container id
12345
Container type
EXPERIMENT, PERSONALIZATION, TARGETING_SEGMENT "EXPERIMENT"
Last update timestamp
General checks
Show child attributes
Conversion-related checks grouped by goal
Show child attributes
Was this page helpful?