Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides the list of Job Advisor Report Check Objects in Oracle Cloud Infrastructure Database Migration service.
Get the Pre-Migration extended Advisor report object list.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJobAdvisorReportCheckObjects = oci.DatabaseMigration.getJobAdvisorReportCheckObjects({
advisorReportCheckId: testAdvisorReportCheck.id,
jobId: testJob.id,
});
import pulumi
import pulumi_oci as oci
test_job_advisor_report_check_objects = oci.DatabaseMigration.get_job_advisor_report_check_objects(advisor_report_check_id=test_advisor_report_check["id"],
job_id=test_job["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemigration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasemigration.GetJobAdvisorReportCheckObjects(ctx, &databasemigration.GetJobAdvisorReportCheckObjectsArgs{
AdvisorReportCheckId: testAdvisorReportCheck.Id,
JobId: testJob.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 testJobAdvisorReportCheckObjects = Oci.DatabaseMigration.GetJobAdvisorReportCheckObjects.Invoke(new()
{
AdvisorReportCheckId = testAdvisorReportCheck.Id,
JobId = testJob.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseMigration.DatabaseMigrationFunctions;
import com.pulumi.oci.DatabaseMigration.inputs.GetJobAdvisorReportCheckObjectsArgs;
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 testJobAdvisorReportCheckObjects = DatabaseMigrationFunctions.getJobAdvisorReportCheckObjects(GetJobAdvisorReportCheckObjectsArgs.builder()
.advisorReportCheckId(testAdvisorReportCheck.id())
.jobId(testJob.id())
.build());
}
}
variables:
testJobAdvisorReportCheckObjects:
fn::invoke:
function: oci:DatabaseMigration:getJobAdvisorReportCheckObjects
arguments:
advisorReportCheckId: ${testAdvisorReportCheck.id}
jobId: ${testJob.id}
Using getJobAdvisorReportCheckObjects
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 getJobAdvisorReportCheckObjects(args: GetJobAdvisorReportCheckObjectsArgs, opts?: InvokeOptions): Promise<GetJobAdvisorReportCheckObjectsResult>
function getJobAdvisorReportCheckObjectsOutput(args: GetJobAdvisorReportCheckObjectsOutputArgs, opts?: InvokeOptions): Output<GetJobAdvisorReportCheckObjectsResult>def get_job_advisor_report_check_objects(advisor_report_check_id: Optional[str] = None,
filters: Optional[Sequence[GetJobAdvisorReportCheckObjectsFilter]] = None,
job_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobAdvisorReportCheckObjectsResult
def get_job_advisor_report_check_objects_output(advisor_report_check_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobAdvisorReportCheckObjectsFilterArgs]]]] = None,
job_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobAdvisorReportCheckObjectsResult]func GetJobAdvisorReportCheckObjects(ctx *Context, args *GetJobAdvisorReportCheckObjectsArgs, opts ...InvokeOption) (*GetJobAdvisorReportCheckObjectsResult, error)
func GetJobAdvisorReportCheckObjectsOutput(ctx *Context, args *GetJobAdvisorReportCheckObjectsOutputArgs, opts ...InvokeOption) GetJobAdvisorReportCheckObjectsResultOutput> Note: This function is named GetJobAdvisorReportCheckObjects in the Go SDK.
public static class GetJobAdvisorReportCheckObjects
{
public static Task<GetJobAdvisorReportCheckObjectsResult> InvokeAsync(GetJobAdvisorReportCheckObjectsArgs args, InvokeOptions? opts = null)
public static Output<GetJobAdvisorReportCheckObjectsResult> Invoke(GetJobAdvisorReportCheckObjectsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetJobAdvisorReportCheckObjectsResult> getJobAdvisorReportCheckObjects(GetJobAdvisorReportCheckObjectsArgs args, InvokeOptions options)
public static Output<GetJobAdvisorReportCheckObjectsResult> getJobAdvisorReportCheckObjects(GetJobAdvisorReportCheckObjectsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseMigration/getJobAdvisorReportCheckObjects:getJobAdvisorReportCheckObjects
arguments:
# arguments dictionaryThe following arguments are supported:
- Advisor
Report stringCheck Id - The ID of the advisor check
- Job
Id string - The OCID of the job
- Filters
List<Get
Job Advisor Report Check Objects Filter>
- Advisor
Report stringCheck Id - The ID of the advisor check
- Job
Id string - The OCID of the job
- Filters
[]Get
Job Advisor Report Check Objects Filter
- advisor
Report StringCheck Id - The ID of the advisor check
- job
Id String - The OCID of the job
- filters
List<Get
Job Advisor Report Check Objects Filter>
- advisor
Report stringCheck Id - The ID of the advisor check
- job
Id string - The OCID of the job
- filters
Get
Job Advisor Report Check Objects Filter[]
- advisor_
report_ strcheck_ id - The ID of the advisor check
- job_
id str - The OCID of the job
- filters
Sequence[Get
Job Advisor Report Check Objects Filter]
- advisor
Report StringCheck Id - The ID of the advisor check
- job
Id String - The OCID of the job
- filters List<Property Map>
getJobAdvisorReportCheckObjects Result
The following output properties are available:
- Advisor
Report stringCheck Id - Advisor
Report List<GetCheck Objects Collections Job Advisor Report Check Objects Advisor Report Check Objects Collection> - The list of advisor_report_check_objects_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Job
Id string - Filters
List<Get
Job Advisor Report Check Objects Filter>
- Advisor
Report stringCheck Id - Advisor
Report []GetCheck Objects Collections Job Advisor Report Check Objects Advisor Report Check Objects Collection - The list of advisor_report_check_objects_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Job
Id string - Filters
[]Get
Job Advisor Report Check Objects Filter
- advisor
Report StringCheck Id - advisor
Report List<GetCheck Objects Collections Job Advisor Report Check Objects Advisor Report Check Objects Collection> - The list of advisor_report_check_objects_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- job
Id String - filters
List<Get
Job Advisor Report Check Objects Filter>
- advisor
Report stringCheck Id - advisor
Report GetCheck Objects Collections Job Advisor Report Check Objects Advisor Report Check Objects Collection[] - The list of advisor_report_check_objects_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- job
Id string - filters
Get
Job Advisor Report Check Objects Filter[]
- advisor_
report_ strcheck_ id - advisor_
report_ Sequence[Getcheck_ objects_ collections Job Advisor Report Check Objects Advisor Report Check Objects Collection] - The list of advisor_report_check_objects_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- job_
id str - filters
Sequence[Get
Job Advisor Report Check Objects Filter]
- advisor
Report StringCheck Id - advisor
Report List<Property Map>Check Objects Collections - The list of advisor_report_check_objects_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- job
Id String - filters List<Property Map>
Supporting Types
GetJobAdvisorReportCheckObjectsAdvisorReportCheckObjectsCollection
- Items
List<Get
Job Advisor Report Check Objects Advisor Report Check Objects Collection Item> - Array of check objects.
- Items
[]Get
Job Advisor Report Check Objects Advisor Report Check Objects Collection Item - Array of check objects.
- items
List<Get
Job Advisor Report Check Objects Advisor Report Check Objects Collection Item> - Array of check objects.
- items
Get
Job Advisor Report Check Objects Advisor Report Check Objects Collection Item[] - Array of check objects.
- items
Sequence[Get
Job Advisor Report Check Objects Advisor Report Check Objects Collection Item] - Array of check objects.
- items List<Property Map>
- Array of check objects.
GetJobAdvisorReportCheckObjectsAdvisorReportCheckObjectsCollectionItem
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Fields Dictionary<string, string>
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Is
Excluded bool - If the object was excluded from migration, then it is true.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Fields map[string]string
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Is
Excluded bool - If the object was excluded from migration, then it is true.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - fields Map<String,String>
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is
Excluded Boolean - If the object was excluded from migration, then it is true.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - fields {[key: string]: string}
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is
Excluded boolean - If the object was excluded from migration, then it is true.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - fields Mapping[str, str]
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is_
excluded bool - If the object was excluded from migration, then it is true.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - fields Map<String>
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is
Excluded Boolean - If the object was excluded from migration, then it is true.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
GetJobAdvisorReportCheckObjectsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
