Update README.md

This commit is contained in:
Frédéric Guillot 2016-03-29 10:22:39 -04:00
parent 0b6c6da85b
commit 631876a7e7

@ -42,9 +42,9 @@ Each entity have at least these properties:
"entity_id": "UUID",
"entity_type": "instance",
"project_id": "UUID",
"start": ISODate("2014-01-01T06:00:00.000Z"),
"start": "2014-01-01T06:00:00.000Z",
"end": null,
"last_event": ISODate("2014-01-01T06:00:00.000Z"),
"last_event": "2014-01-01T06:00:00.000Z",
"flavor": "MyFlavor1",
"os": {
"distro": "ubuntu",
@ -61,9 +61,9 @@ Each entity have at least these properties:
"entity_id": "UUID",
"entity_type": "volume",
"project_id": "UUID",
"start": ISODate("2014-01-01T06:00:00.000Z"),
"start": "2014-01-01T06:00:00.000Z",
"end": null,
"last_event": ISODate("2014-01-01T06:00:00.000Z"),
"last_event": "2014-01-01T06:00:00.000Z",
"volume_type": "MyVolumeType",
"size": 50,
"name": "my-virtual-machine.domain.tld-volume",