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/pulsar.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cb51e96 Updated site at revision 7a1a148
cb51e96 is described below
commit cb51e96255f0f546ded881cd8665141458893865
Author: jenkins <[email protected]>
AuthorDate: Tue Dec 25 08:51:35 2018 +0000
Updated site at revision 7a1a148
---
content/swagger/swagger.json | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/content/swagger/swagger.json b/content/swagger/swagger.json
index cb9d1ae..61925a5 100644
--- a/content/swagger/swagger.json
+++ b/content/swagger/swagger.json
@@ -6978,17 +6978,9 @@
"type" : "number",
"format" : "double"
},
- "bandwidthIn" : {
- "$ref" : "#/definitions/ResourceUsage"
- },
- "bandwidthOut" : {
- "$ref" : "#/definitions/ResourceUsage"
- },
- "memory" : {
- "$ref" : "#/definitions/ResourceUsage"
- },
- "cpu" : {
- "$ref" : "#/definitions/ResourceUsage"
+ "msgThroughputIn" : {
+ "type" : "number",
+ "format" : "double"
},
"underLoaded" : {
"type" : "boolean"
@@ -6999,17 +6991,25 @@
"loadReportType" : {
"type" : "string"
},
+ "cpu" : {
+ "$ref" : "#/definitions/ResourceUsage"
+ },
+ "memory" : {
+ "$ref" : "#/definitions/ResourceUsage"
+ },
"directMemory" : {
"$ref" : "#/definitions/ResourceUsage"
},
+ "bandwidthIn" : {
+ "$ref" : "#/definitions/ResourceUsage"
+ },
+ "bandwidthOut" : {
+ "$ref" : "#/definitions/ResourceUsage"
+ },
"lastUpdate" : {
"type" : "integer",
"format" : "int64"
},
- "msgThroughputIn" : {
- "type" : "number",
- "format" : "double"
- },
"msgThroughputOut" : {
"type" : "number",
"format" : "double"
@@ -7994,11 +7994,11 @@
"ResourceUnit" : {
"type" : "object",
"properties" : {
- "availableResource" : {
- "$ref" : "#/definitions/ResourceDescription"
- },
"resourceId" : {
"type" : "string"
+ },
+ "availableResource" : {
+ "$ref" : "#/definitions/ResourceDescription"
}
}
},