RelatedMetricsRequest
RelatedMetricsRequest
Request for related metrics for resourceIds that are related to related_resource_ids. It can be used along with other fields resourceIds and resourceType. It act as filter to fetch metrics related to the related_resource_ids and related_resource_type. If user provide both related_resource_ids and resourceIds in request, API will only return the metrics for resourceIds and 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. Validations will be present accordingly.
Possible values are :
AND,
OR,