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
24 lines
883 B
JSON
24 lines
883 B
JSON
{
|
|
"instanceActions": [
|
|
{
|
|
"action": "stop",
|
|
"instance_uuid": "15835b6f-1e14-4cfa-9f66-1abea1a1c0d5",
|
|
"message": null,
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"request_id": "req-f04d4b92-6241-42da-b82d-2cedb225c58d",
|
|
"start_time": "2018-04-25T01:26:36.036697",
|
|
"updated_at": "2018-04-25T01:26:36.525308",
|
|
"user_id": "admin"
|
|
},
|
|
{
|
|
"action": "create",
|
|
"instance_uuid": "15835b6f-1e14-4cfa-9f66-1abea1a1c0d5",
|
|
"message": null,
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"request_id": "req-d8790618-9bbf-4df0-8af8-fc9e24de29c0",
|
|
"start_time": "2018-04-25T01:26:33.692125",
|
|
"updated_at": "2018-04-25T01:26:35.993821",
|
|
"user_id": "admin"
|
|
}
|
|
]
|
|
} |