Hugging Face · Example Payload

Hugging Face Getmetrics Example

Hugging Face Getmetrics Example is an example object payload from Hugging Face, 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": "getMetrics",
  "method": "GET",
  "path": "/metrics",
  "summary": "Get Prometheus Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/plain",
      "name": "Getmetrics200Example",
      "example": "example_value"
    }
  ]
}