RelatedMetrics

RelatedMetrics
RelatedMetrics

Related metrics object.

JSON Example
{
    "related_resource_type": "string",
    "related_resource_ids": [
        "string"
    ],
    "metrics_condition_conjunction": "string"
}
string
related_resource_type
Optional

Resource type for which related metrics is queried for, we can find supported related_resource_type from key-info api response for the given resource_type. This is a required field if related_resource_ids is provided. Examples of the Supported resource types are Cluster, Group.

array of string
related_resource_ids
Optional

List of resource ids for which related metrics data is being queried for. This can be 'id' or 'intent-path' field. E.g '/infra/tier-0s/tier0-providerA' or '/cluster'. Users should use '/key-info' API to check which keys have related_metrics support. If resource_ids are UUID's as opposed to intent paths, make sure all the resource_ids are associated with the correct resource_type.

metrics_condition_conjunction
Optional

The conjunction operations AND/OR. Validations will be present accordingly.

Possible values are : AND, OR,