Vineyard · Example Payload

Vineyard Get Object Example

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

Vineyard Get Object 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": "GET",
    "path": "/objects/0000000700063960",
    "parameters": {
      "fetch": false
    }
  },
  "response": {
    "status": 200,
    "body": {
      "object_id": "0000000700063960",
      "value": "Hello, vineyard!",
      "typename": "vineyard::Scalar<std::string>"
    }
  }
}