Show / Hide Table of Contents

Class RequestSummarizedMetricExtensionsResourcesDetails

Filtering criteria data to be specified in the request. Either metricExtensionId or compartmentId must be passed even when no other filter property is passed.

Inheritance
object
RequestSummarizedMetricExtensionsResourcesDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class RequestSummarizedMetricExtensionsResourcesDetails

Properties

AssociationStatus

Declaration
[JsonProperty(PropertyName = "associationStatus")]
[JsonConverter(typeof(StringEnumConverter))]
public RequestSummarizedMetricExtensionsResourcesDetails.AssociationStatusEnum? AssociationStatus { get; set; }
Property Value
Type Description
RequestSummarizedMetricExtensionsResourcesDetails.AssociationStatusEnum?

Filter to return metric extensions based on input enable status i.e. Enabled/Disabled

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

Compartment Identifier OCID

GroupBy

Declaration
[JsonProperty(PropertyName = "groupBy")]
[JsonConverter(typeof(StringEnumConverter))]
public RequestSummarizedMetricExtensionsResourcesDetails.GroupByEnum? GroupBy { get; set; }
Property Value
Type Description
RequestSummarizedMetricExtensionsResourcesDetails.GroupByEnum?

The field to group by

MetricExtensionId

Declaration
[JsonProperty(PropertyName = "metricExtensionId")]
public string MetricExtensionId { get; set; }
Property Value
Type Description
string

The OCID of Metric Extension resource

ResourceId

Declaration
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

The OCID of Monitored Resource

ResourceType

Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

Resource type to which Metric Extension applies

SortBy

Declaration
[JsonProperty(PropertyName = "sortBy")]
[JsonConverter(typeof(StringEnumConverter))]
public RequestSummarizedMetricExtensionsResourcesDetails.SortByEnum? SortBy { get; set; }
Property Value
Type Description
RequestSummarizedMetricExtensionsResourcesDetails.SortByEnum?

Result will ne sorted by this parameter value

SortOrder

Declaration
[JsonProperty(PropertyName = "sortOrder")]
[JsonConverter(typeof(StringEnumConverter))]
public RequestSummarizedMetricExtensionsResourcesDetails.SortOrderEnum? SortOrder { get; set; }
Property Value
Type Description
RequestSummarizedMetricExtensionsResourcesDetails.SortOrderEnum?

Sort orders

In this article
Back to top