28c1075b59
This adds the changes-before filter to the servers, os-instance-actions and os-migrations APIs for filtering resources which were last updated before or equal to the given time. The changes-before filter, like the changes-since filter, will return deleted server resources. Part of bp support-to-query-nova-resources-filter-by-changes-before Change-Id: If91c179e3823c8b0da744a9363906b0f7b05c326
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"created_at": "2016-01-29T11:42:02.000000",
|
|
"dest_compute": "compute2",
|
|
"dest_host": "1.2.3.4",
|
|
"dest_node": "node2",
|
|
"id": 1,
|
|
"instance_uuid": "8600d31b-d1a1-4632-b2ff-45c2be1a70ff",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/servers/8600d31b-d1a1-4632-b2ff-45c2be1a70ff/migrations/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/servers/8600d31b-d1a1-4632-b2ff-45c2be1a70ff/migrations/1",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"new_instance_type_id": 1,
|
|
"old_instance_type_id": 1,
|
|
"source_compute": "compute1",
|
|
"source_node": "node1",
|
|
"status": "running",
|
|
"migration_type": "live-migration",
|
|
"updated_at": "2016-01-29T11:42:02.000000",
|
|
"uuid": "12341d4b-346a-40d0-83c6-5f4f6892b650"
|
|
}
|
|
]
|
|
}
|