Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
published on Tuesday, May 19, 2026 by vmware
Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
published on Tuesday, May 19, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Licensestatus” sidebar_current: “docs-avi-datasource-licensestatus” description: |- Get information of Avi LicenseStatus.
avi.Licensestatus
This data source is used to to get avi.Licensestatus objects.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
fooLicensestatus:
fn::invoke:
function: avi:getLicensestatus
arguments:
uuid: licensestatus-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Example coming soon!
Using getLicensestatus
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 getLicensestatus(args: GetLicensestatusArgs, opts?: InvokeOptions): Promise<GetLicensestatusResult>
function getLicensestatusOutput(args: GetLicensestatusOutputArgs, opts?: InvokeOptions): Output<GetLicensestatusResult>def get_licensestatus(id: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLicensestatusResult
def get_licensestatus_output(id: pulumi.Input[Optional[str]] = None,
uuid: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLicensestatusResult]func LookupLicensestatus(ctx *Context, args *LookupLicensestatusArgs, opts ...InvokeOption) (*LookupLicensestatusResult, error)
func LookupLicensestatusOutput(ctx *Context, args *LookupLicensestatusOutputArgs, opts ...InvokeOption) LookupLicensestatusResultOutput> Note: This function is named LookupLicensestatus in the Go SDK.
public static class GetLicensestatus
{
public static Task<GetLicensestatusResult> InvokeAsync(GetLicensestatusArgs args, InvokeOptions? opts = null)
public static Output<GetLicensestatusResult> Invoke(GetLicensestatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLicensestatusResult> getLicensestatus(GetLicensestatusArgs args, InvokeOptions options)
public static Output<GetLicensestatusResult> getLicensestatus(GetLicensestatusArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getLicensestatus:getLicensestatus
arguments:
# arguments dictionarydata "avi_getlicensestatus" "name" {
# arguments
}The following arguments are supported:
getLicensestatus Result
The following output properties are available:
- Cls
Statuses List<GetLicensestatus Cls Status> - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetLicensestatus Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Legacy
License stringGrace Period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Saas
Statuses List<GetLicensestatus Saas Status> - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Service
Updates List<GetLicensestatus Service Update> - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- Support
Legacy stringLicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Uuid string - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cls
Statuses []GetLicensestatus Cls Status - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetLicensestatus Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Legacy
License stringGrace Period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Saas
Statuses []GetLicensestatus Saas Status - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Service
Updates []GetLicensestatus Service Update - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- Support
Legacy stringLicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Uuid string - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- cls_
statuses list(object) - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes list(object) - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- legacy_
license_ stringgrace_ period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- saas_
statuses list(object) - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- service_
updates list(object) - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- support_
legacy_ stringlicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant_
uuid string - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- cls
Statuses List<GetLicensestatus Cls Status> - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetLicensestatus Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- legacy
License StringGrace Period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- saas
Statuses List<GetLicensestatus Saas Status> - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- service
Updates List<GetLicensestatus Service Update> - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- support
Legacy StringLicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Uuid String - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- cls
Statuses GetLicensestatus Cls Status[] - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetLicensestatus Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- legacy
License stringGrace Period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- saas
Statuses GetLicensestatus Saas Status[] - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- service
Updates GetLicensestatus Service Update[] - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- support
Legacy stringLicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Uuid string - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- cls_
statuses Sequence[GetLicensestatus Cls Status] - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetLicensestatus Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- legacy_
license_ strgrace_ period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- saas_
statuses Sequence[GetLicensestatus Saas Status] - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- service_
updates Sequence[GetLicensestatus Service Update] - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- support_
legacy_ strlicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant_
uuid str - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- cls
Statuses List<Property Map> - Cls licensing status. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- legacy
License StringGrace Period - Legacy license grace period, when controller upgrades with existing legacy licenses. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- saas
Statuses List<Property Map> - Saas licensing status. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- service
Updates List<Property Map> - Pulse license service update. Field introduced in 21.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- support
Legacy StringLicense - Indicates if legacy licenses are supported. When false, legacy licenses have been cleaned up after grace period expiry. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Uuid String - Tenant uuid. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Uuid. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Supporting Types
GetLicensestatusClsStatus
- Cls
Id string - Cls
Ref string - Connected string
- Enabled string
- Message string
- Refreshed
At string - Usage
Uploaded stringAt
- Cls
Id string - Cls
Ref string - Connected string
- Enabled string
- Message string
- Refreshed
At string - Usage
Uploaded stringAt
- cls_
id string - cls_
ref string - connected string
- enabled string
- message string
- refreshed_
at string - usage_
uploaded_ stringat
- cls
Id String - cls
Ref String - connected String
- enabled String
- message String
- refreshed
At String - usage
Uploaded StringAt
- cls
Id string - cls
Ref string - connected string
- enabled string
- message string
- refreshed
At string - usage
Uploaded stringAt
- cls_
id str - cls_
ref str - connected str
- enabled str
- message str
- refreshed_
at str - usage_
uploaded_ strat
- cls
Id String - cls
Ref String - connected String
- enabled String
- message String
- refreshed
At String - usage
Uploaded StringAt
GetLicensestatusConfigpbAttribute
- created_
by string - version string
- created_
by str - version str
GetLicensestatusSaasStatus
- Connected string
- Enabled string
- Expired string
- Last
Refreshed stringAt - Message string
- Name string
- Search LicenseStatus by name.
- Pools
List<Get
Licensestatus Saas Status Pool> - Public
Key string - Refresh
Status string - Refreshed
At string - Reserve
Service stringUnits - State string
- Connected string
- Enabled string
- Expired string
- Last
Refreshed stringAt - Message string
- Name string
- Search LicenseStatus by name.
- Pools
[]Get
Licensestatus Saas Status Pool - Public
Key string - Refresh
Status string - Refreshed
At string - Reserve
Service stringUnits - State string
- connected string
- enabled string
- expired string
- last_
refreshed_ stringat - message string
- name string
- Search LicenseStatus by name.
- pools list(object)
- public_
key string - refresh_
status string - refreshed_
at string - reserve_
service_ stringunits - state string
- connected String
- enabled String
- expired String
- last
Refreshed StringAt - message String
- name String
- Search LicenseStatus by name.
- pools
List<Get
Licensestatus Saas Status Pool> - public
Key String - refresh
Status String - refreshed
At String - reserve
Service StringUnits - state String
- connected string
- enabled string
- expired string
- last
Refreshed stringAt - message string
- name string
- Search LicenseStatus by name.
- pools
Get
Licensestatus Saas Status Pool[] - public
Key string - refresh
Status string - refreshed
At string - reserve
Service stringUnits - state string
- connected str
- enabled str
- expired str
- last_
refreshed_ strat - message str
- name str
- Search LicenseStatus by name.
- pools
Sequence[Get
Licensestatus Saas Status Pool] - public_
key str - refresh_
status str - refreshed_
at str - reserve_
service_ strunits - state str
- connected String
- enabled String
- expired String
- last
Refreshed StringAt - message String
- name String
- Search LicenseStatus by name.
- pools List<Property Map>
- public
Key String - refresh
Status String - refreshed
At String - reserve
Service StringUnits - state String
GetLicensestatusSaasStatusPool
- Available
Service stringUnits - Pool
Id string - Pool
Name string - Used
Service stringUnits
- Available
Service stringUnits - Pool
Id string - Pool
Name string - Used
Service stringUnits
- available_
service_ stringunits - pool_
id string - pool_
name string - used_
service_ stringunits
- available
Service StringUnits - pool
Id String - pool
Name String - used
Service StringUnits
- available
Service stringUnits - pool
Id string - pool
Name string - used
Service stringUnits
- available_
service_ strunits - pool_
id str - pool_
name str - used_
service_ strunits
- available
Service StringUnits - pool
Id String - pool
Name String - used
Service StringUnits
GetLicensestatusServiceUpdate
- Name string
- Search LicenseStatus by name.
- Service
Units List<GetLicensestatus Service Update Service Unit>
- Name string
- Search LicenseStatus by name.
- Service
Units []GetLicensestatus Service Update Service Unit
- name string
- Search LicenseStatus by name.
- service_
units list(object)
- name String
- Search LicenseStatus by name.
- service
Units List<GetLicensestatus Service Update Service Unit>
- name string
- Search LicenseStatus by name.
- service
Units GetLicensestatus Service Update Service Unit[]
- name str
- Search LicenseStatus by name.
- service_
units Sequence[GetLicensestatus Service Update Service Unit]
- name String
- Search LicenseStatus by name.
- service
Units List<Property Map>
GetLicensestatusServiceUpdateServiceUnit
- Available
Service stringUnits - Org
Id string - Used
Service stringUnits
- Available
Service stringUnits - Org
Id string - Used
Service stringUnits
- available_
service_ stringunits - org_
id string - used_
service_ stringunits
- available
Service StringUnits - org
Id String - used
Service StringUnits
- available
Service stringUnits - org
Id string - used
Service stringUnits
- available_
service_ strunits - org_
id str - used_
service_ strunits
- available
Service StringUnits - org
Id String - used
Service StringUnits
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
published on Tuesday, May 19, 2026 by vmware