get_pipelines {previsionio}R Documentation

Get information of all pipelines of a given type available for a given project_id.

Description

Get information of all pipelines of a given type available for a given project_id.

Usage

get_pipelines(project_id, type)

Arguments

project_id

id of the project, can be obtained with get_projects().

type

type of the pipeline to retrieve among "component", "template", or "run".

Value

list - parsed content of all pipelines of the given type for the supplied project_id.


[Package previsionio version 11.7.0 Index]