Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.oci.getWlmsWlsDomainScanResults
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
This data source provides the list of Wls Domain Scan Results in Oracle Cloud Infrastructure Wlms service.
Get all scan results for a server in a specific WebLogic domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWlsDomainScanResults = oci.oci.getWlmsWlsDomainScanResults({
wlsDomainId: testWlsDomain.id,
serverName: wlsDomainScanResultServerName,
});
import pulumi
import pulumi_oci as oci
test_wls_domain_scan_results = oci.oci.get_wlms_wls_domain_scan_results(wls_domain_id=test_wls_domain["id"],
server_name=wls_domain_scan_result_server_name)
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.GetWlmsWlsDomainScanResults(ctx, &oci.GetWlmsWlsDomainScanResultsArgs{
WlsDomainId: testWlsDomain.Id,
ServerName: pulumi.StringRef(wlsDomainScanResultServerName),
}, 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 testWlsDomainScanResults = Oci.Oci.GetWlmsWlsDomainScanResults.Invoke(new()
{
WlsDomainId = testWlsDomain.Id,
ServerName = wlsDomainScanResultServerName,
});
});
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.GetWlmsWlsDomainScanResultsArgs;
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 testWlsDomainScanResults = OciFunctions.getWlmsWlsDomainScanResults(GetWlmsWlsDomainScanResultsArgs.builder()
.wlsDomainId(testWlsDomain.id())
.serverName(wlsDomainScanResultServerName)
.build());
}
}
variables:
testWlsDomainScanResults:
fn::invoke:
function: oci:oci:getWlmsWlsDomainScanResults
arguments:
wlsDomainId: ${testWlsDomain.id}
serverName: ${wlsDomainScanResultServerName}
Using getWlmsWlsDomainScanResults
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 getWlmsWlsDomainScanResults(args: GetWlmsWlsDomainScanResultsArgs, opts?: InvokeOptions): Promise<GetWlmsWlsDomainScanResultsResult>
function getWlmsWlsDomainScanResultsOutput(args: GetWlmsWlsDomainScanResultsOutputArgs, opts?: InvokeOptions): Output<GetWlmsWlsDomainScanResultsResult>def get_wlms_wls_domain_scan_results(filters: Optional[Sequence[GetWlmsWlsDomainScanResultsFilter]] = None,
server_name: Optional[str] = None,
wls_domain_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWlmsWlsDomainScanResultsResult
def get_wlms_wls_domain_scan_results_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetWlmsWlsDomainScanResultsFilterArgs]]]] = None,
server_name: Optional[pulumi.Input[str]] = None,
wls_domain_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWlmsWlsDomainScanResultsResult]func GetWlmsWlsDomainScanResults(ctx *Context, args *GetWlmsWlsDomainScanResultsArgs, opts ...InvokeOption) (*GetWlmsWlsDomainScanResultsResult, error)
func GetWlmsWlsDomainScanResultsOutput(ctx *Context, args *GetWlmsWlsDomainScanResultsOutputArgs, opts ...InvokeOption) GetWlmsWlsDomainScanResultsResultOutput> Note: This function is named GetWlmsWlsDomainScanResults in the Go SDK.
public static class GetWlmsWlsDomainScanResults
{
public static Task<GetWlmsWlsDomainScanResultsResult> InvokeAsync(GetWlmsWlsDomainScanResultsArgs args, InvokeOptions? opts = null)
public static Output<GetWlmsWlsDomainScanResultsResult> Invoke(GetWlmsWlsDomainScanResultsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWlmsWlsDomainScanResultsResult> getWlmsWlsDomainScanResults(GetWlmsWlsDomainScanResultsArgs args, InvokeOptions options)
public static Output<GetWlmsWlsDomainScanResultsResult> getWlmsWlsDomainScanResults(GetWlmsWlsDomainScanResultsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getWlmsWlsDomainScanResults:getWlmsWlsDomainScanResults
arguments:
# arguments dictionaryThe following arguments are supported:
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Filters
List<Get
Wlms Wls Domain Scan Results Filter> - Server
Name string - The name of the server.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Filters
[]Get
Wlms Wls Domain Scan Results Filter - Server
Name string - The name of the server.
- wls
Domain StringId - The OCID of the WebLogic domain.
- filters
List<Get
Wlms Wls Domain Scan Results Filter> - server
Name String - The name of the server.
- wls
Domain stringId - The OCID of the WebLogic domain.
- filters
Get
Wlms Wls Domain Scan Results Filter[] - server
Name string - The name of the server.
- wls_
domain_ strid - The OCID of the WebLogic domain.
- filters
Sequence[Get
Wlms Wls Domain Scan Results Filter] - server_
name str - The name of the server.
- wls
Domain StringId - The OCID of the WebLogic domain.
- filters List<Property Map>
- server
Name String - The name of the server.
getWlmsWlsDomainScanResults Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Scan
Result List<GetCollections Wlms Wls Domain Scan Results Scan Result Collection> - The list of scan_result_collection.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Filters
List<Get
Wlms Wls Domain Scan Results Filter> - Server
Name string - The name of the WebLogic server to which the server check belongs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Scan
Result []GetCollections Wlms Wls Domain Scan Results Scan Result Collection - The list of scan_result_collection.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Filters
[]Get
Wlms Wls Domain Scan Results Filter - Server
Name string - The name of the WebLogic server to which the server check belongs.
- id String
- The provider-assigned unique ID for this managed resource.
- scan
Result List<GetCollections Wlms Wls Domain Scan Results Scan Result Collection> - The list of scan_result_collection.
- wls
Domain StringId - The OCID of the WebLogic domain.
- filters
List<Get
Wlms Wls Domain Scan Results Filter> - server
Name String - The name of the WebLogic server to which the server check belongs.
- id string
- The provider-assigned unique ID for this managed resource.
- scan
Result GetCollections Wlms Wls Domain Scan Results Scan Result Collection[] - The list of scan_result_collection.
- wls
Domain stringId - The OCID of the WebLogic domain.
- filters
Get
Wlms Wls Domain Scan Results Filter[] - server
Name string - The name of the WebLogic server to which the server check belongs.
- id str
- The provider-assigned unique ID for this managed resource.
- scan_
result_ Sequence[Getcollections Wlms Wls Domain Scan Results Scan Result Collection] - The list of scan_result_collection.
- wls_
domain_ strid - The OCID of the WebLogic domain.
- filters
Sequence[Get
Wlms Wls Domain Scan Results Filter] - server_
name str - The name of the WebLogic server to which the server check belongs.
- id String
- The provider-assigned unique ID for this managed resource.
- scan
Result List<Property Map>Collections - The list of scan_result_collection.
- wls
Domain StringId - The OCID of the WebLogic domain.
- filters List<Property Map>
- server
Name String - The name of the WebLogic server to which the server check belongs.
Supporting Types
GetWlmsWlsDomainScanResultsFilter
GetWlmsWlsDomainScanResultsScanResultCollection
- Items
List<Get
Wlms Wls Domain Scan Results Scan Result Collection Item> - List of scan results.
- Items
[]Get
Wlms Wls Domain Scan Results Scan Result Collection Item - List of scan results.
- items
List<Get
Wlms Wls Domain Scan Results Scan Result Collection Item> - List of scan results.
- items
Get
Wlms Wls Domain Scan Results Scan Result Collection Item[] - List of scan results.
- items
Sequence[Get
Wlms Wls Domain Scan Results Scan Result Collection Item] - List of scan results.
- items List<Property Map>
- List of scan results.
GetWlmsWlsDomainScanResultsScanResultCollectionItem
- 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.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
