Describe Pipelines Request

Request body for describing pipelines.

Data ProcessingETLWorkflowsData PipelineAutomation

Properties

Name Type Description
pipelineIds array
View JSON Schema on GitHub

JSON Schema

describe-pipelines-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-schema/describe-pipelines-request-schema.json",
  "title": "Describe Pipelines Request",
  "description": "Request body for describing pipelines.",
  "type": "object",
  "required": [
    "pipelineIds"
  ],
  "properties": {
    "pipelineIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}