SoftwareLicenseMetric
Software license metrics define how software licenses are measured.
erDiagram
OctopusObjectType ||--o{ SoftwareLicenseMetric : "OctopusObjectTypeID"
SoftwareLicenseMetricGroup ||--o{ SoftwareLicenseMetric : "SoftwareLicenseMetricGroupID"
SoftwareLicenseMetric ||--o{ SoftwareItem : "SoftwareLicenseMetricID"
SoftwareLicenseMetric ||--o{ SoftwareLicenseMetricProperty : "SoftwareLicenseMetricID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time the entity was created |
| Description |
string |
Description of the software license metric |
| ExtraData |
string |
Optional JSON document that can hold extra data for this SoftwareLicenseMetric entity |
| ID |
numeric |
Internal ID for the SoftwareLicenseMetric entity (Primary Key) |
| LastModification |
datetime |
Date/Time the entity was last modified |
| Name |
string |
Name of the software license metric |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the software license metric (e.g., in queries) |
| OctopusObjectTypeID |
numeric |
Internal ID that references the OctopusObjectType entity (Foreign Key) |
| PredefinedByOctopus |
boolean |
If true, the metric is predefined by OctoSAM and cannot be modified or deleted |
| SoftwareLicenseMetricGroupID |
numeric |
Internal ID that references the SoftwareLicenseMetricGroup entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| OctopusObjectTypeID |
OctopusObjectType |
Object types defined in OctoSAM Inventory |
| SoftwareLicenseMetricGroupID |
SoftwareLicenseMetricGroup |
Defines groups of software license metrics |
Referenced by
| Table |
Column Name |
Description |
| SoftwareItem |
SoftwareLicenseMetricID |
Software items hold customer specific information about software objects |
| SoftwareLicenseMetricProperty |
SoftwareLicenseMetricID |
Defines properties specific to a software license metric |