
This patch adds pagination support and changes-since filter for os-instance-actions API. Users can now use 'limit' and 'marker' to perform paginate query of instance action list. Users can also filter the results according to the actions' updated time. Co-Authored-By: Yikun Jiang <yikunkero@gmail.com> Implement: blueprint pagination-add-changes-since-for-instance-action-list Change-Id: I1a1b39803e8d0449f21d2ab5ef96d4060e638aa8
22 lines
703 B
JSON
22 lines
703 B
JSON
{
|
|
"instanceAction": {
|
|
"action": "stop",
|
|
"events": [
|
|
{
|
|
"event": "compute_stop_instance",
|
|
"finish_time": "2017-12-07T11:07:06.431902",
|
|
"result": "Success",
|
|
"start_time": "2017-12-07T11:07:06.251280",
|
|
"traceback": null
|
|
}
|
|
],
|
|
"instance_uuid": "b48316c5-71e8-45e4-9884-6c78055b9b13",
|
|
"message": "",
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"request_id": "req-3293a3f1-b44c-4609-b8d2-d81b105636b8",
|
|
"start_time": "2017-12-07T11:07:06.088644",
|
|
"updated_at": "2017-12-07T11:07:06.431902",
|
|
"user_id": "fake"
|
|
}
|
|
}
|