Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.CloudGuard.getWlpAgents
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Wlp Agents in Oracle Cloud Infrastructure Cloud Guard service.
Returns a list of WLP agents in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWlpAgents = oci.CloudGuard.getWlpAgents({
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_wlp_agents = oci.CloudGuard.get_wlp_agents(compartment_id=compartment_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/CloudGuard"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CloudGuard.GetWlpAgents(ctx, &cloudguard.GetWlpAgentsArgs{
CompartmentId: compartmentId,
}, 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 testWlpAgents = Oci.CloudGuard.GetWlpAgents.Invoke(new()
{
CompartmentId = compartmentId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudGuard.CloudGuardFunctions;
import com.pulumi.oci.CloudGuard.inputs.GetWlpAgentsArgs;
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 testWlpAgents = CloudGuardFunctions.getWlpAgents(GetWlpAgentsArgs.builder()
.compartmentId(compartmentId)
.build());
}
}
variables:
testWlpAgents:
fn::invoke:
Function: oci:CloudGuard:getWlpAgents
Arguments:
compartmentId: ${compartmentId}
Using getWlpAgents
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 getWlpAgents(args: GetWlpAgentsArgs, opts?: InvokeOptions): Promise<GetWlpAgentsResult>
function getWlpAgentsOutput(args: GetWlpAgentsOutputArgs, opts?: InvokeOptions): Output<GetWlpAgentsResult>
def get_wlp_agents(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_cloudguard.GetWlpAgentsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetWlpAgentsResult
def get_wlp_agents_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_cloudguard.GetWlpAgentsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWlpAgentsResult]
func GetWlpAgents(ctx *Context, args *GetWlpAgentsArgs, opts ...InvokeOption) (*GetWlpAgentsResult, error)
func GetWlpAgentsOutput(ctx *Context, args *GetWlpAgentsOutputArgs, opts ...InvokeOption) GetWlpAgentsResultOutput
> Note: This function is named GetWlpAgents
in the Go SDK.
public static class GetWlpAgents
{
public static Task<GetWlpAgentsResult> InvokeAsync(GetWlpAgentsArgs args, InvokeOptions? opts = null)
public static Output<GetWlpAgentsResult> Invoke(GetWlpAgentsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWlpAgentsResult> getWlpAgents(GetWlpAgentsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CloudGuard/getWlpAgents:getWlpAgents
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Filters
List<Get
Wlp Agents Filter>
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Filters
[]Get
Wlp Agents Filter
- compartment
Id String - The OCID of the compartment in which to list resources.
- filters
List<Get
Wlp Agents Filter>
- compartment
Id string - The OCID of the compartment in which to list resources.
- filters
Get
Wlp Agents Filter[]
- compartment_
id str - The OCID of the compartment in which to list resources.
- filters
Sequence[cloudguard.
Get Wlp Agents Filter]
- compartment
Id String - The OCID of the compartment in which to list resources.
- filters List<Property Map>
getWlpAgents Result
The following output properties are available:
- Compartment
Id string - Compartment OCID of WlpAgent.
- Id string
- The provider-assigned unique ID for this managed resource.
- Wlp
Agent List<GetCollections Wlp Agents Wlp Agent Collection> - The list of wlp_agent_collection.
- Filters
List<Get
Wlp Agents Filter>
- Compartment
Id string - Compartment OCID of WlpAgent.
- Id string
- The provider-assigned unique ID for this managed resource.
- Wlp
Agent []GetCollections Wlp Agents Wlp Agent Collection - The list of wlp_agent_collection.
- Filters
[]Get
Wlp Agents Filter
- compartment
Id String - Compartment OCID of WlpAgent.
- id String
- The provider-assigned unique ID for this managed resource.
- wlp
Agent List<GetCollections Wlp Agents Wlp Agent Collection> - The list of wlp_agent_collection.
- filters
List<Get
Wlp Agents Filter>
- compartment
Id string - Compartment OCID of WlpAgent.
- id string
- The provider-assigned unique ID for this managed resource.
- wlp
Agent GetCollections Wlp Agents Wlp Agent Collection[] - The list of wlp_agent_collection.
- filters
Get
Wlp Agents Filter[]
- compartment_
id str - Compartment OCID of WlpAgent.
- id str
- The provider-assigned unique ID for this managed resource.
- wlp_
agent_ Sequence[cloudguard.collections Get Wlp Agents Wlp Agent Collection] - The list of wlp_agent_collection.
- filters
Sequence[cloudguard.
Get Wlp Agents Filter]
- compartment
Id String - Compartment OCID of WlpAgent.
- id String
- The provider-assigned unique ID for this managed resource.
- wlp
Agent List<Property Map>Collections - The list of wlp_agent_collection.
- filters List<Property Map>
Supporting Types
GetWlpAgentsFilter
GetWlpAgentsWlpAgentCollection
GetWlpAgentsWlpAgentCollectionItem
- Agent
Version string - The version of the agent
- Certificate
Id string - The certificate ID returned by Oracle Cloud Infrastructure certificates service
- Certificate
Signed stringRequest - The updated certificate signing request
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Host
Id string - OCID for instance in which WlpAgent is installed
- Id string
- OCID for WlpAgent
- Os
Info string - Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Tenant
Id string - TenantId of the host
- Time
Created string - The date and time the WlpAgent was created. Format defined by RFC3339.
- Time
Updated string - The date and time the WlpAgent was updated. Format defined by RFC3339.
- Agent
Version string - The version of the agent
- Certificate
Id string - The certificate ID returned by Oracle Cloud Infrastructure certificates service
- Certificate
Signed stringRequest - The updated certificate signing request
- Compartment
Id string - The OCID of the compartment in which to list resources.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Host
Id string - OCID for instance in which WlpAgent is installed
- Id string
- OCID for WlpAgent
- Os
Info string - map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Tenant
Id string - TenantId of the host
- Time
Created string - The date and time the WlpAgent was created. Format defined by RFC3339.
- Time
Updated string - The date and time the WlpAgent was updated. Format defined by RFC3339.
- agent
Version String - The version of the agent
- certificate
Id String - The certificate ID returned by Oracle Cloud Infrastructure certificates service
- certificate
Signed StringRequest - The updated certificate signing request
- compartment
Id String - The OCID of the compartment in which to list resources.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host
Id String - OCID for instance in which WlpAgent is installed
- id String
- OCID for WlpAgent
- os
Info String - Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tenant
Id String - TenantId of the host
- time
Created String - The date and time the WlpAgent was created. Format defined by RFC3339.
- time
Updated String - The date and time the WlpAgent was updated. Format defined by RFC3339.
- agent
Version string - The version of the agent
- certificate
Id string - The certificate ID returned by Oracle Cloud Infrastructure certificates service
- certificate
Signed stringRequest - The updated certificate signing request
- compartment
Id string - The OCID of the compartment in which to list resources.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host
Id string - OCID for instance in which WlpAgent is installed
- id string
- OCID for WlpAgent
- os
Info string - {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tenant
Id string - TenantId of the host
- time
Created string - The date and time the WlpAgent was created. Format defined by RFC3339.
- time
Updated string - The date and time the WlpAgent was updated. Format defined by RFC3339.
- agent_
version str - The version of the agent
- certificate_
id str - The certificate ID returned by Oracle Cloud Infrastructure certificates service
- certificate_
signed_ strrequest - The updated certificate signing request
- compartment_
id str - The OCID of the compartment in which to list resources.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host_
id str - OCID for instance in which WlpAgent is installed
- id str
- OCID for WlpAgent
- os_
info str - Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tenant_
id str - TenantId of the host
- time_
created str - The date and time the WlpAgent was created. Format defined by RFC3339.
- time_
updated str - The date and time the WlpAgent was updated. Format defined by RFC3339.
- agent
Version String - The version of the agent
- certificate
Id String - The certificate ID returned by Oracle Cloud Infrastructure certificates service
- certificate
Signed StringRequest - The updated certificate signing request
- compartment
Id String - The OCID of the compartment in which to list resources.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host
Id String - OCID for instance in which WlpAgent is installed
- id String
- OCID for WlpAgent
- os
Info String - Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tenant
Id String - TenantId of the host
- time
Created String - The date and time the WlpAgent was created. Format defined by RFC3339.
- time
Updated String - The date and time the WlpAgent was updated. Format defined by RFC3339.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi