Files
neutron-lib/api-ref/source/v2/samples/logs/log-create-response.json
Hongbin Lu e4d3946e9a Add timestamp attributes to standard resources
Add 'created_at' and 'updated_at' attributes to subnet, subnetpool,
ports, router, security group/rule, qos policy, and log if missing.

Change-Id: Ib8254e432b26033e679bf75379f1001c5984500b
2018-04-27 21:23:46 +00:00

18 lines
547 B
JSON

{
"log": {
"name": "security group log",
"description": "Log for project demo.",
"id": "46ebaec0-0570-43ac-82f6-60d2b03168c4",
"project_id": "92a5a4f4245a4abbafacb7ca73b027b0",
"tenant_id": "92a5a4f4245a4abbafacb7ca73b027b0",
"created_at": "2018-04-03T21:03:04Z",
"updated_at": "2018-04-03T21:03:04Z",
"enabled": true,
"resource_type": "security_group",
"resource_id": null,
"revision_number": 1,
"target_id": null,
"event": "ALL"
}
}