Harness v0.8.4 published on Thursday, Sep 11, 2025 by Pulumi
harness.platform.getPipelineList
Explore with Pulumi AI
Data source for retieving the Harness pipleine List
Using getPipelineList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPipelineList(args: GetPipelineListArgs, opts?: InvokeOptions): Promise<GetPipelineListResult>
function getPipelineListOutput(args: GetPipelineListOutputArgs, opts?: InvokeOptions): Output<GetPipelineListResult>
def get_pipeline_list(identifier: Optional[str] = None,
limit: Optional[int] = None,
name: Optional[str] = None,
org_id: Optional[str] = None,
page: Optional[int] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineListResult
def get_pipeline_list_output(identifier: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
org_id: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineListResult]
func GetPipelineList(ctx *Context, args *GetPipelineListArgs, opts ...InvokeOption) (*GetPipelineListResult, error)
func GetPipelineListOutput(ctx *Context, args *GetPipelineListOutputArgs, opts ...InvokeOption) GetPipelineListResultOutput
> Note: This function is named GetPipelineList
in the Go SDK.
public static class GetPipelineList
{
public static Task<GetPipelineListResult> InvokeAsync(GetPipelineListArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineListResult> Invoke(GetPipelineListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelineListResult> getPipelineList(GetPipelineListArgs args, InvokeOptions options)
public static Output<GetPipelineListResult> getPipelineList(GetPipelineListArgs args, InvokeOptions options)
fn::invoke:
function: harness:platform/getPipelineList:getPipelineList
arguments:
# arguments dictionary
The following arguments are supported:
- org_
id str - Unique identifier of the organization.
- project_
id str - Unique identifier of the project.
- identifier str
- Unique identifier of the resource.
- limit int
- name str
- Name of the resource.
- page int
getPipelineList Result
The following output properties are available:
- Description string
- Description of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Unique identifier of the organization.
- Pipelines
List<Get
Pipeline List Pipeline> - Project
Id string - Unique identifier of the project.
- List<string>
- Tags to associate with the resource.
- Identifier string
- Unique identifier of the resource.
- Limit int
- Name string
- Name of the resource.
- Page int
- Description string
- Description of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Unique identifier of the organization.
- Pipelines
[]Get
Pipeline List Pipeline - Project
Id string - Unique identifier of the project.
- []string
- Tags to associate with the resource.
- Identifier string
- Unique identifier of the resource.
- Limit int
- Name string
- Name of the resource.
- Page int
- description String
- Description of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - Unique identifier of the organization.
- pipelines
List<Get
Pipeline List Pipeline> - project
Id String - Unique identifier of the project.
- List<String>
- Tags to associate with the resource.
- identifier String
- Unique identifier of the resource.
- limit Integer
- name String
- Name of the resource.
- page Integer
- description string
- Description of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- org
Id string - Unique identifier of the organization.
- pipelines
Get
Pipeline List Pipeline[] - project
Id string - Unique identifier of the project.
- string[]
- Tags to associate with the resource.
- identifier string
- Unique identifier of the resource.
- limit number
- name string
- Name of the resource.
- page number
- description str
- Description of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- org_
id str - Unique identifier of the organization.
- pipelines
Sequence[Get
Pipeline List Pipeline] - project_
id str - Unique identifier of the project.
- Sequence[str]
- Tags to associate with the resource.
- identifier str
- Unique identifier of the resource.
- limit int
- name str
- Name of the resource.
- page int
- description String
- Description of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - Unique identifier of the organization.
- pipelines List<Property Map>
- project
Id String - Unique identifier of the project.
- List<String>
- Tags to associate with the resource.
- identifier String
- Unique identifier of the resource.
- limit Number
- name String
- Name of the resource.
- page Number
Supporting Types
GetPipelineListPipeline
- Identifier string
- Name string
- Identifier string
- Name string
- identifier String
- name String
- identifier string
- name string
- identifier str
- name str
- identifier String
- name String
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.