runChecks
POST/healthchecks/:containerType/:containerId
runChecks
Request
Path Parameters
containerType stringrequired
Possible values: [EXPERIMENT, PERSONALIZATION, TARGETING_SEGMENT]
containerId int64required
Responses
- 200
- 400
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
containerId int64
containerType string
Possible values: [EXPERIMENT, PERSONALIZATION, TARGETING_SEGMENT]
checks
object[]
checkType string
Possible values: [VISITOR_TRACKING, CONVERSION_TRACKING, SRM, CROSSOVER_UNITS]
status string
Possible values: [PASSED, FAILED, WARNING, PENDING]
message string
conversionChecks
object[]
goalId int64
goalName string
status string
Possible values: [PASSED, FAILED, WARNING, PENDING]
message string
{
"containerId": 0,
"containerType": "EXPERIMENT",
"checks": [
{
"checkType": "VISITOR_TRACKING",
"status": "PASSED",
"message": "string"
}
],
"conversionChecks": [
{
"goalId": 0,
"goalName": "string",
"status": "PASSED",
"message": "string"
}
]
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
serviceName string
message string
{
"serviceName": "string",
"message": "string"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
serviceName string
message string
{
"serviceName": "string",
"message": "string"
}
Loading...