Systems.Monitoring.Licenses View
Namespace: Systems.Monitoring
The currently active licenses for the instance. Entity: Dmv_Licenses (Introduced in version 24.1.3.66)
Renames
Old name: Systems.Dmv.Licenses
New name: Systems.Monitoring.Licenses
Version: 24.1.5.35
Case: 35911
Default Visualization
Default Display Text Format:
{LicenseCode}: {LicenseDescription}
Default Search Members:
__
Category: DynamicViews
Show in UI: CannotBeShown
Aggregate
An aggregate is a cluster of domain objects that can be treated as a single unit.
Aggregate Tree
Attributes
Name | Type | Description |
---|---|---|
LicenseCode | string (64) | The code of the module or functionality, which is licensed. Required Filter(multi eq;like) Introduced in version 24.1.3.88 |
LicenseCount | int32 | The current count (as of now) of active licenses. Required Filter(eq;ge;le) Introduced in version 24.1.3.88 |
LicenseDescription | string (max) | Description of the license code. Required Introduced in version 24.1.3.88 |
LicenseScaleType | string (64) | Denotes whether the license supports counts, different from 0 and 1. Required Introduced in version 24.1.3.88 |
Attribute Details
LicenseCode
The code of the module or functionality, which is licensed. Required
Filter(multi eq;like)
Introduced in version 24.1.3.88
Type: string (64)
Category: System
Supported Filters: Equals, Like, EqualsIn
Supports Order By: False
Maximum Length: 64
Show in UI: ShownByDefault
LicenseCount
The current count (as of now) of active licenses. Required
Filter(eq;ge;le)
Introduced in version 24.1.3.88
Type: int32
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault
LicenseDescription
Description of the license code. Required
Introduced in version 24.1.3.88
Type: string (max)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: ShownByDefault
LicenseScaleType
Denotes whether the license supports counts, different from 0 and 1. Required
Introduced in version 24.1.3.88
Type: string (64)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 64
Show in UI: ShownByDefault
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Systems_Monitoring_Licenses?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Systems_Monitoring_Licenses?$top=10