RelationshipMetricResponse

RelationshipMetricResponse
RelationshipMetricResponse

Object contains a map, where key is the mapping name, and the value is an object of mapping metadata and json mapping

JSON Example
{
    "LINK-AggregatePort-10.107.119.10/5001-LACP<->IF-10.107.117.2/2": {
        "10.107.119.10$Switch$": {
            "value": 0.018179733,
            "interface_name": "AggregatePort-10.107.119.10/5001-LACP"
        },
        "10.107.117.2$Router$": {
            "value": 0.08389807,
            "interface_name": "IF-10.107.117.2/2"
        }
    }
}