This patch completes the api ref for standard attribute based revision numbers by: - Updating applicable resource JSON responses to include revision_number. - Documents the revision_number response param where missing. - Adds a section in the intro about revisions as well as conditional HTTP based operations using If-Match header. - Standardizes the revision_number response param; doesn't seem necessary for each resource to have it's own. Change-Id: Ib9a19126c35f89bc9c2ad891a7339702a406e2d5 Partial-Bug: #1703234
17 lines
523 B
JSON
17 lines
523 B
JSON
{
|
|
"security_group_rule": {
|
|
"direction": "egress",
|
|
"ethertype": "IPv6",
|
|
"id": "3c0e45ff-adaf-4124-b083-bf390e5482ff",
|
|
"port_range_max": null,
|
|
"port_range_min": null,
|
|
"protocol": null,
|
|
"remote_group_id": null,
|
|
"remote_ip_prefix": null,
|
|
"revision_number": 1,
|
|
"security_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5",
|
|
"project_id": "e4f50856753b4dc6afee5fa6b9b6c550",
|
|
"tenant_id": "e4f50856753b4dc6afee5fa6b9b6c550"
|
|
}
|
|
}
|