Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.organizations.getLicensesOverview
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.organizations.getLicensesOverview({
    organizationId: "string",
});
export const merakiOrganizationsLicensesOverviewExample = example.then(example => example.item);
import pulumi
import pulumi_meraki as meraki
example = meraki.organizations.get_licenses_overview(organization_id="string")
pulumi.export("merakiOrganizationsLicensesOverviewExample", example.item)
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.GetLicensesOverview(ctx, &organizations.GetLicensesOverviewArgs{
			OrganizationId: "string",
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("merakiOrganizationsLicensesOverviewExample", example.Item)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() => 
{
    var example = Meraki.Organizations.GetLicensesOverview.Invoke(new()
    {
        OrganizationId = "string",
    });
    return new Dictionary<string, object?>
    {
        ["merakiOrganizationsLicensesOverviewExample"] = example.Apply(getLicensesOverviewResult => getLicensesOverviewResult.Item),
    };
});
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.GetLicensesOverviewArgs;
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.getLicensesOverview(GetLicensesOverviewArgs.builder()
            .organizationId("string")
            .build());
        ctx.export("merakiOrganizationsLicensesOverviewExample", example.applyValue(getLicensesOverviewResult -> getLicensesOverviewResult.item()));
    }
}
variables:
  example:
    fn::invoke:
      function: meraki:organizations:getLicensesOverview
      arguments:
        organizationId: string
outputs:
  merakiOrganizationsLicensesOverviewExample: ${example.item}
