EntityInventoryBatchList
EntityInventoryBatchList
This class is array of EntityInventoryBatch
JSON Example
[
{
"id": "string",
"type": "string",
"specversion": "string",
"source": "string",
"message_group": "string",
"message_type": "string",
"status": "string",
"total": 0,
"start": 0,
"end": 0,
"timestamp": 0,
"data": [
{
"entity_id": "1000:104:12213212",
"name": "My Name",
"entity_type": "VirtualMachine"
}
]
}
]