adHocProperty
| Namespace: | (default namespace) | 
| XML Schema: | api.xsd | 
Adhoc property contains aggregation mode and smoothing function related attributes such as aggregation mode, aggregation period data value, aggregation period units and trending algorithm types
JSON Example
 {
  "name":"TraffIn",
  "aggregationMode":"Percent Growth",
  "growthAggMode":"P95",
  "growthAggPeriodDateUnits":"day",
  "growthAggPeriodDateValue":"1",
  "growthAlgoTypes":"Linear"
 },
 {
  "name":"Capacity",
  "aggregationMode":"Percent Growth",
  "growthAggMode":"P95",
  "growthAggPeriodDateUnits":"day",
  "growthAggPeriodDateValue":"1",
  "growthAlgoTypes":"Linear"
 }
          
      JSON
| property | type | description | 
|---|---|---|
| name | name (string) | 
            
                High frequency property. Example: Traffic Out, Traffic In, Util In, Util Out, Packets In, Packets Out, Error Packets In, Dropped Packets Out etc  | 
        
| aggregationMode | aggregationMode (string) | 
            
                Aggregation mode. Example: Change Count, Count, Last, P95, Maximum, Minimum, Average or Percentage Growth  | 
        
| groupBy | groupBy (string) | Aggregate the report results by groups | 
| growthAggMode | growthAggMode (string) | 
            
                Growth aggregation mode. Example:Examples: P95, Maximum, Minimum or Average  | 
        
| growthAggPeriodDateValue | growthAggPeriodDateValue (int) | Growth aggregation period date value | 
| growthAggPeriodDateUnits | growthAggPeriodDateUnits (string) | 
            
                Growth aggregation period date units. Example: hour, day, week, month or year  | 
        
| growthAlgoTypes | growthAlgoTypes (string) | 
            
                Comma-delimited list of trending growth algorithm types. Example: Exponential, Linear, Logarithmic or Power  |