zun/api-ref/source/samples/container-actions-list-resp.json
Hongbin Lu fe6f9e7a4d Use ISO8601 format for timestamp fields
Most OpenStack services use format ISO8601 for timestamp fields
like 'created_at' or 'updated_at'. This commit makes Zun adopt
this convention.

Change-Id: I900b2f106d2ea0c044140077dfda39e1402a09ac
2019-04-15 01:13:54 +00:00

23 lines
829 B
JSON

{
"containerActions": [
{
"action": "create",
"container_uuid": "b48316c5-71e8-45e4-9884-6c78055b9b13",
"message": null,
"project_id": "853719b303ef4858a195535eb520e58d",
"request_id": "req-25517360-b757-47d3-be45-0e8d2a01b36a",
"start_time": "2018-03-04T19:48:49.000000",
"user_id": "22e81669093742b7a74b1d715a9a5813"
},
{
"action": "stop",
"container_uuid": "b48316c5-71e8-45e4-9884-6c78055b9b13",
"message": null,
"project_id": "853719b303ef4858a195535eb520e58d",
"request_id": "req-3293a3f1-b44c-4609-b8d2-d81b105636b8",
"start_time": "2018-03-04T17:02:54.000000",
"user_id": "22e81669093742b7a74b1d715a9a5813"
}
]
}