UnifiedViews Method - Create Pipeline
Abstract
UnifiedViews Method - Create Pipeline
Description |
---|
Use this call to create a UnifiedViews pipeline. |
URL: http://{server}/master/api/1/pipelines
application/json
Supported Method |
---|
POST |
Parameter | Type | Required | Description |
---|---|---|---|
name | string | true | Name of your choice for the pipeline you want to create. |
description | string | false | A description for the pipeline details. |
{ "name": "Extract data from DBpedia", "description": "This pipeline uses SPARQL Endpoint extractor to fetch information about cities from DBpedia" }
application/json
Status: 200 - OK
id (mandatory): ID of the requested pipeline
name (optional): name of the requested pipeline
description (optional): description of the requested pipeline
{ id: 1, name: "The pipeline", description: "The description" }