1. Packages
  2. Cisco Meraki
  3. API Docs
  4. organizations
  5. getInsightApplications
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.organizations.getInsightApplications

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as meraki from "@pulumi/meraki";
    
    const example = meraki.organizations.getInsightApplications({
        organizationId: "string",
    });
    export const merakiOrganizationsInsightApplicationsExample = example.then(example => example.items);
    
    import pulumi
    import pulumi_meraki as meraki
    
    example = meraki.organizations.get_insight_applications(organization_id="string")
    pulumi.export("merakiOrganizationsInsightApplicationsExample", example.items)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/organizations"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := organizations.GetInsightApplications(ctx, &organizations.GetInsightApplicationsArgs{
    			OrganizationId: "string",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("merakiOrganizationsInsightApplicationsExample", example.Items)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Meraki = Pulumi.Meraki;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Meraki.Organizations.GetInsightApplications.Invoke(new()
        {
            OrganizationId = "string",
        });
    
        return new Dictionary<string, object?>
        {
            ["merakiOrganizationsInsightApplicationsExample"] = example.Apply(getInsightApplicationsResult => getInsightApplicationsResult.Items),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.organizations.OrganizationsFunctions;
    import com.pulumi.meraki.organizations.inputs.GetInsightApplicationsArgs;
    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 example = OrganizationsFunctions.getInsightApplications(GetInsightApplicationsArgs.builder()
                .organizationId("string")
                .build());
    
            ctx.export("merakiOrganizationsInsightApplicationsExample", example.applyValue(getInsightApplicationsResult -> getInsightApplicationsResult.items()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: meraki:organizations:getInsightApplications
          Arguments:
            organizationId: string
    outputs:
      merakiOrganizationsInsightApplicationsExample: ${example.items}
    

    Using getInsightApplications

    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 getInsightApplications(args: GetInsightApplicationsArgs, opts?: InvokeOptions): Promise<GetInsightApplicationsResult>
    function getInsightApplicationsOutput(args: GetInsightApplicationsOutputArgs, opts?: InvokeOptions): Output<GetInsightApplicationsResult>
    def get_insight_applications(organization_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetInsightApplicationsResult
    def get_insight_applications_output(organization_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetInsightApplicationsResult]
    func GetInsightApplications(ctx *Context, args *GetInsightApplicationsArgs, opts ...InvokeOption) (*GetInsightApplicationsResult, error)
    func GetInsightApplicationsOutput(ctx *Context, args *GetInsightApplicationsOutputArgs, opts ...InvokeOption) GetInsightApplicationsResultOutput

    > Note: This function is named GetInsightApplications in the Go SDK.

    public static class GetInsightApplications 
    {
        public static Task<GetInsightApplicationsResult> InvokeAsync(GetInsightApplicationsArgs args, InvokeOptions? opts = null)
        public static Output<GetInsightApplicationsResult> Invoke(GetInsightApplicationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInsightApplicationsResult> getInsightApplications(GetInsightApplicationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:organizations/getInsightApplications:getInsightApplications
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrganizationId string
    organizationId path parameter. Organization ID
    OrganizationId string
    organizationId path parameter. Organization ID
    organizationId String
    organizationId path parameter. Organization ID
    organizationId string
    organizationId path parameter. Organization ID
    organization_id str
    organizationId path parameter. Organization ID
    organizationId String
    organizationId path parameter. Organization ID

    getInsightApplications Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Items List<GetInsightApplicationsItem>
    Array of ResponseInsightGetOrganizationInsightApplications
    OrganizationId string
    organizationId path parameter. Organization ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Items []GetInsightApplicationsItem
    Array of ResponseInsightGetOrganizationInsightApplications
    OrganizationId string
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    items List<GetInsightApplicationsItem>
    Array of ResponseInsightGetOrganizationInsightApplications
    organizationId String
    organizationId path parameter. Organization ID
    id string
    The provider-assigned unique ID for this managed resource.
    items GetInsightApplicationsItem[]
    Array of ResponseInsightGetOrganizationInsightApplications
    organizationId string
    organizationId path parameter. Organization ID
    id str
    The provider-assigned unique ID for this managed resource.
    items Sequence[GetInsightApplicationsItem]
    Array of ResponseInsightGetOrganizationInsightApplications
    organization_id str
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    items List<Property Map>
    Array of ResponseInsightGetOrganizationInsightApplications
    organizationId String
    organizationId path parameter. Organization ID

    Supporting Types

    GetInsightApplicationsItem

    ApplicationId string
    Application identifier
    Name string
    Application name
    Thresholds GetInsightApplicationsItemThresholds
    Thresholds defined by a user or Meraki models for each application
    ApplicationId string
    Application identifier
    Name string
    Application name
    Thresholds GetInsightApplicationsItemThresholds
    Thresholds defined by a user or Meraki models for each application
    applicationId String
    Application identifier
    name String
    Application name
    thresholds GetInsightApplicationsItemThresholds
    Thresholds defined by a user or Meraki models for each application
    applicationId string
    Application identifier
    name string
    Application name
    thresholds GetInsightApplicationsItemThresholds
    Thresholds defined by a user or Meraki models for each application
    application_id str
    Application identifier
    name str
    Application name
    thresholds GetInsightApplicationsItemThresholds
    Thresholds defined by a user or Meraki models for each application
    applicationId String
    Application identifier
    name String
    Application name
    thresholds Property Map
    Thresholds defined by a user or Meraki models for each application

    GetInsightApplicationsItemThresholds

    ByNetworks List<GetInsightApplicationsItemThresholdsByNetwork>
    Threshold for each network
    Type string
    Threshold type (static or smart)
    ByNetworks []GetInsightApplicationsItemThresholdsByNetwork
    Threshold for each network
    Type string
    Threshold type (static or smart)
    byNetworks List<GetInsightApplicationsItemThresholdsByNetwork>
    Threshold for each network
    type String
    Threshold type (static or smart)
    byNetworks GetInsightApplicationsItemThresholdsByNetwork[]
    Threshold for each network
    type string
    Threshold type (static or smart)
    by_networks Sequence[GetInsightApplicationsItemThresholdsByNetwork]
    Threshold for each network
    type str
    Threshold type (static or smart)
    byNetworks List<Property Map>
    Threshold for each network
    type String
    Threshold type (static or smart)

    GetInsightApplicationsItemThresholdsByNetwork

    Goodput int
    Number of useful information bits delivered over a network per unit of time
    NetworkId string
    Network identifier
    ResponseDuration int
    Duration of the response, in milliseconds
    Goodput int
    Number of useful information bits delivered over a network per unit of time
    NetworkId string
    Network identifier
    ResponseDuration int
    Duration of the response, in milliseconds
    goodput Integer
    Number of useful information bits delivered over a network per unit of time
    networkId String
    Network identifier
    responseDuration Integer
    Duration of the response, in milliseconds
    goodput number
    Number of useful information bits delivered over a network per unit of time
    networkId string
    Network identifier
    responseDuration number
    Duration of the response, in milliseconds
    goodput int
    Number of useful information bits delivered over a network per unit of time
    network_id str
    Network identifier
    response_duration int
    Duration of the response, in milliseconds
    goodput Number
    Number of useful information bits delivered over a network per unit of time
    networkId String
    Network identifier
    responseDuration Number
    Duration of the response, in milliseconds

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi