Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.GoldenGate.getPipelineRunningProcesses
Explore with Pulumi AI
This data source provides the list of Pipeline Running Processes in Oracle Cloud Infrastructure Golden Gate service.
Retrieves a Pipeline’s running replication process’s status like extracts/replicats.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPipelineRunningProcesses = oci.GoldenGate.getPipelineRunningProcesses({
pipelineId: testPipeline.id,
});
import pulumi
import pulumi_oci as oci
test_pipeline_running_processes = oci.GoldenGate.get_pipeline_running_processes(pipeline_id=test_pipeline["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := goldengate.GetPipelineRunningProcesses(ctx, &goldengate.GetPipelineRunningProcessesArgs{
PipelineId: testPipeline.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testPipelineRunningProcesses = Oci.GoldenGate.GetPipelineRunningProcesses.Invoke(new()
{
PipelineId = testPipeline.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetPipelineRunningProcessesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testPipelineRunningProcesses = GoldenGateFunctions.getPipelineRunningProcesses(GetPipelineRunningProcessesArgs.builder()
.pipelineId(testPipeline.id())
.build());
}
}
variables:
testPipelineRunningProcesses:
fn::invoke:
function: oci:GoldenGate:getPipelineRunningProcesses
arguments:
pipelineId: ${testPipeline.id}
Using getPipelineRunningProcesses
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 getPipelineRunningProcesses(args: GetPipelineRunningProcessesArgs, opts?: InvokeOptions): Promise<GetPipelineRunningProcessesResult>
function getPipelineRunningProcessesOutput(args: GetPipelineRunningProcessesOutputArgs, opts?: InvokeOptions): Output<GetPipelineRunningProcessesResult>
def get_pipeline_running_processes(filters: Optional[Sequence[_goldengate.GetPipelineRunningProcessesFilter]] = None,
pipeline_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineRunningProcessesResult
def get_pipeline_running_processes_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetPipelineRunningProcessesFilterArgs]]]] = None,
pipeline_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineRunningProcessesResult]
func GetPipelineRunningProcesses(ctx *Context, args *GetPipelineRunningProcessesArgs, opts ...InvokeOption) (*GetPipelineRunningProcessesResult, error)
func GetPipelineRunningProcessesOutput(ctx *Context, args *GetPipelineRunningProcessesOutputArgs, opts ...InvokeOption) GetPipelineRunningProcessesResultOutput
> Note: This function is named GetPipelineRunningProcesses
in the Go SDK.
public static class GetPipelineRunningProcesses
{
public static Task<GetPipelineRunningProcessesResult> InvokeAsync(GetPipelineRunningProcessesArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineRunningProcessesResult> Invoke(GetPipelineRunningProcessesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelineRunningProcessesResult> getPipelineRunningProcesses(GetPipelineRunningProcessesArgs args, InvokeOptions options)
public static Output<GetPipelineRunningProcessesResult> getPipelineRunningProcesses(GetPipelineRunningProcessesArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getPipelineRunningProcesses:getPipelineRunningProcesses
arguments:
# arguments dictionary
The following arguments are supported:
- Pipeline
Id string - The OCID of the pipeline created.
- Filters
List<Get
Pipeline Running Processes Filter>
- Pipeline
Id string - The OCID of the pipeline created.
- Filters
[]Get
Pipeline Running Processes Filter
- pipeline
Id String - The OCID of the pipeline created.
- filters
List<Get
Pipeline Running Processes Filter>
- pipeline
Id string - The OCID of the pipeline created.
- filters
Get
Pipeline Running Processes Filter[]
- pipeline_
id str - The OCID of the pipeline created.
- filters
Sequence[goldengate.
Get Pipeline Running Processes Filter]
- pipeline
Id String - The OCID of the pipeline created.
- filters List<Property Map>
getPipelineRunningProcesses Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Pipeline
Id string - Pipeline
Running List<GetProcess Collections Pipeline Running Processes Pipeline Running Process Collection> - The list of pipeline_running_process_collection.
- Filters
List<Get
Pipeline Running Processes Filter>
- Id string
- The provider-assigned unique ID for this managed resource.
- Pipeline
Id string - Pipeline
Running []GetProcess Collections Pipeline Running Processes Pipeline Running Process Collection - The list of pipeline_running_process_collection.
- Filters
[]Get
Pipeline Running Processes Filter
- id String
- The provider-assigned unique ID for this managed resource.
- pipeline
Id String - pipeline
Running List<GetProcess Collections Pipeline Running Processes Pipeline Running Process Collection> - The list of pipeline_running_process_collection.
- filters
List<Get
Pipeline Running Processes Filter>
- id string
- The provider-assigned unique ID for this managed resource.
- pipeline
Id string - pipeline
Running GetProcess Collections Pipeline Running Processes Pipeline Running Process Collection[] - The list of pipeline_running_process_collection.
- filters
Get
Pipeline Running Processes Filter[]
- id str
- The provider-assigned unique ID for this managed resource.
- pipeline_
id str - pipeline_
running_ Sequence[goldengate.process_ collections Get Pipeline Running Processes Pipeline Running Process Collection] - The list of pipeline_running_process_collection.
- filters
Sequence[goldengate.
Get Pipeline Running Processes Filter]
- id String
- The provider-assigned unique ID for this managed resource.
- pipeline
Id String - pipeline
Running List<Property Map>Process Collections - The list of pipeline_running_process_collection.
- filters List<Property Map>
Supporting Types
GetPipelineRunningProcessesFilter
GetPipelineRunningProcessesPipelineRunningProcessCollection
- Items
List<Get
Pipeline Running Processes Pipeline Running Process Collection Item> - The list of replication processes and their details.
- Items
[]Get
Pipeline Running Processes Pipeline Running Process Collection Item - The list of replication processes and their details.
- items
List<Get
Pipeline Running Processes Pipeline Running Process Collection Item> - The list of replication processes and their details.
- items
Get
Pipeline Running Processes Pipeline Running Process Collection Item[] - The list of replication processes and their details.
- items
Sequence[goldengate.
Get Pipeline Running Processes Pipeline Running Process Collection Item] - The list of replication processes and their details.
- items List<Property Map>
- The list of replication processes and their details.
GetPipelineRunningProcessesPipelineRunningProcessCollectionItem
- Last
Record doubleLag In Seconds - The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
- Name string
- An object's Display Name.
- Process
Type string - The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
- Status string
- The status of the Extract or Replicat process. This option applies when retrieving running processes.
- Time
Last stringProcessed - The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
.
- Last
Record float64Lag In Seconds - The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
- Name string
- An object's Display Name.
- Process
Type string - The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
- Status string
- The status of the Extract or Replicat process. This option applies when retrieving running processes.
- Time
Last stringProcessed - The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
.
- last
Record DoubleLag In Seconds - The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
- name String
- An object's Display Name.
- process
Type String - The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
- status String
- The status of the Extract or Replicat process. This option applies when retrieving running processes.
- time
Last StringProcessed - The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
.
- last
Record numberLag In Seconds - The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
- name string
- An object's Display Name.
- process
Type string - The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
- status string
- The status of the Extract or Replicat process. This option applies when retrieving running processes.
- time
Last stringProcessed - The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
.
- last_
record_ floatlag_ in_ seconds - The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
- name str
- An object's Display Name.
- process_
type str - The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
- status str
- The status of the Extract or Replicat process. This option applies when retrieving running processes.
- time_
last_ strprocessed - The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
.
- last
Record NumberLag In Seconds - The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
- name String
- An object's Display Name.
- process
Type String - The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
- status String
- The status of the Extract or Replicat process. This option applies when retrieving running processes.
- time
Last StringProcessed - The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.