intersight.getLicenseLicenseInfo
Explore with Pulumi AI
License state information for a specific license entitlement. Essentials license entitlement is supported currently. licenseState attribute is used for license enforcement. When license state is one of TrialPeriod, Compliance, or OutOfCompliance, the feature set defined for the license entitlement is granted to the customer.
Using getLicenseLicenseInfo
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 getLicenseLicenseInfo(args: GetLicenseLicenseInfoArgs, opts?: InvokeOptions): Promise<GetLicenseLicenseInfoResult>
function getLicenseLicenseInfoOutput(args: GetLicenseLicenseInfoOutputArgs, opts?: InvokeOptions): Output<GetLicenseLicenseInfoResult>def get_license_license_info(account_license_data: Optional[GetLicenseLicenseInfoAccountLicenseData] = None,
                             account_moid: Optional[str] = None,
                             active_admin: Optional[bool] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetLicenseLicenseInfoAncestor]] = None,
                             balance: Optional[float] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             days_left: Optional[float] = None,
                             domain_group_moid: Optional[str] = None,
                             end_time: Optional[str] = None,
                             enforce_mode: Optional[str] = None,
                             error_desc: Optional[str] = None,
                             evaluation_period: Optional[float] = None,
                             expire_time: Optional[str] = None,
                             extra_evaluation: Optional[float] = None,
                             id: Optional[str] = None,
                             license_count: Optional[float] = None,
                             license_count_purchased: Optional[float] = None,
                             license_state: Optional[str] = None,
                             license_type: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             net_substitution: Optional[float] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetLicenseLicenseInfoParent] = None,
                             permission_resources: Optional[Sequence[GetLicenseLicenseInfoPermissionResource]] = None,
                             shared_scope: Optional[str] = None,
                             start_time: Optional[str] = None,
                             subscription_id: Optional[str] = None,
                             substituted_licenses: Optional[Sequence[GetLicenseLicenseInfoSubstitutedLicense]] = None,
                             tags: Optional[Sequence[GetLicenseLicenseInfoTag]] = None,
                             trial_admin: Optional[bool] = None,
                             version_context: Optional[GetLicenseLicenseInfoVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetLicenseLicenseInfoResult
def get_license_license_info_output(account_license_data: Optional[pulumi.Input[GetLicenseLicenseInfoAccountLicenseDataArgs]] = None,
                             account_moid: Optional[pulumi.Input[str]] = None,
                             active_admin: Optional[pulumi.Input[bool]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoAncestorArgs]]]] = None,
                             balance: Optional[pulumi.Input[float]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             days_left: Optional[pulumi.Input[float]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             end_time: Optional[pulumi.Input[str]] = None,
                             enforce_mode: Optional[pulumi.Input[str]] = None,
                             error_desc: Optional[pulumi.Input[str]] = None,
                             evaluation_period: Optional[pulumi.Input[float]] = None,
                             expire_time: Optional[pulumi.Input[str]] = None,
                             extra_evaluation: Optional[pulumi.Input[float]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             license_count: Optional[pulumi.Input[float]] = None,
                             license_count_purchased: Optional[pulumi.Input[float]] = None,
                             license_state: Optional[pulumi.Input[str]] = None,
                             license_type: Optional[pulumi.Input[str]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             net_substitution: Optional[pulumi.Input[float]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetLicenseLicenseInfoParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoPermissionResourceArgs]]]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             start_time: Optional[pulumi.Input[str]] = None,
                             subscription_id: Optional[pulumi.Input[str]] = None,
                             substituted_licenses: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoSubstitutedLicenseArgs]]]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoTagArgs]]]] = None,
                             trial_admin: Optional[pulumi.Input[bool]] = None,
                             version_context: Optional[pulumi.Input[GetLicenseLicenseInfoVersionContextArgs]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetLicenseLicenseInfoResult]func LookupLicenseLicenseInfo(ctx *Context, args *LookupLicenseLicenseInfoArgs, opts ...InvokeOption) (*LookupLicenseLicenseInfoResult, error)
