Zudoku
Unikraft Cloud Platform API

System

Endpoint

Health Check

GET
https://api.fra.unikraft.cloud
/v1/healthz

Return the status of a full-system health check of the platform.

Health Check Responses

default

  • statusstring · enum · enum

    The status of the response.

    Enum values:
    success
    error
  • messagestring

    An optional message providing additional information about the response.

    Example: Invalid name 'non-funky-town'
  • errorsobject[]

    A list of errors which may have occurred during the request.

  • dataobject

    The response data for this request.

  • op_time_usinteger · uint64

    The operation time in microseconds. This is the time it took to process the request and generate the response.

    Example: 875