From commits-return-25746-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Sat Mar 30 08:46:21 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 532CF180626 for ; Sat, 30 Mar 2019 09:46:21 +0100 (CET) Received: (qmail 99787 invoked by uid 500); 30 Mar 2019 08:46:20 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 99778 invoked by uid 99); 30 Mar 2019 08:46:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2019 08:46:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9CBEB85B81; Sat, 30 Mar 2019 08:46:19 +0000 (UTC) Date: Sat, 30 Mar 2019 08:46:19 +0000 To: "commits@pulsar.apache.org" Subject: [pulsar] branch asf-site updated: Updated site at revision 129b95d MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155393557949.4336.2448315710180687490@gitbox.apache.org> From: mmerli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: pulsar X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: b78399b06acb1507a9fa3113917262d8eec10d1b X-Git-Newrev: 5560d5307f79c5dbe98fb8f0d9a585e94842088d X-Git-Rev: 5560d5307f79c5dbe98fb8f0d9a585e94842088d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 5560d53 Updated site at revision 129b95d 5560d53 is described below commit 5560d5307f79c5dbe98fb8f0d9a585e94842088d Author: jenkins AuthorDate: Sat Mar 30 08:46:12 2019 +0000 Updated site at revision 129b95d --- content/swagger/swagger.json | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/content/swagger/swagger.json b/content/swagger/swagger.json index ab1c8d2..e740d06 100644 --- a/content/swagger/swagger.json +++ b/content/swagger/swagger.json @@ -4040,7 +4040,7 @@ "200" : { "description" : "successful operation", "schema" : { - "$ref" : "#/definitions/NonPersistentTopicStats" + "$ref" : "#/definitions/TopicStats" } }, "403" : { @@ -6895,7 +6895,7 @@ }, "type" : { "type" : "string", - "enum" : [ "NONE", "BOOLEAN", "STRING", "INT8", "INT16", "INT32", "INT64", "FLOAT", "DOUBLE", "BYTES", "DATE", "TIME", "TIMESTAMP", "JSON", "PROTOBUF", "AVRO", "AUTO", "AUTO_CONSUME", "AUTO_PUBLISH", "KEY_VALUE" ] + "enum" : [ "NONE", "STRING", "JSON", "PROTOBUF", "AVRO", "BOOLEAN", "INT8", "INT16", "INT32", "INT64", "FLOAT", "DOUBLE", "DATE", "TIME", "TIMESTAMP", "KEY_VALUE", "BYTES", "AUTO", "AUTO_CONSUME", "AUTO_PUBLISH" ] }, "timestamp" : { "type" : "integer", @@ -7096,41 +7096,41 @@ "type" : "number", "format" : "double" }, - "cpu" : { - "$ref" : "#/definitions/ResourceUsage" + "overLoaded" : { + "type" : "boolean" }, - "lastUpdate" : { - "type" : "integer", - "format" : "int64" + "loadReportType" : { + "type" : "string" }, - "msgThroughputIn" : { - "type" : "number", - "format" : "double" + "bandwidthIn" : { + "$ref" : "#/definitions/ResourceUsage" }, - "msgThroughputOut" : { - "type" : "number", - "format" : "double" + "bandwidthOut" : { + "$ref" : "#/definitions/ResourceUsage" }, "memory" : { "$ref" : "#/definitions/ResourceUsage" }, + "cpu" : { + "$ref" : "#/definitions/ResourceUsage" + }, "directMemory" : { "$ref" : "#/definitions/ResourceUsage" }, - "underLoaded" : { - "type" : "boolean" + "lastUpdate" : { + "type" : "integer", + "format" : "int64" }, - "overLoaded" : { + "underLoaded" : { "type" : "boolean" }, - "loadReportType" : { - "type" : "string" - }, - "bandwidthIn" : { - "$ref" : "#/definitions/ResourceUsage" + "msgThroughputIn" : { + "type" : "number", + "format" : "double" }, - "bandwidthOut" : { - "$ref" : "#/definitions/ResourceUsage" + "msgThroughputOut" : { + "type" : "number", + "format" : "double" } } }, @@ -8069,15 +8069,15 @@ "ResourceDescription" : { "type" : "object", "properties" : { + "usagePct" : { + "type" : "integer", + "format" : "int32" + }, "resourceUsage" : { "type" : "object", "additionalProperties" : { "$ref" : "#/definitions/ResourceUsage" } - }, - "usagePct" : { - "type" : "integer", - "format" : "int32" } } }, @@ -8112,11 +8112,11 @@ "ResourceUnit" : { "type" : "object", "properties" : { - "resourceId" : { - "type" : "string" - }, "availableResource" : { "$ref" : "#/definitions/ResourceDescription" + }, + "resourceId" : { + "type" : "string" } } },