Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi
oci.Jms.getAgentInstallers
Explore with Pulumi AI
This data source provides the list of Agent Installers in Oracle Cloud Infrastructure Jms service.
Returns a list of the agent installer information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAgentInstallers = oci.Jms.getAgentInstallers({
compartmentId: compartmentId,
fleetId: testFleet.id,
osFamily: agentInstallerOsFamily,
platformArchitecture: agentInstallerPlatformArchitecture,
});
import pulumi
import pulumi_oci as oci
test_agent_installers = oci.Jms.get_agent_installers(compartment_id=compartment_id,
fleet_id=test_fleet["id"],
os_family=agent_installer_os_family,
platform_architecture=agent_installer_platform_architecture)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := jms.GetAgentInstallers(ctx, &jms.GetAgentInstallersArgs{
CompartmentId: pulumi.StringRef(compartmentId),
FleetId: pulumi.StringRef(testFleet.Id),
OsFamily: pulumi.StringRef(agentInstallerOsFamily),
PlatformArchitecture: pulumi.StringRef(agentInstallerPlatformArchitecture),
}, 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 testAgentInstallers = Oci.Jms.GetAgentInstallers.Invoke(new()
{
CompartmentId = compartmentId,
FleetId = testFleet.Id,
OsFamily = agentInstallerOsFamily,
PlatformArchitecture = agentInstallerPlatformArchitecture,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Jms.JmsFunctions;
import com.pulumi.oci.Jms.inputs.GetAgentInstallersArgs;
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 testAgentInstallers = JmsFunctions.getAgentInstallers(GetAgentInstallersArgs.builder()
.compartmentId(compartmentId)
.fleetId(testFleet.id())
.osFamily(agentInstallerOsFamily)
.platformArchitecture(agentInstallerPlatformArchitecture)
.build());
}
}
variables:
testAgentInstallers:
fn::invoke:
function: oci:Jms:getAgentInstallers
arguments:
compartmentId: ${compartmentId}
fleetId: ${testFleet.id}
osFamily: ${agentInstallerOsFamily}
platformArchitecture: ${agentInstallerPlatformArchitecture}
Using getAgentInstallers
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 getAgentInstallers(args: GetAgentInstallersArgs, opts?: InvokeOptions): Promise<GetAgentInstallersResult>
function getAgentInstallersOutput(args: GetAgentInstallersOutputArgs, opts?: InvokeOptions): Output<GetAgentInstallersResult>
def get_agent_installers(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_jms.GetAgentInstallersFilter]] = None,
fleet_id: Optional[str] = None,
os_family: Optional[str] = None,
platform_architecture: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAgentInstallersResult
def get_agent_installers_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_jms.GetAgentInstallersFilterArgs]]]] = None,
fleet_id: Optional[pulumi.Input[str]] = None,
os_family: Optional[pulumi.Input[str]] = None,
platform_architecture: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAgentInstallersResult]
func GetAgentInstallers(ctx *Context, args *GetAgentInstallersArgs, opts ...InvokeOption) (*GetAgentInstallersResult, error)
func GetAgentInstallersOutput(ctx *Context, args *GetAgentInstallersOutputArgs, opts ...InvokeOption) GetAgentInstallersResultOutput
> Note: This function is named GetAgentInstallers
in the Go SDK.
public static class GetAgentInstallers
{
public static Task<GetAgentInstallersResult> InvokeAsync(GetAgentInstallersArgs args, InvokeOptions? opts = null)
public static Output<GetAgentInstallersResult> Invoke(GetAgentInstallersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAgentInstallersResult> getAgentInstallers(GetAgentInstallersArgs args, InvokeOptions options)
public static Output<GetAgentInstallersResult> getAgentInstallers(GetAgentInstallersArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getAgentInstallers:getAgentInstallers
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Filters
Changes to this property will trigger replacement.
Agent Installers Filter> - Fleet
Id string - The ID of the Fleet.
- Os
Family string - The OS family for the agent installer.
- Platform
Architecture string - The platform architecture for the agent installer.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Filters
Changes to this property will trigger replacement.
Agent Installers Filter - Fleet
Id string - The ID of the Fleet.
- Os
Family string - The OS family for the agent installer.
- Platform
Architecture string - The platform architecture for the agent installer.
- compartment
Id String - The OCID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
Agent Installers Filter> - fleet
Id String - The ID of the Fleet.
- os
Family String - The OS family for the agent installer.
- platform
Architecture String - The platform architecture for the agent installer.
- compartment
Id string - The OCID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
Agent Installers Filter[] - fleet
Id string - The ID of the Fleet.
- os
Family string - The OS family for the agent installer.
- platform
Architecture string - The platform architecture for the agent installer.
- compartment_
id str - The OCID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
Get Agent Installers Filter] - fleet_
id str - The ID of the Fleet.
- os_
family str - The OS family for the agent installer.
- platform_
architecture str - The platform architecture for the agent installer.
- compartment
Id String - The OCID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
- fleet
Id String - The ID of the Fleet.
- os
Family String - The OS family for the agent installer.
- platform
Architecture String - The platform architecture for the agent installer.
getAgentInstallers Result
The following output properties are available:
- Agent
Installer List<GetCollections Agent Installers Agent Installer Collection> - The list of agent_installer_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - Filters
List<Get
Agent Installers Filter> - Fleet
Id string - Os
Family string - The target operating system family for the agent installer.
- Platform
Architecture string - The target operating system architecture for the installer.
- Agent
Installer []GetCollections Agent Installers Agent Installer Collection - The list of agent_installer_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - Filters
[]Get
Agent Installers Filter - Fleet
Id string - Os
Family string - The target operating system family for the agent installer.
- Platform
Architecture string - The target operating system architecture for the installer.
- agent
Installer List<GetCollections Agent Installers Agent Installer Collection> - The list of agent_installer_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - filters
List<Get
Agent Installers Filter> - fleet
Id String - os
Family String - The target operating system family for the agent installer.
- platform
Architecture String - The target operating system architecture for the installer.
- agent
Installer GetCollections Agent Installers Agent Installer Collection[] - The list of agent_installer_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - filters
Get
Agent Installers Filter[] - fleet
Id string - os
Family string - The target operating system family for the agent installer.
- platform
Architecture string - The target operating system architecture for the installer.
- agent_
installer_ Sequence[jms.collections Get Agent Installers Agent Installer Collection] - The list of agent_installer_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - filters
Sequence[jms.
Get Agent Installers Filter] - fleet_
id str - os_
family str - The target operating system family for the agent installer.
- platform_
architecture str - The target operating system architecture for the installer.
- agent
Installer List<Property Map>Collections - The list of agent_installer_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - filters List<Property Map>
- fleet
Id String - os
Family String - The target operating system family for the agent installer.
- platform
Architecture String - The target operating system architecture for the installer.
Supporting Types
GetAgentInstallersAgentInstallerCollection
- Items
This property is required. List<GetAgent Installers Agent Installer Collection Item> - A list of the agent installer summaries.
- Items
This property is required. []GetAgent Installers Agent Installer Collection Item - A list of the agent installer summaries.
- items
This property is required. List<GetAgent Installers Agent Installer Collection Item> - A list of the agent installer summaries.
- items
This property is required. GetAgent Installers Agent Installer Collection Item[] - A list of the agent installer summaries.
- items
This property is required. Sequence[jms.Get Agent Installers Agent Installer Collection Item] - A list of the agent installer summaries.
- items
This property is required. List<Property Map> - A list of the agent installer summaries.
GetAgentInstallersAgentInstallerCollectionItem
- Agent
Installer Description This property is required. string - Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
- Agent
Installer Id This property is required. string - Unique identifier for the agent installer.
- Agent
Installer Version This property is required. string - Agent installer version.
- Agent
Version This property is required. string - Agent image version.
- Approximate
File Size In Bytes This property is required. string - Approximate compressed file size in bytes.
- Java
Version This property is required. string - Java version.
- Os
Family This property is required. string - The OS family for the agent installer.
- Package
Type This property is required. string - The package type (typically the file extension) of the agent software included in the installer.
- Platform
Architecture This property is required. string - The platform architecture for the agent installer.
- Sha256
This property is required. string - SHA256 checksum of the agent installer.
- Agent
Installer Description This property is required. string - Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
- Agent
Installer Id This property is required. string - Unique identifier for the agent installer.
- Agent
Installer Version This property is required. string - Agent installer version.
- Agent
Version This property is required. string - Agent image version.
- Approximate
File Size In Bytes This property is required. string - Approximate compressed file size in bytes.
- Java
Version This property is required. string - Java version.
- Os
Family This property is required. string - The OS family for the agent installer.
- Package
Type This property is required. string - The package type (typically the file extension) of the agent software included in the installer.
- Platform
Architecture This property is required. string - The platform architecture for the agent installer.
- Sha256
This property is required. string - SHA256 checksum of the agent installer.
- agent
Installer Description This property is required. String - Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
- agent
Installer Id This property is required. String - Unique identifier for the agent installer.
- agent
Installer Version This property is required. String - Agent installer version.
- agent
Version This property is required. String - Agent image version.
- approximate
File Size In Bytes This property is required. String - Approximate compressed file size in bytes.
- java
Version This property is required. String - Java version.
- os
Family This property is required. String - The OS family for the agent installer.
- package
Type This property is required. String - The package type (typically the file extension) of the agent software included in the installer.
- platform
Architecture This property is required. String - The platform architecture for the agent installer.
- sha256
This property is required. String - SHA256 checksum of the agent installer.
- agent
Installer Description This property is required. string - Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
- agent
Installer Id This property is required. string - Unique identifier for the agent installer.
- agent
Installer Version This property is required. string - Agent installer version.
- agent
Version This property is required. string - Agent image version.
- approximate
File Size In Bytes This property is required. string - Approximate compressed file size in bytes.
- java
Version This property is required. string - Java version.
- os
Family This property is required. string - The OS family for the agent installer.
- package
Type This property is required. string - The package type (typically the file extension) of the agent software included in the installer.
- platform
Architecture This property is required. string - The platform architecture for the agent installer.
- sha256
This property is required. string - SHA256 checksum of the agent installer.
- agent_
installer_ description This property is required. str - Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
- agent_
installer_ id This property is required. str - Unique identifier for the agent installer.
- agent_
installer_ version This property is required. str - Agent installer version.
- agent_
version This property is required. str - Agent image version.
- approximate_
file_ size_ in_ bytes This property is required. str - Approximate compressed file size in bytes.
- java_
version This property is required. str - Java version.
- os_
family This property is required. str - The OS family for the agent installer.
- package_
type This property is required. str - The package type (typically the file extension) of the agent software included in the installer.
- platform_
architecture This property is required. str - The platform architecture for the agent installer.
- sha256
This property is required. str - SHA256 checksum of the agent installer.
- agent
Installer Description This property is required. String - Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
- agent
Installer Id This property is required. String - Unique identifier for the agent installer.
- agent
Installer Version This property is required. String - Agent installer version.
- agent
Version This property is required. String - Agent image version.
- approximate
File Size In Bytes This property is required. String - Approximate compressed file size in bytes.
- java
Version This property is required. String - Java version.
- os
Family This property is required. String - The OS family for the agent installer.
- package
Type This property is required. String - The package type (typically the file extension) of the agent software included in the installer.
- platform
Architecture This property is required. String - The platform architecture for the agent installer.
- sha256
This property is required. String - SHA256 checksum of the agent installer.
GetAgentInstallersFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.