Vineyard · Example Payload

Vineyard Connect To Server Example

Big DataCNCFCloud NativeData EngineeringDistributed SystemsIn-Memory StorageKubernetesMachine LearningMetadata ManagementPythonZero-Copy

Vineyard Connect To Server Example is an example object payload from Vineyard, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "path": "/connect",
    "body": {
      "socket": "/var/run/vineyard.sock"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "instance_id": 0,
      "version": "0.19.0",
      "ipc_socket": "/var/run/vineyard.sock",
      "rpc_endpoint": "localhost:9600"
    }
  }
}