Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.CloudMigrations.getMigrations
Start a Neo task
Explain and create an oci.CloudMigrations.getMigrations resource
This data source provides the list of Migrations in Oracle Cloud Infrastructure Cloud Migrations service.
Returns a list of migrations.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMigrations = oci.CloudMigrations.getMigrations({
compartmentId: compartmentId,
displayName: migrationDisplayName,
migrationId: testMigration.id,
state: migrationState,
});
import pulumi
import pulumi_oci as oci
test_migrations = oci.CloudMigrations.get_migrations(compartment_id=compartment_id,
display_name=migration_display_name,
migration_id=test_migration["id"],
state=migration_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/cloudmigrations"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudmigrations.GetMigrations(ctx, &cloudmigrations.GetMigrationsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(migrationDisplayName),
MigrationId: pulumi.StringRef(testMigration.Id),
State: pulumi.StringRef(migrationState),
}, 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 testMigrations = Oci.CloudMigrations.GetMigrations.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = migrationDisplayName,
MigrationId = testMigration.Id,
State = migrationState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudMigrations.CloudMigrationsFunctions;
import com.pulumi.oci.CloudMigrations.inputs.GetMigrationsArgs;
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 testMigrations = CloudMigrationsFunctions.getMigrations(GetMigrationsArgs.builder()
.compartmentId(compartmentId)
.displayName(migrationDisplayName)
.migrationId(testMigration.id())
.state(migrationState)
.build());
}
}
variables:
testMigrations:
fn::invoke:
function: oci:CloudMigrations:getMigrations
arguments:
compartmentId: ${compartmentId}
displayName: ${migrationDisplayName}
migrationId: ${testMigration.id}
state: ${migrationState}
Using getMigrations
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 getMigrations(args: GetMigrationsArgs, opts?: InvokeOptions): Promise<GetMigrationsResult>
function getMigrationsOutput(args: GetMigrationsOutputArgs, opts?: InvokeOptions): Output<GetMigrationsResult>def get_migrations(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetMigrationsFilter]] = None,
migration_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMigrationsResult
def get_migrations_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetMigrationsFilterArgs]]]] = None,
migration_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMigrationsResult]func GetMigrations(ctx *Context, args *GetMigrationsArgs, opts ...InvokeOption) (*GetMigrationsResult, error)
func GetMigrationsOutput(ctx *Context, args *GetMigrationsOutputArgs, opts ...InvokeOption) GetMigrationsResultOutput> Note: This function is named GetMigrations in the Go SDK.
public static class GetMigrations
{
public static Task<GetMigrationsResult> InvokeAsync(GetMigrationsArgs args, InvokeOptions? opts = null)
public static Output<GetMigrationsResult> Invoke(GetMigrationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMigrationsResult> getMigrations(GetMigrationsArgs args, InvokeOptions options)
public static Output<GetMigrationsResult> getMigrations(GetMigrationsArgs args, InvokeOptions options)
fn::invoke:
function: oci:CloudMigrations/getMigrations:getMigrations
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire given display name.
- Filters
List<Get
Migrations Filter> - Migration
Id string - Unique migration identifier
- State string
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire given display name.
- Filters
[]Get
Migrations Filter - Migration
Id string - Unique migration identifier
- State string
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire given display name.
- filters
List<Get
Migrations Filter> - migration
Id String - Unique migration identifier
- state String
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire given display name.
- filters
Get
Migrations Filter[] - migration
Id string - Unique migration identifier
- state string
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire given display name.
- filters
Sequence[Get
Migrations Filter] - migration_
id str - Unique migration identifier
- state str
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire given display name.
- filters List<Property Map>
- migration
Id String - Unique migration identifier
- state String
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
getMigrations Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Migration
Collections List<GetMigrations Migration Collection> - The list of migration_collection.
- Compartment
Id string - Compartment Identifier
- Display
Name string - Migration Identifier that can be renamed
- Filters
List<Get
Migrations Filter> - Migration
Id string - State string
- The current state of migration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Migration
Collections []GetMigrations Migration Collection - The list of migration_collection.
- Compartment
Id string - Compartment Identifier
- Display
Name string - Migration Identifier that can be renamed
- Filters
[]Get
Migrations Filter - Migration
Id string - State string
- The current state of migration.
- id String
- The provider-assigned unique ID for this managed resource.
- migration
Collections List<GetMigrations Migration Collection> - The list of migration_collection.
- compartment
Id String - Compartment Identifier
- display
Name String - Migration Identifier that can be renamed
- filters
List<Get
Migrations Filter> - migration
Id String - state String
- The current state of migration.
- id string
- The provider-assigned unique ID for this managed resource.
- migration
Collections GetMigrations Migration Collection[] - The list of migration_collection.
- compartment
Id string - Compartment Identifier
- display
Name string - Migration Identifier that can be renamed
- filters
Get
Migrations Filter[] - migration
Id string - state string
- The current state of migration.
- id str
- The provider-assigned unique ID for this managed resource.
- migration_
collections Sequence[GetMigrations Migration Collection] - The list of migration_collection.
- compartment_
id str - Compartment Identifier
- display_
name str - Migration Identifier that can be renamed
- filters
Sequence[Get
Migrations Filter] - migration_
id str - state str
- The current state of migration.
- id String
- The provider-assigned unique ID for this managed resource.
- migration
Collections List<Property Map> - The list of migration_collection.
- compartment
Id String - Compartment Identifier
- display
Name String - Migration Identifier that can be renamed
- filters List<Property Map>
- migration
Id String - state String
- The current state of migration.
Supporting Types
GetMigrationsFilter
GetMigrationsMigrationCollection
GetMigrationsMigrationCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - A filter to return only resources that match the entire given display name.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example:
{"bar-key": "value"} - Id string
- Unique identifier that is immutable on creation
- Is
Completed bool - Indicates whether migration is marked as completed.
- Lifecycle
Details string - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- Replication
Schedule stringId - Replication schedule identifier
- State string
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time when the migration project was created. An RFC3339 formatted datetime string
- Time
Updated string - The time when the migration project was updated. An RFC3339 formatted datetime string
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - A filter to return only resources that match the entire given display name.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example:
{"bar-key": "value"} - Id string
- Unique identifier that is immutable on creation
- Is
Completed bool - Indicates whether migration is marked as completed.
- Lifecycle
Details string - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- Replication
Schedule stringId - Replication schedule identifier
- State string
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time when the migration project was created. An RFC3339 formatted datetime string
- Time
Updated string - The time when the migration project was updated. An RFC3339 formatted datetime string
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - A filter to return only resources that match the entire given display name.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example:
{"bar-key": "value"} - id String
- Unique identifier that is immutable on creation
- is
Completed Boolean - Indicates whether migration is marked as completed.
- lifecycle
Details String - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- replication
Schedule StringId - Replication schedule identifier
- state String
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time when the migration project was created. An RFC3339 formatted datetime string
- time
Updated String - The time when the migration project was updated. An RFC3339 formatted datetime string
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name string - A filter to return only resources that match the entire given display name.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example:
{"bar-key": "value"} - id string
- Unique identifier that is immutable on creation
- is
Completed boolean - Indicates whether migration is marked as completed.
- lifecycle
Details string - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- replication
Schedule stringId - Replication schedule identifier
- state string
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time when the migration project was created. An RFC3339 formatted datetime string
- time
Updated string - The time when the migration project was updated. An RFC3339 formatted datetime string
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display_
name str - A filter to return only resources that match the entire given display name.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example:
{"bar-key": "value"} - id str
- Unique identifier that is immutable on creation
- is_
completed bool - Indicates whether migration is marked as completed.
- lifecycle_
details str - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- replication_
schedule_ strid - Replication schedule identifier
- state str
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time when the migration project was created. An RFC3339 formatted datetime string
- time_
updated str - The time when the migration project was updated. An RFC3339 formatted datetime string
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - A filter to return only resources that match the entire given display name.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example:
{"bar-key": "value"} - id String
- Unique identifier that is immutable on creation
- is
Completed Boolean - Indicates whether migration is marked as completed.
- lifecycle
Details String - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
- replication
Schedule StringId - Replication schedule identifier
- state String
- A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time when the migration project was created. An RFC3339 formatted datetime string
- time
Updated String - The time when the migration project was updated. An RFC3339 formatted datetime string
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
