Airbyte · Example Payload

Airbyte Getdataplane Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Getdataplane Example is an example object payload from Airbyte, 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": "getDataplane",
  "method": "GET",
  "path": "/dataplanes/{dataplaneId}",
  "summary": "Airbyte Get a Dataplane",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getDataplane200Example",
      "example": {
        "dataplaneId": "abc123",
        "name": "example-name",
        "regionId": "abc123",
        "enabled": true,
        "createdAt": "example",
        "updatedAt": "example"
      }
    }
  ]
}