For /device/devices the inheritedProperties objects should include a key-value pair that identifies the hostGroupId that object is inherited from
Example
{
"status": 200,
"errmsg": "OK",
"data": {
"total": 1,
"items": [
{
"name": "hostname",
"inheritedProperties": [
{
"name": "keyname1",
"value": "value1",
"inheritedFromHostGroupId": 2
}
]
}
]
}
}
I'm not supe