func LookupLicenseLicenseInfoOutput(ctx *Context, args *LookupLicenseLicenseInfoOutputArgs, opts ...InvokeOption) LookupLicenseLicenseInfoResultOutput> Note: This function is named LookupLicenseLicenseInfo in the Go SDK.
public static class GetLicenseLicenseInfo 
{
    public static Task<GetLicenseLicenseInfoResult> InvokeAsync(GetLicenseLicenseInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetLicenseLicenseInfoResult> Invoke(GetLicenseLicenseInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLicenseLicenseInfoResult> getLicenseLicenseInfo(GetLicenseLicenseInfoArgs args, InvokeOptions options)
public static Output<GetLicenseLicenseInfoResult> getLicenseLicenseInfo(GetLicenseLicenseInfoArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getLicenseLicenseInfo:getLicenseLicenseInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountLicense GetData License License Info Account License Data 
- AccountMoid string
- The Account ID for this managed object.
- ActiveAdmin bool
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- AdditionalProperties string
- Ancestors
List<GetLicense License Info Ancestor> 
- Balance double
- The total balance we have for licenses.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DaysLeft double
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- EnforceMode string
- The entitlement mode reported by Cisco Smart Software Manager.
- ErrorDesc string
- The detailed error message when there is any error related to this licensing entitlement.
- EvaluationPeriod double
- The default Trial or Grace period customer is entitled to.
- ExpireTime string
- The date and time when the next expiration time of license subscription.
- ExtraEvaluation double
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- Id string
- LicenseCount double
- The total number of license consumed in the Intersight account.
- LicenseCount doublePurchased 
- The total number of license purchased from cisco.
- LicenseState string
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- LicenseType string
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NetSubstitution double
- The total number of substituted licenses added or removed.
- ObjectType string
- Owners List<string>
- Parent
GetLicense License Info Parent 
- PermissionResources List<GetLicense License Info Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- SubscriptionId string
- The id of license subscription.
- SubstitutedLicenses List<GetLicense License Info Substituted License> 
- 
List<GetLicense License Info Tag> 
- TrialAdmin bool
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- VersionContext GetLicense License Info Version Context 
- AccountLicense GetData License License Info Account License Data 
- AccountMoid string
- The Account ID for this managed object.
- ActiveAdmin bool
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- AdditionalProperties string
- Ancestors
[]GetLicense License Info Ancestor 
- Balance float64
- The total balance we have for licenses.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DaysLeft float64
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- EnforceMode string
- The entitlement mode reported by Cisco Smart Software Manager.
- ErrorDesc string
- The detailed error message when there is any error related to this licensing entitlement.
- EvaluationPeriod float64
- The default Trial or Grace period customer is entitled to.
- ExpireTime string
- The date and time when the next expiration time of license subscription.
- ExtraEvaluation float64
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- Id string
- LicenseCount float64
- The total number of license consumed in the Intersight account.
- LicenseCount float64Purchased 
- The total number of license purchased from cisco.
- LicenseState string
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- LicenseType string
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NetSubstitution float64
- The total number of substituted licenses added or removed.
- ObjectType string
- Owners []string
- Parent
GetLicense License Info Parent 
- PermissionResources []GetLicense License Info Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- SubscriptionId string
- The id of license subscription.
- SubstitutedLicenses []GetLicense License Info Substituted License 
- 
[]GetLicense License Info Tag 
- TrialAdmin bool
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- VersionContext GetLicense License Info Version Context 
- accountLicense GetData License License Info Account License Data 
- accountMoid String
- The Account ID for this managed object.
- activeAdmin Boolean
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additionalProperties String
- ancestors
List<GetLicense License Info Ancestor> 
- balance Double
- The total balance we have for licenses.
- classId String
- createTime String
- The time when this managed object was created.
- daysLeft Double
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforceMode String
- The entitlement mode reported by Cisco Smart Software Manager.
- errorDesc String
- The detailed error message when there is any error related to this licensing entitlement.
- evaluationPeriod Double
- The default Trial or Grace period customer is entitled to.
- expireTime String
- The date and time when the next expiration time of license subscription.
- extraEvaluation Double
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- id String
- licenseCount Double
- The total number of license consumed in the Intersight account.
- licenseCount DoublePurchased 
- The total number of license purchased from cisco.
- licenseState String
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- licenseType String
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- netSubstitution Double
- The total number of substituted licenses added or removed.
- objectType String
- owners List<String>
- parent
GetLicense License Info Parent 
- permissionResources List<GetLicense License Info Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscriptionId String
- The id of license subscription.
- substitutedLicenses List<GetLicense License Info Substituted License> 
- 
List<GetLicense License Info Tag> 
- trialAdmin Boolean
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- versionContext GetLicense License Info Version Context 
- accountLicense GetData License License Info Account License Data 
- accountMoid string
- The Account ID for this managed object.
- activeAdmin boolean
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additionalProperties string
- ancestors
GetLicense License Info Ancestor[] 
- balance number
- The total balance we have for licenses.
- classId string
- createTime string
- The time when this managed object was created.
- daysLeft number
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforceMode string
- The entitlement mode reported by Cisco Smart Software Manager.
- errorDesc string
- The detailed error message when there is any error related to this licensing entitlement.
- evaluationPeriod number
- The default Trial or Grace period customer is entitled to.
- expireTime string
- The date and time when the next expiration time of license subscription.
- extraEvaluation number
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- id string
- licenseCount number
- The total number of license consumed in the Intersight account.
- licenseCount numberPurchased 
- The total number of license purchased from cisco.
- licenseState string
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- licenseType string
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- netSubstitution number
- The total number of substituted licenses added or removed.
- objectType string
- owners string[]
- parent
GetLicense License Info Parent 
- permissionResources GetLicense License Info Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime string
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscriptionId string
- The id of license subscription.
- substitutedLicenses GetLicense License Info Substituted License[] 
- 
GetLicense License Info Tag[] 
- trialAdmin boolean
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- versionContext GetLicense License Info Version Context 
- account_license_ Getdata License License Info Account License Data 
- account_moid str
- The Account ID for this managed object.
- active_admin bool
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additional_properties str
- ancestors
Sequence[GetLicense License Info Ancestor] 
- balance float
- The total balance we have for licenses.
- class_id str
- create_time str
- The time when this managed object was created.
- days_left float
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforce_mode str
- The entitlement mode reported by Cisco Smart Software Manager.
- error_desc str
- The detailed error message when there is any error related to this licensing entitlement.
- evaluation_period float
- The default Trial or Grace period customer is entitled to.
- expire_time str
- The date and time when the next expiration time of license subscription.
- extra_evaluation float
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- id str
- license_count float
- The total number of license consumed in the Intersight account.
- license_count_ floatpurchased 
- The total number of license purchased from cisco.
- license_state str
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- license_type str
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- net_substitution float
- The total number of substituted licenses added or removed.
- object_type str
- owners Sequence[str]
- parent
GetLicense License Info Parent 
- permission_resources Sequence[GetLicense License Info Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_time str
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscription_id str
- The id of license subscription.
- substituted_licenses Sequence[GetLicense License Info Substituted License] 
- 
Sequence[GetLicense License Info Tag] 
- trial_admin bool
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- version_context GetLicense License Info Version Context 
- accountLicense Property MapData 
- accountMoid String
- The Account ID for this managed object.
- activeAdmin Boolean
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additionalProperties String
- ancestors List<Property Map>
- balance Number
- The total balance we have for licenses.
- classId String
- createTime String
- The time when this managed object was created.
- daysLeft Number
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforceMode String
- The entitlement mode reported by Cisco Smart Software Manager.
- errorDesc String
- The detailed error message when there is any error related to this licensing entitlement.
- evaluationPeriod Number
- The default Trial or Grace period customer is entitled to.
- expireTime String
- The date and time when the next expiration time of license subscription.
- extraEvaluation Number
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- id String
- licenseCount Number
- The total number of license consumed in the Intersight account.
- licenseCount NumberPurchased 
- The total number of license purchased from cisco.
- licenseState String
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- licenseType String
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- netSubstitution Number
- The total number of substituted licenses added or removed.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscriptionId String
- The id of license subscription.
- substitutedLicenses List<Property Map>
- List<Property Map>
- trialAdmin Boolean
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- versionContext Property Map
getLicenseLicenseInfo Result
The following output properties are available:
- Id string
- Results
List<GetLicense License Info Result> 
- AccountLicense GetData License License Info Account License Data 
- AccountMoid string
- ActiveAdmin bool
- AdditionalProperties string
- Ancestors
List<GetLicense License Info Ancestor> 
- Balance double
- ClassId string
- CreateTime string
- DaysLeft double
- DomainGroup stringMoid 
- EndTime string
- EnforceMode string
- ErrorDesc string
- EvaluationPeriod double
- ExpireTime string
- ExtraEvaluation double
- LicenseCount double
- LicenseCount doublePurchased 
- LicenseState string
- LicenseType string
- ModTime string
- Moid string
- NetSubstitution double
- ObjectType string
- Owners List<string>
- Parent
GetLicense License Info Parent 
- PermissionResources List<GetLicense License Info Permission Resource> 
- string
- StartTime string
- SubscriptionId string
- SubstitutedLicenses List<GetLicense License Info Substituted License> 
- 
List<GetLicense License Info Tag> 
- TrialAdmin bool
- VersionContext GetLicense License Info Version Context 
- Id string
- Results
[]GetLicense License Info Result 
- AccountLicense GetData License License Info Account License Data 
- AccountMoid string
- ActiveAdmin bool
- AdditionalProperties string
- Ancestors
[]GetLicense License Info Ancestor 
- Balance float64
- ClassId string
- CreateTime string
- DaysLeft float64
- DomainGroup stringMoid 
- EndTime string
- EnforceMode string
- ErrorDesc string
- EvaluationPeriod float64
- ExpireTime string
- ExtraEvaluation float64
- LicenseCount float64
- LicenseCount float64Purchased 
- LicenseState string
- LicenseType string
- ModTime string
- Moid string
- NetSubstitution float64
- ObjectType string
- Owners []string
- Parent
GetLicense License Info Parent 
- PermissionResources []GetLicense License Info Permission Resource 
- string
- StartTime string
- SubscriptionId string
- SubstitutedLicenses []GetLicense License Info Substituted License 
- 
[]GetLicense License Info Tag 
- TrialAdmin bool
- VersionContext GetLicense License Info Version Context 
- id String
- results
List<GetLicense License Info Result> 
- accountLicense GetData License License Info Account License Data 
- accountMoid String
- activeAdmin Boolean
- additionalProperties String
- ancestors
List<GetLicense License Info Ancestor> 
- balance Double
- classId String
- createTime String
- daysLeft Double
- domainGroup StringMoid 
- endTime String
- enforceMode String
- errorDesc String
- evaluationPeriod Double
- expireTime String
- extraEvaluation Double
- licenseCount Double
- licenseCount DoublePurchased 
- licenseState String
- licenseType String
- modTime String
- moid String
- netSubstitution Double
- objectType String
- owners List<String>
- parent
GetLicense License Info Parent 
- permissionResources List<GetLicense License Info Permission Resource> 
- String
- startTime String
- subscriptionId String
- substitutedLicenses List<GetLicense License Info Substituted License> 
- 
List<GetLicense License Info Tag> 
- trialAdmin Boolean
- versionContext GetLicense License Info Version Context 
- id string
- results
GetLicense License Info Result[] 
- accountLicense GetData License License Info Account License Data 
- accountMoid string
- activeAdmin boolean
- additionalProperties string
- ancestors
GetLicense License Info Ancestor[] 
- balance number
- classId string
- createTime string
- daysLeft number
- domainGroup stringMoid 
- endTime string
- enforceMode string
- errorDesc string
- evaluationPeriod number
- expireTime string
- extraEvaluation number
- licenseCount number
- licenseCount numberPurchased 
- licenseState string
- licenseType string
- modTime string
- moid string
- netSubstitution number
- objectType string
- owners string[]
- parent
GetLicense License Info Parent 
- permissionResources GetLicense License Info Permission Resource[] 
- string
- startTime string
- subscriptionId string
- substitutedLicenses GetLicense License Info Substituted License[] 
- 
GetLicense License Info Tag[] 
- trialAdmin boolean
- versionContext GetLicense License Info Version Context 
- id str
- results
Sequence[GetLicense License Info Result] 
- account_license_ Getdata License License Info Account License Data 
- account_moid str
- active_admin bool
- additional_properties str
- ancestors
Sequence[GetLicense License Info Ancestor] 
- balance float
- class_id str
- create_time str
- days_left float
- domain_group_ strmoid 
- end_time str
- enforce_mode str
- error_desc str
- evaluation_period float
- expire_time str
- extra_evaluation float
- license_count float
- license_count_ floatpurchased 
- license_state str
- license_type str
- mod_time str
- moid str
- net_substitution float
- object_type str
- owners Sequence[str]
- parent
GetLicense License Info Parent 
- permission_resources Sequence[GetLicense License Info Permission Resource] 
- str
- start_time str
- subscription_id str
- substituted_licenses Sequence[GetLicense License Info Substituted License] 
- 
Sequence[GetLicense License Info Tag] 
- trial_admin bool
- version_context GetLicense License Info Version Context 
- id String
- results List<Property Map>
- accountLicense Property MapData 
- accountMoid String
- activeAdmin Boolean
- additionalProperties String
- ancestors List<Property Map>
- balance Number
- classId String
- createTime String
- daysLeft Number
- domainGroup StringMoid 
- endTime String
- enforceMode String
- errorDesc String
- evaluationPeriod Number
- expireTime String
- extraEvaluation Number
- licenseCount Number
- licenseCount NumberPurchased 
- licenseState String
- licenseType String
- modTime String
- moid String
- netSubstitution Number
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- startTime String
- subscriptionId String
- substitutedLicenses List<Property Map>
- List<Property Map>
- trialAdmin Boolean
- versionContext Property Map
Supporting Types
GetLicenseLicenseInfoAccountLicenseData      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetLicenseLicenseInfoAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetLicenseLicenseInfoParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetLicenseLicenseInfoPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetLicenseLicenseInfoResult    
- AccountLicense List<GetDatas License License Info Result Account License Data> 
- AccountMoid string
- The Account ID for this managed object.
- ActiveAdmin bool
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- AdditionalProperties string
- Ancestors
List<GetLicense License Info Result Ancestor> 
- Balance double
- The total balance we have for licenses.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DaysLeft double
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- EnforceMode string
- The entitlement mode reported by Cisco Smart Software Manager.
- ErrorDesc string
- The detailed error message when there is any error related to this licensing entitlement.
- EvaluationPeriod double
- The default Trial or Grace period customer is entitled to.
- ExpireTime string
- The date and time when the next expiration time of license subscription.
- ExtraEvaluation double
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- LicenseCount double
- The total number of license consumed in the Intersight account.
- LicenseCount doublePurchased 
- The total number of license purchased from cisco.
- LicenseState string
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- LicenseType string
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NetSubstitution double
- The total number of substituted licenses added or removed.
- ObjectType string
- Owners List<string>
- Parents
List<GetLicense License Info Result Parent> 
- PermissionResources List<GetLicense License Info Result Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- SubscriptionId string
- The id of license subscription.
- SubstitutedLicenses List<GetLicense License Info Result Substituted License> 
- 
List<GetLicense License Info Result Tag> 
- TrialAdmin bool
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- VersionContexts List<GetLicense License Info Result Version Context> 
- AccountLicense []GetDatas License License Info Result Account License Data 
- AccountMoid string
- The Account ID for this managed object.
- ActiveAdmin bool
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- AdditionalProperties string
- Ancestors
[]GetLicense License Info Result Ancestor 
- Balance float64
- The total balance we have for licenses.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DaysLeft float64
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- EnforceMode string
- The entitlement mode reported by Cisco Smart Software Manager.
- ErrorDesc string
- The detailed error message when there is any error related to this licensing entitlement.
- EvaluationPeriod float64
- The default Trial or Grace period customer is entitled to.
- ExpireTime string
- The date and time when the next expiration time of license subscription.
- ExtraEvaluation float64
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- LicenseCount float64
- The total number of license consumed in the Intersight account.
- LicenseCount float64Purchased 
- The total number of license purchased from cisco.
- LicenseState string
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- LicenseType string
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NetSubstitution float64
- The total number of substituted licenses added or removed.
- ObjectType string
- Owners []string
- Parents
[]GetLicense License Info Result Parent 
- PermissionResources []GetLicense License Info Result Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StartTime string
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- SubscriptionId string
- The id of license subscription.
- SubstitutedLicenses []GetLicense License Info Result Substituted License 
- 
[]GetLicense License Info Result Tag 
- TrialAdmin bool
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- VersionContexts []GetLicense License Info Result Version Context 
- accountLicense List<GetDatas License License Info Result Account License Data> 
- accountMoid String
- The Account ID for this managed object.
- activeAdmin Boolean
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additionalProperties String
- ancestors
List<GetLicense License Info Result Ancestor> 
- balance Double
- The total balance we have for licenses.
- classId String
- createTime String
- The time when this managed object was created.
- daysLeft Double
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforceMode String
- The entitlement mode reported by Cisco Smart Software Manager.
- errorDesc String
- The detailed error message when there is any error related to this licensing entitlement.
- evaluationPeriod Double
- The default Trial or Grace period customer is entitled to.
- expireTime String
- The date and time when the next expiration time of license subscription.
- extraEvaluation Double
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- licenseCount Double
- The total number of license consumed in the Intersight account.
- licenseCount DoublePurchased 
- The total number of license purchased from cisco.
- licenseState String
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- licenseType String
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- netSubstitution Double
- The total number of substituted licenses added or removed.
- objectType String
- owners List<String>
- parents
List<GetLicense License Info Result Parent> 
- permissionResources List<GetLicense License Info Result Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscriptionId String
- The id of license subscription.
- substitutedLicenses List<GetLicense License Info Result Substituted License> 
- 
List<GetLicense License Info Result Tag> 
- trialAdmin Boolean
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- versionContexts List<GetLicense License Info Result Version Context> 
- accountLicense GetDatas License License Info Result Account License Data[] 
- accountMoid string
- The Account ID for this managed object.
- activeAdmin boolean
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additionalProperties string
- ancestors
GetLicense License Info Result Ancestor[] 
- balance number
- The total balance we have for licenses.
- classId string
- createTime string
- The time when this managed object was created.
- daysLeft number
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforceMode string
- The entitlement mode reported by Cisco Smart Software Manager.
- errorDesc string
- The detailed error message when there is any error related to this licensing entitlement.
- evaluationPeriod number
- The default Trial or Grace period customer is entitled to.
- expireTime string
- The date and time when the next expiration time of license subscription.
- extraEvaluation number
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- licenseCount number
- The total number of license consumed in the Intersight account.
- licenseCount numberPurchased 
- The total number of license purchased from cisco.
- licenseState string
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- licenseType string
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- netSubstitution number
- The total number of substituted licenses added or removed.
- objectType string
- owners string[]
- parents
GetLicense License Info Result Parent[] 
- permissionResources GetLicense License Info Result Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime string
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscriptionId string
- The id of license subscription.
- substitutedLicenses GetLicense License Info Result Substituted License[] 
- 
GetLicense License Info Result Tag[] 
- trialAdmin boolean
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- versionContexts GetLicense License Info Result Version Context[] 
- account_license_ Sequence[Getdatas License License Info Result Account License Data] 
- account_moid str
- The Account ID for this managed object.
- active_admin bool
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additional_properties str
- ancestors
Sequence[GetLicense License Info Result Ancestor] 
- balance float
- The total balance we have for licenses.
- class_id str
- create_time str
- The time when this managed object was created.
- days_left float
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforce_mode str
- The entitlement mode reported by Cisco Smart Software Manager.
- error_desc str
- The detailed error message when there is any error related to this licensing entitlement.
- evaluation_period float
- The default Trial or Grace period customer is entitled to.
- expire_time str
- The date and time when the next expiration time of license subscription.
- extra_evaluation float
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- license_count float
- The total number of license consumed in the Intersight account.
- license_count_ floatpurchased 
- The total number of license purchased from cisco.
- license_state str
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- license_type str
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- net_substitution float
- The total number of substituted licenses added or removed.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetLicense License Info Result Parent] 
- permission_resources Sequence[GetLicense License Info Result Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_time str
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscription_id str
- The id of license subscription.
- substituted_licenses Sequence[GetLicense License Info Result Substituted License] 
- 
Sequence[GetLicense License Info Result Tag] 
- trial_admin bool
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- version_contexts Sequence[GetLicense License Info Result Version Context] 
- accountLicense List<Property Map>Datas 
- accountMoid String
- The Account ID for this managed object.
- activeAdmin Boolean
- The license administrative state.Set this property to 'true' to activate the license entitlements.
- additionalProperties String
- ancestors List<Property Map>
- balance Number
- The total balance we have for licenses.
- classId String
- createTime String
- The time when this managed object was created.
- daysLeft Number
- The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
- enforceMode String
- The entitlement mode reported by Cisco Smart Software Manager.
- errorDesc String
- The detailed error message when there is any error related to this licensing entitlement.
- evaluationPeriod Number
- The default Trial or Grace period customer is entitled to.
- expireTime String
- The date and time when the next expiration time of license subscription.
- extraEvaluation Number
- The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
- licenseCount Number
- The total number of license consumed in the Intersight account.
- licenseCount NumberPurchased 
- The total number of license purchased from cisco.
- licenseState String
- The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed- The license token is neither activated nor registered.*GraceExpired- The license grace period has expired.*TrialPeriod- The 90 days of trial period.*OutOfCompliance- The license is out of compliance.*Compliance- The license is in compliance.*TrialExpired- The trial period of 90 days has expired.
- licenseType String
- The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base- Base as a License type. It is default license type.*Essential- Essential as a License type.*Standard- Standard as a License type.*Advantage- Advantage as a License type.*Premier- Premier as a License type.*IWO-Essential- IWO-Essential as a License type.*IWO-Advantage- IWO-Advantage as a License type.*IWO-Premier- IWO-Premier as a License type.*IKS-Advantage- IKS-Advantage as a License type.*INC-Premier-1GFixed- Premier 1G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-10GFixed- Premier 10G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-100GFixed- Premier 100G Fixed license tier for Intersight Nexus Cloud.*INC-Premier-Mod4Slot- Premier Modular 4 slot license tier for Intersight Nexus Cloud.*INC-Premier-Mod8Slot- Premier Modular 8 slot license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsFixed- Premier D2Ops fixed license tier for Intersight Nexus Cloud.*INC-Premier-D2OpsMod- Premier D2Ops modular license tier for Intersight Nexus Cloud.*INC-Premier-CentralizedMod8Slot- Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.*INC-Premier-DistributedMod8Slot- Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.*ERP-Advantage- Advantage license tier for ERP workflows.*IntersightTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.*IWOTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.*IKSTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.*INCTrial- Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- netSubstitution Number
- The total number of substituted licenses added or removed.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- startTime String
- The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
- subscriptionId String
- The id of license subscription.
- substitutedLicenses List<Property Map>
- List<Property Map>
- trialAdmin Boolean
- The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
- versionContexts List<Property Map>
GetLicenseLicenseInfoResultAccountLicenseData       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetLicenseLicenseInfoResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetLicenseLicenseInfoResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetLicenseLicenseInfoResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetLicenseLicenseInfoResultSubstitutedLicense      
- AdditionalProperties string
- ClassId string
- ObjectType string
- SubstitutedLicense string
- SubstitutedQuantity double
- SubstitutionType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- SubstitutedLicense string
- SubstitutedQuantity float64
- SubstitutionType string
- additionalProperties String
- classId String
- objectType String
- substitutedLicense String
- substitutedQuantity Double
- substitutionType String
- additionalProperties string
- classId string
- objectType string
- substitutedLicense string
- substitutedQuantity number
- substitutionType string
- additional_properties str
- class_id str
- object_type str
- substituted_license str
- substituted_quantity float
- substitution_type str
- additionalProperties String
- classId String
- objectType String
- substitutedLicense String
- substitutedQuantity Number
- substitutionType String
GetLicenseLicenseInfoResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetLicenseLicenseInfoResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetLicense License Info Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetLicense License Info Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetLicenseLicenseInfoResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetLicenseLicenseInfoResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetLicenseLicenseInfoSubstitutedLicense     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SubstitutedLicense string
- The substitute license that is used.
- SubstitutedQuantity double
- The number of substitute licenses that are used.
- SubstitutionType string
- The substitution from lower or from higher tier.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SubstitutedLicense string
- The substitute license that is used.
- SubstitutedQuantity float64
- The number of substitute licenses that are used.
- SubstitutionType string
- The substitution from lower or from higher tier.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- substitutedLicense String
- The substitute license that is used.
- substitutedQuantity Double
- The number of substitute licenses that are used.
- substitutionType String
- The substitution from lower or from higher tier.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- substitutedLicense string
- The substitute license that is used.
- substitutedQuantity number
- The number of substitute licenses that are used.
- substitutionType string
- The substitution from lower or from higher tier.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- substituted_license str
- The substitute license that is used.
- substituted_quantity float
- The number of substitute licenses that are used.
- substitution_type str
- The substitution from lower or from higher tier.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- substitutedLicense String
- The substitute license that is used.
- substitutedQuantity Number
- The number of substitute licenses that are used.
- substitutionType String
- The substitution from lower or from higher tier.
GetLicenseLicenseInfoTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetLicenseLicenseInfoVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetLicense License Info Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetLicense License Info Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetLicense License Info Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetLicense License Info Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetLicense License Info Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetLicense License Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetLicense License Info Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetLicense License Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetLicense License Info Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetLicense License Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetLicenseLicenseInfoVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetLicenseLicenseInfoVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.