Add hostname to API Reference

This patch set adds hostname attribute to Audit and
ActionPlan resources in API Reference.

Change-Id: I187d44dc401d3d1770452022b8610570d459cc98
This commit is contained in:
Alexander Chadin
2018-08-13 16:44:15 +03:00
parent 7247d2f95b
commit cc2962af4a
11 changed files with 37 additions and 8 deletions

View File

@@ -20,7 +20,8 @@
"deleted_at": null,
"uuid": "4cbc4ede-0d25-481b-b86e-998dbbd4f8bf",
"audit_uuid": "7d100b05-0a86-491f-98a7-f93da19b272a",
"created_at": "2018-04-10T11:59:52.640067+00:00"
"created_at": "2018-04-10T11:59:52.640067+00:00",
"hostname": "controller"
}
]
}

View File

@@ -16,5 +16,6 @@
"updated_at": "2018-04-10T11:59:52.640067+00:00",
"strategy_name": "dummy_with_resize",
"uuid": "4cbc4ede-0d25-481b-b86e-998dbbd4f8bf",
"audit_uuid": "7d100b05-0a86-491f-98a7-f93da19b272a"
"audit_uuid": "7d100b05-0a86-491f-98a7-f93da19b272a",
"hostname": "controller"
}

View File

@@ -18,5 +18,6 @@
"uuid": "4cbc4ede-0d25-481b-b86e-998dbbd4f8bf",
"audit_uuid": "7d100b05-0a86-491f-98a7-f93da19b272a",
"created_at": "2018-04-10T11:59:12.592729+00:00",
"deleted_at": null
"deleted_at": null,
"hostname": null
}

View File

@@ -47,5 +47,6 @@
],
"strategy_name": "workload_stabilization",
"next_run_time": "2018-04-06T11:56:00",
"updated_at": "2018-04-06T11:54:01.266447+00:00"
"updated_at": "2018-04-06T11:54:01.266447+00:00",
"hostname": "controller"
}

View File

@@ -47,5 +47,6 @@
],
"strategy_name": "workload_stabilization",
"next_run_time": null,
"updated_at": null
"updated_at": null,
"hostname": null
}

View File

@@ -49,7 +49,8 @@
],
"strategy_name": "workload_stabilization",
"next_run_time": "2018-04-06T09:46:00",
"updated_at": "2018-04-06T09:44:01.604146+00:00"
"updated_at": "2018-04-06T09:44:01.604146+00:00",
"hostname": "controller"
}
]
}

View File

@@ -47,5 +47,6 @@
],
"strategy_name": "workload_stabilization",
"next_run_time": "2018-04-06T11:56:00",
"updated_at": "2018-04-06T11:54:01.266447+00:00"
"updated_at": "2018-04-06T11:54:01.266447+00:00",
"hostname": "controller"
}

View File

@@ -47,5 +47,6 @@
],
"strategy_name": "workload_stabilization",
"next_run_time": "2018-04-06T11:56:00",
"updated_at": "2018-04-06T11:54:01.266447+00:00"
"updated_at": "2018-04-06T11:54:01.266447+00:00",
"hostname": "controller"
}