This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f54a79b  Updated site at revision 3f8944f
f54a79b is described below

commit f54a79b4fad5e6211917ff7fab9b5be4dcd1622a
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Aug 6 06:45:40 2018 +0000

    Updated site at revision 3f8944f
---
 content/swagger/swagger.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/swagger/swagger.json b/content/swagger/swagger.json
index 3e8f88a..8598603 100644
--- a/content/swagger/swagger.json
+++ b/content/swagger/swagger.json
@@ -6418,19 +6418,16 @@
           "type" : "number",
           "format" : "double"
         },
-        "memory" : {
-          "$ref" : "#/definitions/ResourceUsage"
-        },
-        "cpu" : {
+        "bandwidthIn" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
-        "directMemory" : {
+        "bandwidthOut" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
-        "bandwidthIn" : {
+        "memory" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
-        "bandwidthOut" : {
+        "directMemory" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
         "lastUpdate" : {
@@ -6451,6 +6448,9 @@
         "overLoaded" : {
           "type" : "boolean"
         },
+        "cpu" : {
+          "$ref" : "#/definitions/ResourceUsage"
+        },
         "loadReportType" : {
           "type" : "string"
         }

Reply via email to