Skip to main content

Run health checks for container

POST 

/healthchecks/:containerType/:containerId

Runs on-demand health checks for given container (EXPERIMENT / PERSONALIZATION)

Request

Path Parameters

    containerType stringrequired

    Possible values: [EXPERIMENT, PERSONALIZATION]

    Container type

    containerId int64required

    Container id

    Example: 123456

Responses

Health checks executed successfully

Schema

    containerId int64

    Container id

    Example: 12345
    containerType string

    Container type

    Possible values: [EXPERIMENT, PERSONALIZATION, TARGETING_SEGMENT]

    Example: EXPERIMENT
    lastUpdatedAt date-time

    Last update timestamp

    checks

    object[]

    General checks

  • Array [

  • checkType string

    Type of check

    Possible values: [VISITOR_TRACKING, CONVERSION_TRACKING, SRM, CROSSOVER_UNITS]

    Example: VISITOR_TRACKING
    status string

    Status

    Possible values: [PASSED, FAILED, WARNING, PENDING]

    Example: PASSED
    message string

    Human-readable message

  • ]

  • conversionChecks

    object[]

    Conversion-related checks grouped by goal

  • Array [

  • goalId int64

    Goal id

    Example: 123456
    goalName string

    Goal name

    Example: Goal name 1
    status string

    Status

    Possible values: [PASSED, FAILED, WARNING, PENDING]

    Example: WARNING
    message string

    Human-readable message

    lastConversionAt date-time
  • ]

Loading...