Scalable Inference Serving · Example Payload

Scalable Inference Serving Checkserverliveness Example

AICNCFDeploymentInferenceKubernetesLLMMachine LearningModel ServingMLOpsScalability

Scalable Inference Serving Checkserverliveness Example is an example object payload from Scalable Inference Serving, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "CheckServerLiveness",
  "method": "GET",
  "path": "/v2/health/live",
  "summary": "Check Server Liveness",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "live": true
      }
    }
  ]
}