Oracle Cloud Infrastructure
getManagementAgentPluginCount
This data source provides details about a specific Management Agent Plugin Count resource in Oracle Cloud Infrastructure Management Agent service.
Gets count of the inventory of management agent plugins for a given compartment id and group by parameter. Supported groupBy parameter: pluginName
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testManagementAgentPluginCount = Output.Create(Oci.ManagementAgent.GetManagementAgentPluginCount.InvokeAsync(new Oci.ManagementAgent.GetManagementAgentPluginCountArgs
{
CompartmentId = @var.Compartment_id,
GroupBy = @var.Management_agent_plugin_count_group_by,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/ManagementAgent"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ManagementAgent.GetManagementAgentPluginCount(ctx, &managementagent.GetManagementAgentPluginCountArgs{
CompartmentId: _var.Compartment_id,
GroupBy: _var.Management_agent_plugin_count_group_by,
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_management_agent_plugin_count = oci.ManagementAgent.get_management_agent_plugin_count(compartment_id=var["compartment_id"],
group_by=var["management_agent_plugin_count_group_by"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagementAgentPluginCount = oci.ManagementAgent.getManagementAgentPluginCount({
compartmentId: _var.compartment_id,
groupBy: _var.management_agent_plugin_count_group_by,
});
Coming soon!
Using getManagementAgentPluginCount
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 getManagementAgentPluginCount(args: GetManagementAgentPluginCountArgs, opts?: InvokeOptions): Promise<GetManagementAgentPluginCountResult>
function getManagementAgentPluginCountOutput(args: GetManagementAgentPluginCountOutputArgs, opts?: InvokeOptions): Output<GetManagementAgentPluginCountResult>
def get_management_agent_plugin_count(compartment_id: Optional[str] = None,
group_by: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementAgentPluginCountResult
def get_management_agent_plugin_count_output(compartment_id: Optional[pulumi.Input[str]] = None,
group_by: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementAgentPluginCountResult]
func GetManagementAgentPluginCount(ctx *Context, args *GetManagementAgentPluginCountArgs, opts ...InvokeOption) (*GetManagementAgentPluginCountResult, error)
func GetManagementAgentPluginCountOutput(ctx *Context, args *GetManagementAgentPluginCountOutputArgs, opts ...InvokeOption) GetManagementAgentPluginCountResultOutput
> Note: This function is named GetManagementAgentPluginCount
in the Go SDK.
public static class GetManagementAgentPluginCount
{
public static Task<GetManagementAgentPluginCountResult> InvokeAsync(GetManagementAgentPluginCountArgs args, InvokeOptions? opts = null)
public static Output<GetManagementAgentPluginCountResult> Invoke(GetManagementAgentPluginCountInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementAgentPluginCountResult> getManagementAgentPluginCount(GetManagementAgentPluginCountArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:ManagementAgent/getManagementAgentPluginCount:getManagementAgentPluginCount
Arguments:
# Arguments dictionary
The following arguments are supported:
- Compartment
Id string The OCID of the compartment to which a request will be scoped.
- Group
By string The field by which to group Management Agent Plugins
- Compartment
Id string The OCID of the compartment to which a request will be scoped.
- Group
By string The field by which to group Management Agent Plugins
- compartment
Id String The OCID of the compartment to which a request will be scoped.
- group
By String The field by which to group Management Agent Plugins
- compartment
Id string The OCID of the compartment to which a request will be scoped.
- group
By string The field by which to group Management Agent Plugins
- compartment_
id str The OCID of the compartment to which a request will be scoped.
- group_
by str The field by which to group Management Agent Plugins
- compartment
Id String The OCID of the compartment to which a request will be scoped.
- group
By String The field by which to group Management Agent Plugins
getManagementAgentPluginCount Result
The following output properties are available:
- Compartment
Id string - Group
By string - Id string
The provider-assigned unique ID for this managed resource.
- Items
List<Get
Management Agent Plugin Count Item> List in which each item describes an aggregation of Managment Agent Plugins
- Compartment
Id string - Group
By string - Id string
The provider-assigned unique ID for this managed resource.
- Items
[]Get
Management Agent Plugin Count Item List in which each item describes an aggregation of Managment Agent Plugins
- compartment
Id String - group
By String - id String
The provider-assigned unique ID for this managed resource.
- items
List<Get
Plugin Count Item> List in which each item describes an aggregation of Managment Agent Plugins
- compartment
Id string - group
By string - id string
The provider-assigned unique ID for this managed resource.
- items
Get
Management Agent Plugin Count Item[] List in which each item describes an aggregation of Managment Agent Plugins
- compartment_
id str - group_
by str - id str
The provider-assigned unique ID for this managed resource.
- items
Get
Management Agent Plugin Count Item] List in which each item describes an aggregation of Managment Agent Plugins
- compartment
Id String - group
By String - id String
The provider-assigned unique ID for this managed resource.
- items List<Property Map>
List in which each item describes an aggregation of Managment Agent Plugins
Supporting Types
GetManagementAgentPluginCountItem
- Count int
The number of Management Agent Plugins in this group
- Dimensions
List<Get
Management Agent Plugin Count Item Dimension> The Aggregation of Management Agent Plugin Dimensions
- Count int
The number of Management Agent Plugins in this group
- Dimensions
[]Get
Management Agent Plugin Count Item Dimension The Aggregation of Management Agent Plugin Dimensions
- count Integer
The number of Management Agent Plugins in this group
- dimensions
List<Get
Plugin Count Item Dimension> The Aggregation of Management Agent Plugin Dimensions
- count number
The number of Management Agent Plugins in this group
- dimensions
Get
Management Agent Plugin Count Item Dimension[] The Aggregation of Management Agent Plugin Dimensions
- count int
The number of Management Agent Plugins in this group
- dimensions
Get
Management Agent Plugin Count Item Dimension] The Aggregation of Management Agent Plugin Dimensions
- count Number
The number of Management Agent Plugins in this group
- dimensions List<Property Map>
The Aggregation of Management Agent Plugin Dimensions
GetManagementAgentPluginCountItemDimension
- Plugin
Display stringName Management Agent Plugin Display Name
- Plugin
Name string Management Agent Plugin Name
- Plugin
Display stringName Management Agent Plugin Display Name
- Plugin
Name string Management Agent Plugin Name
- plugin
Display StringName Management Agent Plugin Display Name
- plugin
Name String Management Agent Plugin Name
- plugin
Display stringName Management Agent Plugin Display Name
- plugin
Name string Management Agent Plugin Name
- plugin_
display_ strname Management Agent Plugin Display Name
- plugin_
name str Management Agent Plugin Name
- plugin
Display StringName Management Agent Plugin Display Name
- plugin
Name String Management Agent Plugin Name
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.