Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.ManagementAgent.getManagementAgentPluginCount
Explore with Pulumi AI
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagementAgentPluginCount = oci.ManagementAgent.getManagementAgentPluginCount({
compartmentId: compartmentId,
groupBy: managementAgentPluginCountGroupBy,
});
import pulumi
import pulumi_oci as oci
test_management_agent_plugin_count = oci.ManagementAgent.get_management_agent_plugin_count(compartment_id=compartment_id,
group_by=management_agent_plugin_count_group_by)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/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: compartmentId,
GroupBy: managementAgentPluginCountGroupBy,
}, 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 testManagementAgentPluginCount = Oci.ManagementAgent.GetManagementAgentPluginCount.Invoke(new()
{
CompartmentId = compartmentId,
GroupBy = managementAgentPluginCountGroupBy,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ManagementAgent.ManagementAgentFunctions;
import com.pulumi.oci.ManagementAgent.inputs.GetManagementAgentPluginCountArgs;
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 testManagementAgentPluginCount = ManagementAgentFunctions.getManagementAgentPluginCount(GetManagementAgentPluginCountArgs.builder()
.compartmentId(compartmentId)
.groupBy(managementAgentPluginCountGroupBy)
.build());
}
}
variables:
testManagementAgentPluginCount:
fn::invoke:
Function: oci:ManagementAgent:getManagementAgentPluginCount
Arguments:
compartmentId: ${compartmentId}
groupBy: ${managementAgentPluginCountGroupBy}
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
Sequence[managementagent.
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
Sequence[managementagent.
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
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.