RelatedMetricsRequest
Related Metrics Request
Request for related metrics for resource_ids that are related to related_resource_ids. It can be used along with other fields like resource_ids and resource_type. It acts as a filter to fetch metrics related to the related_resource_ids and related_resource_type. If both related_resource_ids and resource_ids are provided in the request, the API will only return the metrics for resource_ids that are related to related_resource_ids.
JSON Example
{
"conditions": [
{
"related_resource_type": "string",
"related_resource_ids": [
"string"
],
"metrics_condition_conjunction": "string"
}
],
"metrics_condition_conjunction": "string"
}
metrics_condition_conjunction
Optional
The conjunction operations AND or OR. Validations will be performed accordingly.
Possible values are :
AND,
OR,