Property

vespa

Property Name Type Description Required
config object
meta VespaMeta
servers array of VespaServer

VespaMeta

Property Name Type Description Required
checksum string
date string
generation integer
name string
path string
timestamp integer
user string

VespaServer

Property Name Type Description Required
bundle string
class string
id string


↑ TopSearch Queries
SearchVespa
product:"Vespa"

↑ TopExample
{
    "meta": {
      "name": "default",
      "generation": 12,
      "timestamp": 1704953084029,
      "user": "unknown",
      "checksum": "68e15ea789b4fb9688b3f98ab5a0963a",
      "date": "Thu Jan 11 06:04:44 UTC 2024",
      "path": "/opt/vespa/var/tmp/deploy13807183543206713596"
    },
    "config": {},
    "servers": [
      {
        "id": "DefaultHttpServer",
        "bundle": "container-disc:8.198.18",
        "class": "com.yahoo.jdisc.http.server.jetty.JettyHttpServer"
      },
      {
        "id": "chain.indexing@MbusServer",
        "bundle": "container-disc:8.198.18",
        "class": "com.yahoo.messagebus.jdisc.MbusServer"
      }
    ]
  }