Using getLicensesOverview
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 getLicensesOverview(args: GetLicensesOverviewArgs, opts?: InvokeOptions): Promise<GetLicensesOverviewResult>
function getLicensesOverviewOutput(args: GetLicensesOverviewOutputArgs, opts?: InvokeOptions): Output<GetLicensesOverviewResult>def get_licenses_overview(organization_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetLicensesOverviewResult
def get_licenses_overview_output(organization_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetLicensesOverviewResult]func GetLicensesOverview(ctx *Context, args *GetLicensesOverviewArgs, opts ...InvokeOption) (*GetLicensesOverviewResult, error)
func GetLicensesOverviewOutput(ctx *Context, args *GetLicensesOverviewOutputArgs, opts ...InvokeOption) GetLicensesOverviewResultOutput> Note: This function is named GetLicensesOverview in the Go SDK.
public static class GetLicensesOverview 
{
    public static Task<GetLicensesOverviewResult> InvokeAsync(GetLicensesOverviewArgs args, InvokeOptions? opts = null)
    public static Output<GetLicensesOverviewResult> Invoke(GetLicensesOverviewInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLicensesOverviewResult> getLicensesOverview(GetLicensesOverviewArgs args, InvokeOptions options)
public static Output<GetLicensesOverviewResult> getLicensesOverview(GetLicensesOverviewArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:organizations/getLicensesOverview:getLicensesOverview
  arguments:
    # arguments dictionaryThe 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
getLicensesOverview Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetLicenses Overview Item 
- OrganizationId string
- organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetLicenses Overview Item 
- OrganizationId string
- organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
GetLicenses Overview Item 
- organizationId String
- organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
GetLicenses Overview Item 
- organizationId string
- organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
GetLicenses Overview Item 
- organization_id str
- organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- organizationId String
- organizationId path parameter. Organization ID
Supporting Types
GetLicensesOverviewItem   
- ExpirationDate string
- License expiration date (Co-termination licensing only)
- LicenseCount int
- Total number of licenses (Per-device licensing only)
- LicenseTypes List<GetLicenses Overview Item License Type> 
- Data by license type (Per-device licensing only)
- LicensedDevice stringCounts 
- License counts (Co-termination licensing only)
- States
GetLicenses Overview Item States 
- Aggregated data for licenses by state (Per-device licensing only)
- Status string
- License status (Co-termination licensing only)
- SystemsManager GetLicenses Overview Item Systems Manager 
- Aggregated data for Systems Manager licenses (Per-device licensing only)
- ExpirationDate string
- License expiration date (Co-termination licensing only)
- LicenseCount int
- Total number of licenses (Per-device licensing only)
- LicenseTypes []GetLicenses Overview Item License Type 
- Data by license type (Per-device licensing only)
- LicensedDevice stringCounts 
- License counts (Co-termination licensing only)
- States
GetLicenses Overview Item States 
- Aggregated data for licenses by state (Per-device licensing only)
- Status string
- License status (Co-termination licensing only)
- SystemsManager GetLicenses Overview Item Systems Manager 
- Aggregated data for Systems Manager licenses (Per-device licensing only)
- expirationDate String
- License expiration date (Co-termination licensing only)
- licenseCount Integer
- Total number of licenses (Per-device licensing only)
- licenseTypes List<GetLicenses Overview Item License Type> 
- Data by license type (Per-device licensing only)
- licensedDevice StringCounts 
- License counts (Co-termination licensing only)
- states
GetLicenses Overview Item States 
- Aggregated data for licenses by state (Per-device licensing only)
- status String
- License status (Co-termination licensing only)
- systemsManager GetLicenses Overview Item Systems Manager 
- Aggregated data for Systems Manager licenses (Per-device licensing only)
- expirationDate string
- License expiration date (Co-termination licensing only)
- licenseCount number
- Total number of licenses (Per-device licensing only)
- licenseTypes GetLicenses Overview Item License Type[] 
- Data by license type (Per-device licensing only)
- licensedDevice stringCounts 
- License counts (Co-termination licensing only)
- states
GetLicenses Overview Item States 
- Aggregated data for licenses by state (Per-device licensing only)
- status string
- License status (Co-termination licensing only)
- systemsManager GetLicenses Overview Item Systems Manager 
- Aggregated data for Systems Manager licenses (Per-device licensing only)
- expiration_date str
- License expiration date (Co-termination licensing only)
- license_count int
- Total number of licenses (Per-device licensing only)
- license_types Sequence[GetLicenses Overview Item License Type] 
- Data by license type (Per-device licensing only)
- licensed_device_ strcounts 
- License counts (Co-termination licensing only)
- states
GetLicenses Overview Item States 
- Aggregated data for licenses by state (Per-device licensing only)
- status str
- License status (Co-termination licensing only)
- systems_manager GetLicenses Overview Item Systems Manager 
- Aggregated data for Systems Manager licenses (Per-device licensing only)
- expirationDate String
- License expiration date (Co-termination licensing only)
- licenseCount Number
- Total number of licenses (Per-device licensing only)
- licenseTypes List<Property Map>
- Data by license type (Per-device licensing only)
- licensedDevice StringCounts 
- License counts (Co-termination licensing only)
- states Property Map
- Aggregated data for licenses by state (Per-device licensing only)
- status String
- License status (Co-termination licensing only)
- systemsManager Property Map
- Aggregated data for Systems Manager licenses (Per-device licensing only)
GetLicensesOverviewItemLicenseType     
- Counts
GetLicenses Overview Item License Type Counts 
- Aggregated count data for the license type
- LicenseType string
- License type
- Counts
GetLicenses Overview Item License Type Counts 
- Aggregated count data for the license type
- LicenseType string
- License type
- counts
GetLicenses Overview Item License Type Counts 
- Aggregated count data for the license type
- licenseType String
- License type
- counts
GetLicenses Overview Item License Type Counts 
- Aggregated count data for the license type
- licenseType string
- License type
- counts
GetLicenses Overview Item License Type Counts 
- Aggregated count data for the license type
- license_type str
- License type
- counts Property Map
- Aggregated count data for the license type
- licenseType String
- License type
GetLicensesOverviewItemLicenseTypeCounts      
- Unassigned int
- The number of unassigned licenses
- Unassigned int
- The number of unassigned licenses
- unassigned Integer
- The number of unassigned licenses
- unassigned number
- The number of unassigned licenses
- unassigned int
- The number of unassigned licenses
- unassigned Number
- The number of unassigned licenses
GetLicensesOverviewItemStates    
- Active
GetLicenses Overview Item States Active 
- Data for active licenses
- Expired
GetLicenses Overview Item States Expired 
- Data for expired licenses
- Expiring
GetLicenses Overview Item States Expiring 
- Data for expiring licenses
- RecentlyQueued GetLicenses Overview Item States Recently Queued 
- Data for recently queued licenses
- Unused
GetLicenses Overview Item States Unused 
- Data for unused licenses
- UnusedActive GetLicenses Overview Item States Unused Active 
- Data for unused, active licenses
- Active
GetLicenses Overview Item States Active 
- Data for active licenses
- Expired
GetLicenses Overview Item States Expired 
- Data for expired licenses
- Expiring
GetLicenses Overview Item States Expiring 
- Data for expiring licenses
- RecentlyQueued GetLicenses Overview Item States Recently Queued 
- Data for recently queued licenses
- Unused
GetLicenses Overview Item States Unused 
- Data for unused licenses
- UnusedActive GetLicenses Overview Item States Unused Active 
- Data for unused, active licenses
- active
GetLicenses Overview Item States Active 
- Data for active licenses
- expired
GetLicenses Overview Item States Expired 
- Data for expired licenses
- expiring
GetLicenses Overview Item States Expiring 
- Data for expiring licenses
- recentlyQueued GetLicenses Overview Item States Recently Queued 
- Data for recently queued licenses
- unused
GetLicenses Overview Item States Unused 
- Data for unused licenses
- unusedActive GetLicenses Overview Item States Unused Active 
- Data for unused, active licenses
- active
GetLicenses Overview Item States Active 
- Data for active licenses
- expired
GetLicenses Overview Item States Expired 
- Data for expired licenses
- expiring
GetLicenses Overview Item States Expiring 
- Data for expiring licenses
- recentlyQueued GetLicenses Overview Item States Recently Queued 
- Data for recently queued licenses
- unused
GetLicenses Overview Item States Unused 
- Data for unused licenses
- unusedActive GetLicenses Overview Item States Unused Active 
- Data for unused, active licenses
- active
GetLicenses Overview Item States Active 
- Data for active licenses
- expired
GetLicenses Overview Item States Expired 
- Data for expired licenses
- expiring
GetLicenses Overview Item States Expiring 
- Data for expiring licenses
- recently_queued GetLicenses Overview Item States Recently Queued 
- Data for recently queued licenses
- unused
GetLicenses Overview Item States Unused 
- Data for unused licenses
- unused_active GetLicenses Overview Item States Unused Active 
- Data for unused, active licenses
- active Property Map
- Data for active licenses
- expired Property Map
- Data for expired licenses
- expiring Property Map
- Data for expiring licenses
- recentlyQueued Property Map
- Data for recently queued licenses
- unused Property Map
- Data for unused licenses
- unusedActive Property Map
- Data for unused, active licenses
GetLicensesOverviewItemStatesActive     
- Count int
- The number of active licenses
- Count int
- The number of active licenses
- count Integer
- The number of active licenses
- count number
- The number of active licenses
- count int
- The number of active licenses
- count Number
- The number of active licenses
GetLicensesOverviewItemStatesExpired     
- Count int
- The number of expired licenses
- Count int
- The number of expired licenses
- count Integer
- The number of expired licenses
- count number
- The number of expired licenses
- count int
- The number of expired licenses
- count Number
- The number of expired licenses
GetLicensesOverviewItemStatesExpiring     
- Count int
- The number of expiring licenses
- Critical
GetLicenses Overview Item States Expiring Critical 
- Data for the critical threshold
- Warning
GetLicenses Overview Item States Expiring Warning 
- Data for the warning threshold
- Count int
- The number of expiring licenses
- Critical
GetLicenses Overview Item States Expiring Critical 
- Data for the critical threshold
- Warning
GetLicenses Overview Item States Expiring Warning 
- Data for the warning threshold
- count Integer
- The number of expiring licenses
- critical
GetLicenses Overview Item States Expiring Critical 
- Data for the critical threshold
- warning
GetLicenses Overview Item States Expiring Warning 
- Data for the warning threshold
- count number
- The number of expiring licenses
- critical
GetLicenses Overview Item States Expiring Critical 
- Data for the critical threshold
- warning
GetLicenses Overview Item States Expiring Warning 
- Data for the warning threshold
- count int
- The number of expiring licenses
- critical
GetLicenses Overview Item States Expiring Critical 
- Data for the critical threshold
- warning
GetLicenses Overview Item States Expiring Warning 
- Data for the warning threshold
- count Number
- The number of expiring licenses
- critical Property Map
- Data for the critical threshold
- warning Property Map
- Data for the warning threshold
GetLicensesOverviewItemStatesExpiringCritical      
- ExpiringCount int
- The number of licenses that will expire in this window
- ThresholdIn intDays 
- The number of days from now denoting the critical threshold for an expiring license
- ExpiringCount int
- The number of licenses that will expire in this window
- ThresholdIn intDays 
- The number of days from now denoting the critical threshold for an expiring license
- expiringCount Integer
- The number of licenses that will expire in this window
- thresholdIn IntegerDays 
- The number of days from now denoting the critical threshold for an expiring license
- expiringCount number
- The number of licenses that will expire in this window
- thresholdIn numberDays 
- The number of days from now denoting the critical threshold for an expiring license
- expiring_count int
- The number of licenses that will expire in this window
- threshold_in_ intdays 
- The number of days from now denoting the critical threshold for an expiring license
- expiringCount Number
- The number of licenses that will expire in this window
- thresholdIn NumberDays 
- The number of days from now denoting the critical threshold for an expiring license
GetLicensesOverviewItemStatesExpiringWarning      
- ExpiringCount int
- The number of licenses that will expire in this window
- ThresholdIn intDays 
- The number of days from now denoting the warning threshold for an expiring license
- ExpiringCount int
- The number of licenses that will expire in this window
- ThresholdIn intDays 
- The number of days from now denoting the warning threshold for an expiring license
- expiringCount Integer
- The number of licenses that will expire in this window
- thresholdIn IntegerDays 
- The number of days from now denoting the warning threshold for an expiring license
- expiringCount number
- The number of licenses that will expire in this window
- thresholdIn numberDays 
- The number of days from now denoting the warning threshold for an expiring license
- expiring_count int
- The number of licenses that will expire in this window
- threshold_in_ intdays 
- The number of days from now denoting the warning threshold for an expiring license
- expiringCount Number
- The number of licenses that will expire in this window
- thresholdIn NumberDays 
- The number of days from now denoting the warning threshold for an expiring license
GetLicensesOverviewItemStatesRecentlyQueued      
- Count int
- The number of recently queued licenses
- Count int
- The number of recently queued licenses
- count Integer
- The number of recently queued licenses
- count number
- The number of recently queued licenses
- count int
- The number of recently queued licenses
- count Number
- The number of recently queued licenses
GetLicensesOverviewItemStatesUnused     
- Count int
- The number of unused licenses
- SoonestActivation GetLicenses Overview Item States Unused Soonest Activation 
- Information about the soonest forthcoming license activation
- Count int
- The number of unused licenses
- SoonestActivation GetLicenses Overview Item States Unused Soonest Activation 
- Information about the soonest forthcoming license activation
- count Integer
- The number of unused licenses
- soonestActivation GetLicenses Overview Item States Unused Soonest Activation 
- Information about the soonest forthcoming license activation
- count number
- The number of unused licenses
- soonestActivation GetLicenses Overview Item States Unused Soonest Activation 
- Information about the soonest forthcoming license activation
- count int
- The number of unused licenses
- soonest_activation GetLicenses Overview Item States Unused Soonest Activation 
- Information about the soonest forthcoming license activation
- count Number
- The number of unused licenses
- soonestActivation Property Map
- Information about the soonest forthcoming license activation
GetLicensesOverviewItemStatesUnusedActive      
- Count int
- The number of unused, active licenses
- OldestActivation GetLicenses Overview Item States Unused Active Oldest Activation 
- Information about the oldest historical license activation
- Count int
- The number of unused, active licenses
- OldestActivation GetLicenses Overview Item States Unused Active Oldest Activation 
- Information about the oldest historical license activation
- count Integer
- The number of unused, active licenses
- oldestActivation GetLicenses Overview Item States Unused Active Oldest Activation 
- Information about the oldest historical license activation
- count number
- The number of unused, active licenses
- oldestActivation GetLicenses Overview Item States Unused Active Oldest Activation 
- Information about the oldest historical license activation
- count int
- The number of unused, active licenses
- oldest_activation GetLicenses Overview Item States Unused Active Oldest Activation 
- Information about the oldest historical license activation
- count Number
- The number of unused, active licenses
- oldestActivation Property Map
- Information about the oldest historical license activation
GetLicensesOverviewItemStatesUnusedActiveOldestActivation        
- ActivationDate string
- The oldest license activation date
- ActiveCount int
- The number of licenses that activated on this date
- ActivationDate string
- The oldest license activation date
- ActiveCount int
- The number of licenses that activated on this date
- activationDate String
- The oldest license activation date
- activeCount Integer
- The number of licenses that activated on this date
- activationDate string
- The oldest license activation date
- activeCount number
- The number of licenses that activated on this date
- activation_date str
- The oldest license activation date
- active_count int
- The number of licenses that activated on this date
- activationDate String
- The oldest license activation date
- activeCount Number
- The number of licenses that activated on this date
GetLicensesOverviewItemStatesUnusedSoonestActivation       
- ActivationDate string
- The soonest license activation date
- ToActivate intCount 
- The number of licenses that will activate on this date
- ActivationDate string
- The soonest license activation date
- ToActivate intCount 
- The number of licenses that will activate on this date
- activationDate String
- The soonest license activation date
- toActivate IntegerCount 
- The number of licenses that will activate on this date
- activationDate string
- The soonest license activation date
- toActivate numberCount 
- The number of licenses that will activate on this date
- activation_date str
- The soonest license activation date
- to_activate_ intcount 
- The number of licenses that will activate on this date
- activationDate String
- The soonest license activation date
- toActivate NumberCount 
- The number of licenses that will activate on this date
GetLicensesOverviewItemSystemsManager     
- Counts
GetLicenses Overview Item Systems Manager Counts 
- Aggregated license count data for Systems Manager
- Counts
GetLicenses Overview Item Systems Manager Counts 
- Aggregated license count data for Systems Manager
- counts
GetLicenses Overview Item Systems Manager Counts 
- Aggregated license count data for Systems Manager
- counts
GetLicenses Overview Item Systems Manager Counts 
- Aggregated license count data for Systems Manager
- counts
GetLicenses Overview Item Systems Manager Counts 
- Aggregated license count data for Systems Manager
- counts Property Map
- Aggregated license count data for Systems Manager
GetLicensesOverviewItemSystemsManagerCounts      
- ActiveSeats int
- The number of Systems Manager seats in use
- OrgwideEnrolled intDevices 
- The total number of enrolled Systems Manager devices
- TotalSeats int
- The total number of Systems Manager seats
- UnassignedSeats int
- The number of unused Systems Manager seats
- ActiveSeats int
- The number of Systems Manager seats in use
- OrgwideEnrolled intDevices 
- The total number of enrolled Systems Manager devices
- TotalSeats int
- The total number of Systems Manager seats
- UnassignedSeats int
- The number of unused Systems Manager seats
- activeSeats Integer
- The number of Systems Manager seats in use
- orgwideEnrolled IntegerDevices 
- The total number of enrolled Systems Manager devices
- totalSeats Integer
- The total number of Systems Manager seats
- unassignedSeats Integer
- The number of unused Systems Manager seats
- activeSeats number
- The number of Systems Manager seats in use
- orgwideEnrolled numberDevices 
- The total number of enrolled Systems Manager devices
- totalSeats number
- The total number of Systems Manager seats
- unassignedSeats number
- The number of unused Systems Manager seats
- active_seats int
- The number of Systems Manager seats in use
- orgwide_enrolled_ intdevices 
- The total number of enrolled Systems Manager devices
- total_seats int
- The total number of Systems Manager seats
- unassigned_seats int
- The number of unused Systems Manager seats
- activeSeats Number
- The number of Systems Manager seats in use
- orgwideEnrolled NumberDevices 
- The total number of enrolled Systems Manager devices
- totalSeats Number
- The total number of Systems Manager seats
- unassignedSeats Number
- The number of unused Systems Manager seats
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
