oci.Opsi.getImportableAgentEntities
Explore with Pulumi AI
This data source provides the list of Importable Agent Entities in Oracle Cloud Infrastructure Opsi service.
Gets a list of agent entities available to add a new hostInsight. An agent entity is “available” and will be shown if all the following conditions are true:
- The agent OCID is not already being used for an existing hostInsight.
- The agent availabilityStatus = ‘ACTIVE’
- The agent lifecycleState = ‘ACTIVE’
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testImportableAgentEntities = Oci.Opsi.GetImportableAgentEntities.Invoke(new()
{
CompartmentId = @var.Compartment_id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Opsi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Opsi.GetImportableAgentEntities(ctx, &opsi.GetImportableAgentEntitiesArgs{
CompartmentId: _var.Compartment_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.OpsiFunctions;
import com.pulumi.oci.Opsi.inputs.GetImportableAgentEntitiesArgs;
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 testImportableAgentEntities = OpsiFunctions.getImportableAgentEntities(GetImportableAgentEntitiesArgs.builder()
.compartmentId(var_.compartment_id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_importable_agent_entities = oci.Opsi.get_importable_agent_entities(compartment_id=var["compartment_id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testImportableAgentEntities = oci.Opsi.getImportableAgentEntities({
compartmentId: _var.compartment_id,
});
variables:
testImportableAgentEntities:
fn::invoke:
Function: oci:Opsi:getImportableAgentEntities
Arguments:
compartmentId: ${var.compartment_id}
Using getImportableAgentEntities
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 getImportableAgentEntities(args: GetImportableAgentEntitiesArgs, opts?: InvokeOptions): Promise<GetImportableAgentEntitiesResult>
function getImportableAgentEntitiesOutput(args: GetImportableAgentEntitiesOutputArgs, opts?: InvokeOptions): Output<GetImportableAgentEntitiesResult>
def get_importable_agent_entities(compartment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetImportableAgentEntitiesResult
def get_importable_agent_entities_output(compartment_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetImportableAgentEntitiesResult]
func GetImportableAgentEntities(ctx *Context, args *GetImportableAgentEntitiesArgs, opts ...InvokeOption) (*GetImportableAgentEntitiesResult, error)
func GetImportableAgentEntitiesOutput(ctx *Context, args *GetImportableAgentEntitiesOutputArgs, opts ...InvokeOption) GetImportableAgentEntitiesResultOutput
> Note: This function is named GetImportableAgentEntities
in the Go SDK.
public static class GetImportableAgentEntities
{
public static Task<GetImportableAgentEntitiesResult> InvokeAsync(GetImportableAgentEntitiesArgs args, InvokeOptions? opts = null)
public static Output<GetImportableAgentEntitiesResult> Invoke(GetImportableAgentEntitiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetImportableAgentEntitiesResult> getImportableAgentEntities(GetImportableAgentEntitiesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Opsi/getImportableAgentEntities:getImportableAgentEntities
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The OCID of the compartment.
- Compartment
Id string The OCID of the compartment.
- compartment
Id String The OCID of the compartment.
- compartment
Id string The OCID of the compartment.
- compartment_
id str The OCID of the compartment.
- compartment
Id String The OCID of the compartment.
getImportableAgentEntities Result
The following output properties are available:
- Compartment
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Items
List<Get
Importable Agent Entities Item> Array of importable agent entity objects.
- Compartment
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Items
[]Get
Importable Agent Entities Item Array of importable agent entity objects.
- compartment
Id String - id String
The provider-assigned unique ID for this managed resource.
- items
List<Get
Importable Agent Entities Item> Array of importable agent entity objects.
- compartment
Id string - id string
The provider-assigned unique ID for this managed resource.
- items
Get
Importable Agent Entities Item[] Array of importable agent entity objects.
- compartment_
id str - id str
The provider-assigned unique ID for this managed resource.
- items
Get
Importable Agent Entities Item] Array of importable agent entity objects.
- compartment
Id String - id String
The provider-assigned unique ID for this managed resource.
- items List<Property Map>
Array of importable agent entity objects.
Supporting Types
GetImportableAgentEntitiesItem
- Entity
Source string Source of the importable agent entity.
- Host
Name string The host name. The host name is unique amongst the hosts managed by the same management agent.
- Management
Agent stringDisplay Name The Display Name of the Management Agent
- Management
Agent stringId The OCID of the Management Agent
- Platform
Type string Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
- Entity
Source string Source of the importable agent entity.
- Host
Name string The host name. The host name is unique amongst the hosts managed by the same management agent.
- Management
Agent stringDisplay Name The Display Name of the Management Agent
- Management
Agent stringId The OCID of the Management Agent
- Platform
Type string Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
- entity
Source String Source of the importable agent entity.
- host
Name String The host name. The host name is unique amongst the hosts managed by the same management agent.
- management
Agent StringDisplay Name The Display Name of the Management Agent
- management
Agent StringId The OCID of the Management Agent
- platform
Type String Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
- entity
Source string Source of the importable agent entity.
- host
Name string The host name. The host name is unique amongst the hosts managed by the same management agent.
- management
Agent stringDisplay Name The Display Name of the Management Agent
- management
Agent stringId The OCID of the Management Agent
- platform
Type string Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
- entity_
source str Source of the importable agent entity.
- host_
name str The host name. The host name is unique amongst the hosts managed by the same management agent.
- management_
agent_ strdisplay_ name The Display Name of the Management Agent
- management_
agent_ strid The OCID of the Management Agent
- platform_
type str Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
- entity
Source String Source of the importable agent entity.
- host
Name String The host name. The host name is unique amongst the hosts managed by the same management agent.
- management
Agent StringDisplay Name The Display Name of the Management Agent
- management
Agent StringId The OCID of the Management Agent
- platform
Type String Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.