v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142211885.0 KB

Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/creating-pipeline.html">Creating Amazon OpenSearch Ingestion pipelines</a>.

post/2022-01-01/osis/validatePipeline

Request body

PipelineConfigurationBodystring required

The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with <code>\n</code>.

Response

Success

isValidboolean

A boolean indicating whether or not the pipeline configuration is valid.