RelatedMetrics

RelatedMetrics
Related Metrics

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 are queried for. The supported related_resource_type can be found from the 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 and Group.

array of string
related_resource_ids
Optional

List of resource IDs for which related metrics data is being queried for. This can be the 'id' or 'intent-path' field. For example, '/infra/tier-0s/tier0-providerA' or '/cluster'. Use the '/key-info' API to check which keys have related_metrics support. If resource_ids are UUIDs 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 OR. Validations will be performed accordingly.

Possible values are : AND, OR,