Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
This data source provides the list of Managed Instance Scan Results in Oracle Cloud Infrastructure Wlms service.
Gets all the scan results for all WebLogic servers in the managed instance.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedInstanceScanResults = oci.oci.getWlmsManagedInstanceScanResults({
managedInstanceId: testManagedInstance.id,
serverName: managedInstanceScanResultServerName,
wlsDomainId: testWlsDomain.id,
});
import pulumi
import pulumi_oci as oci
test_managed_instance_scan_results = oci.oci.get_wlms_managed_instance_scan_results(managed_instance_id=test_managed_instance["id"],
server_name=managed_instance_scan_result_server_name,
wls_domain_id=test_wls_domain["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetWlmsManagedInstanceScanResults(ctx, &oci.GetWlmsManagedInstanceScanResultsArgs{
ManagedInstanceId: testManagedInstance.Id,
ServerName: pulumi.StringRef(managedInstanceScanResultServerName),
WlsDomainId: pulumi.StringRef(testWlsDomain.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 testManagedInstanceScanResults = Oci.Oci.GetWlmsManagedInstanceScanResults.Invoke(new()
{
ManagedInstanceId = testManagedInstance.Id,
ServerName = managedInstanceScanResultServerName,
WlsDomainId = testWlsDomain.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetWlmsManagedInstanceScanResultsArgs;
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 testManagedInstanceScanResults = OciFunctions.getWlmsManagedInstanceScanResults(GetWlmsManagedInstanceScanResultsArgs.builder()
.managedInstanceId(testManagedInstance.id())
.serverName(managedInstanceScanResultServerName)
.wlsDomainId(testWlsDomain.id())
.build());
}
}
variables:
testManagedInstanceScanResults:
fn::invoke:
function: oci:oci:getWlmsManagedInstanceScanResults
arguments:
managedInstanceId: ${testManagedInstance.id}
serverName: ${managedInstanceScanResultServerName}
wlsDomainId: ${testWlsDomain.id}
Using getWlmsManagedInstanceScanResults
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 getWlmsManagedInstanceScanResults(args: GetWlmsManagedInstanceScanResultsArgs, opts?: InvokeOptions): Promise<GetWlmsManagedInstanceScanResultsResult>
function getWlmsManagedInstanceScanResultsOutput(args: GetWlmsManagedInstanceScanResultsOutputArgs, opts?: InvokeOptions): Output<GetWlmsManagedInstanceScanResultsResult>def get_wlms_managed_instance_scan_results(filters: Optional[Sequence[GetWlmsManagedInstanceScanResultsFilter]] = None,
managed_instance_id: Optional[str] = None,
server_name: Optional[str] = None,
wls_domain_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWlmsManagedInstanceScanResultsResult
def get_wlms_managed_instance_scan_results_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWlmsManagedInstanceScanResultsFilterArgs]]]] = None,
managed_instance_id: Optional[pulumi.Input[str]] = None,
server_name: Optional[pulumi.Input[str]] = None,
wls_domain_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWlmsManagedInstanceScanResultsResult]func GetWlmsManagedInstanceScanResults(ctx *Context, args *GetWlmsManagedInstanceScanResultsArgs, opts ...InvokeOption) (*GetWlmsManagedInstanceScanResultsResult, error)
func GetWlmsManagedInstanceScanResultsOutput(ctx *Context, args *GetWlmsManagedInstanceScanResultsOutputArgs, opts ...InvokeOption) GetWlmsManagedInstanceScanResultsResultOutput> Note: This function is named GetWlmsManagedInstanceScanResults in the Go SDK.
public static class GetWlmsManagedInstanceScanResults
{
public static Task<GetWlmsManagedInstanceScanResultsResult> InvokeAsync(GetWlmsManagedInstanceScanResultsArgs args, InvokeOptions? opts = null)
public static Output<GetWlmsManagedInstanceScanResultsResult> Invoke(GetWlmsManagedInstanceScanResultsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWlmsManagedInstanceScanResultsResult> getWlmsManagedInstanceScanResults(GetWlmsManagedInstanceScanResultsArgs args, InvokeOptions options)
public static Output<GetWlmsManagedInstanceScanResultsResult> getWlmsManagedInstanceScanResults(GetWlmsManagedInstanceScanResultsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getWlmsManagedInstanceScanResults:getWlmsManagedInstanceScanResults
arguments:
# arguments dictionaryThe following arguments are supported:
- Managed
Instance stringId - The OCID of the instance.
- Filters
List<Get
Wlms Managed Instance Scan Results Filter> - Server
Name string - The name of the server.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Managed
Instance stringId - The OCID of the instance.
- Filters
[]Get
Wlms Managed Instance Scan Results Filter - Server
Name string - The name of the server.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- managed
Instance StringId - The OCID of the instance.
- filters
List<Get
Wlms Managed Instance Scan Results Filter> - server
Name String - The name of the server.
- wls
Domain StringId - The OCID of the WebLogic domain.
- managed
Instance stringId - The OCID of the instance.
- filters
Get
Wlms Managed Instance Scan Results Filter[] - server
Name string - The name of the server.
- wls
Domain stringId - The OCID of the WebLogic domain.
- managed_
instance_ strid - The OCID of the instance.
- filters
Sequence[Get
Wlms Managed Instance Scan Results Filter] - server_
name str - The name of the server.
- wls_
domain_ strid - The OCID of the WebLogic domain.
- managed
Instance StringId - The OCID of the instance.
- filters List<Property Map>
- server
Name String - The name of the server.
- wls
Domain StringId - The OCID of the WebLogic domain.
getWlmsManagedInstanceScanResults Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Instance stringId - Scan
Result List<GetCollections Wlms Managed Instance Scan Results Scan Result Collection> - The list of scan_result_collection.
- Filters
List<Get
Wlms Managed Instance Scan Results Filter> - Server
Name string - The name of the WebLogic server to which the server check belongs.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Instance stringId - Scan
Result []GetCollections Wlms Managed Instance Scan Results Scan Result Collection - The list of scan_result_collection.
- Filters
[]Get
Wlms Managed Instance Scan Results Filter - Server
Name string - The name of the WebLogic server to which the server check belongs.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Instance StringId - scan
Result List<GetCollections Wlms Managed Instance Scan Results Scan Result Collection> - The list of scan_result_collection.
- filters
List<Get
Wlms Managed Instance Scan Results Filter> - server
Name String - The name of the WebLogic server to which the server check belongs.
- wls
Domain StringId - The OCID of the WebLogic domain.
- id string
- The provider-assigned unique ID for this managed resource.
- managed
Instance stringId - scan
Result GetCollections Wlms Managed Instance Scan Results Scan Result Collection[] - The list of scan_result_collection.
- filters
Get
Wlms Managed Instance Scan Results Filter[] - server
Name string - The name of the WebLogic server to which the server check belongs.
- wls
Domain stringId - The OCID of the WebLogic domain.
- id str
- The provider-assigned unique ID for this managed resource.
- managed_
instance_ strid - scan_
result_ Sequence[Getcollections Wlms Managed Instance Scan Results Scan Result Collection] - The list of scan_result_collection.
- filters
Sequence[Get
Wlms Managed Instance Scan Results Filter] - server_
name str - The name of the WebLogic server to which the server check belongs.
- wls_
domain_ strid - The OCID of the WebLogic domain.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Instance StringId - scan
Result List<Property Map>Collections - The list of scan_result_collection.
- filters List<Property Map>
- server
Name String - The name of the WebLogic server to which the server check belongs.
- wls
Domain StringId - The OCID of the WebLogic domain.
Supporting Types
GetWlmsManagedInstanceScanResultsFilter
GetWlmsManagedInstanceScanResultsScanResultCollection
- Items
List<Get
Wlms Managed Instance Scan Results Scan Result Collection Item> - List of scan results.
- Items
[]Get
Wlms Managed Instance Scan Results Scan Result Collection Item - List of scan results.
- items
List<Get
Wlms Managed Instance Scan Results Scan Result Collection Item> - List of scan results.
- items
Get
Wlms Managed Instance Scan Results Scan Result Collection Item[] - List of scan results.
- items
Sequence[Get
Wlms Managed Instance Scan Results Scan Result Collection Item] - List of scan results.
- items List<Property Map>
- List of scan results.
GetWlmsManagedInstanceScanResultsScanResultCollectionItem
- Server
Check stringName - The name of the check performed.
- Server
Check stringResult - The result of the server check.
- Server
Check stringResult Id - The identifier of the the server check result.
- Server
Check stringStatus - The status of the server check which is OK, FAILURE, or WARNING.
- Server
Name string - The name of the server.
- Time
Of stringServer Check - The date when the WebLogic server health check is performed (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Wls
Domain stringId - The OCID of the WebLogic domain.
- Server
Check stringName - The name of the check performed.
- Server
Check stringResult - The result of the server check.
- Server
Check stringResult Id - The identifier of the the server check result.
- Server
Check stringStatus - The status of the server check which is OK, FAILURE, or WARNING.
- Server
Name string - The name of the server.
- Time
Of stringServer Check - The date when the WebLogic server health check is performed (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Wls
Domain stringId - The OCID of the WebLogic domain.
- server
Check StringName - The name of the check performed.
- server
Check StringResult - The result of the server check.
- server
Check StringResult Id - The identifier of the the server check result.
- server
Check StringStatus - The status of the server check which is OK, FAILURE, or WARNING.
- server
Name String - The name of the server.
- time
Of StringServer Check - The date when the WebLogic server health check is performed (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - wls
Domain StringId - The OCID of the WebLogic domain.
- server
Check stringName - The name of the check performed.
- server
Check stringResult - The result of the server check.
- server
Check stringResult Id - The identifier of the the server check result.
- server
Check stringStatus - The status of the server check which is OK, FAILURE, or WARNING.
- server
Name string - The name of the server.
- time
Of stringServer Check - The date when the WebLogic server health check is performed (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - wls
Domain stringId - The OCID of the WebLogic domain.
- server_
check_ strname - The name of the check performed.
- server_
check_ strresult - The result of the server check.
- server_
check_ strresult_ id - The identifier of the the server check result.
- server_
check_ strstatus - The status of the server check which is OK, FAILURE, or WARNING.
- server_
name str - The name of the server.
- time_
of_ strserver_ check - The date when the WebLogic server health check is performed (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - wls_
domain_ strid - The OCID of the WebLogic domain.
- server
Check StringName - The name of the check performed.
- server
Check StringResult - The result of the server check.
- server
Check StringResult Id - The identifier of the the server check result.
- server
Check StringStatus - The status of the server check which is OK, FAILURE, or WARNING.
- server
Name String - The name of the server.
- time
Of StringServer Check - The date when the WebLogic server health check is performed (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - wls
Domain StringId - The OCID of the WebLogic domain.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
