RelatedMetrics
Related metrics object.
{
"related_resource_type": "string",
"related_resource_ids": [
"string"
],
"metrics_condition_conjunction": "string"
}
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.
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.
The conjunction operations AND/OR. Validations will be present accordingly.