get_pipeline_id_from_name {previsionio}R Documentation

Get a pipeline_id from a pipeline_name and type for a given project_id. If duplicated name, the first pipeline_id that match it is retrieved.

Description

Get a pipeline_id from a pipeline_name and type for a given project_id. If duplicated name, the first pipeline_id that match it is retrieved.

Usage

get_pipeline_id_from_name(project_id, name, type)

Arguments

project_id

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

name

name of the pipeline we are searching its id from.

type

type of the pipeline to be retrieved among "component", "template", "run".

Value

character - id of the connector if found.


[Package previsionio version 11.7.0 Index]