Vineyard · Example Payload

Vineyard Put Object Example

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

Vineyard Put 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": "POST",
    "path": "/objects",
    "body": {
      "value": "Hello, vineyard!",
      "persist": false,
      "name": "my-greeting"
    }
  },
  "response": {
    "status": 201,
    "body": {
      "object_id": "0000000700063960"
    }
  }
}