Class JmxQueryProperties
Query Properties applicable to JMX type of collection method
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class JmxQueryProperties : MetricExtensionQueryProperties
Properties
AutoRowPrefix
Declaration
[JsonProperty(PropertyName = "autoRowPrefix")]
public string AutoRowPrefix { get; set; }
Property Value
Type | Description |
---|---|
string | Prefix for an auto generated metric, in case multiple rows with non unique key values are returned |
IdentityMetric
Declaration
[JsonProperty(PropertyName = "identityMetric")]
public string IdentityMetric { get; set; }
Property Value
Type | Description |
---|---|
string | Semi-colon separated list of key properties from Managed Bean ObjectName to be used as key metrics |
IsMetricServiceEnabled
Declaration
[JsonProperty(PropertyName = "isMetricServiceEnabled")]
public bool? IsMetricServiceEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates if Metric Service is enabled on server domain |
JmxAttributes
Declaration
[Required(ErrorMessage = "JmxAttributes is required.")]
[JsonProperty(PropertyName = "jmxAttributes")]
public string JmxAttributes { get; set; }
Property Value
Type | Description |
---|---|
string | List of JMX attributes or Metric Service Table columns separated by semi-colon |
Remarks
Required
ManagedBeanQuery
Declaration
[Required(ErrorMessage = "ManagedBeanQuery is required.")]
[JsonProperty(PropertyName = "managedBeanQuery")]
public string ManagedBeanQuery { get; set; }
Property Value
Type | Description |
---|---|
string | JMX Managed Bean Query or Metric Service Table name |
Remarks
Required