FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
productLine | string | 1..1 | Product line (or category) that groups, classifies, and describes the product. |
meter | string | 1..1 | The name of the meter (usually a feature name) for which usage date is being reported. |
usageUnitName | string | 1..1 | Word used after displaying a quantity ("unit of measure") when displaying usage in Usage Reports UI and other reports. For example, bytes , kilobytes or gigabytes. Works with Scale to describe what metered feature is counting. This value is a String with a maximum length of 64 characters |
usageSinceReset | double | 1..1 | Quantity of units used since the last reset. |
entitled | double | 1..1 | Total quantity of units purchased. |
overageSinceStatement | double | 1..1 | Quantity of units used in excess of the entitled amount in this statement period. |
overageSinceReset | double | 1..1 | Quantity of units used in excess of the entitled amount since the last reset. |
percentSinceReset | double | 1..1 | Percentage of units used since the last reset. |
resetIntervalUnitName | string | 1..1 | Type of reset interval period unit (e.g. month, etc.). |
resetInterval | long | 1..1 | Reset interval expressed in units. |
period | Period | 1..1 | See Period. |
entitledScaled | double | 1..1 | Entitled quantity (with scaling factor applied). |
friendlyName | string | 1..1 | Display name of the feature |
gracePeriod | long | 1..1 | Time allow for the grace period (in days). |
gracePeriodUnitName | string | 1..1 | Name of the grace period unit. |
overageSinceResetScaled | double | 1..1 | Overage since last reset (with scaling factor applied). |
overageSinceStatementScaled | double | 1..1 | Overage since last statement (with scaling factor applied). |
percentSinceStatement | double | 1..1 | Percentage of units used in this statement period. |
reconciliationTimeZone | string | 1..1 | The time zone in which this statement was generated. |
scale | double | 1..1 | Divider used to take actual quantity used and convert to a smaller number for display purposes in the Usage Reports UI and other reports. For example, if Units are in bytes but you want to report usage in kilobytes, enter 1024 for Scale. This value is a String with a maximum length of 64 characters. |
statementInterval | long | 1..1 | Periodic intervals in which statements are generated. |
statementIntervalUnitName | string | 1..1 | The name of the periodic interval in which statements are generated. |
usageSinceResetScaled | double | 1..1 | Usage amount since last reset (with scaling factor applied). |
usageSinceStatement | double | 1..1 | Quantity of units used in this statement period. |