nova/doc/api_samples/os-instance-actions/v2.58/instance-actions-list-with-changes-since.json
Yikun Jiang a7e7c73a9d Rename changes-since test sample file
In the past, we only have changes-since filter, we called it as
timestamp-filter, but now we will add a changes-before filter,
the timestamp-filter is not clear anymore.

In this patch, we rename timestamp to changes-since.

Change-Id: Ieee912e197d17a5ffca7460f3b977316cd21813e
blueprint: support-to-query-nova-resources-filter-by-changes-before
2018-09-14 11:52:37 +08:00

14 lines
457 B
JSON

{
"instanceActions": [
{
"action": "stop",
"instance_uuid": "84fb2511-ed79-418c-ac0d-11337e1a1d76",
"message": null,
"project_id": "6f70656e737461636b20342065766572",
"request_id": "req-0176a4e5-15ae-4038-98a9-5444aa277c31",
"start_time": "2018-04-25T01:26:29.051607",
"updated_at": "2018-04-25T01:26:29.538648",
"user_id": "admin"
}
]
}