Skip to content

Corda Metering CorDapp

The Metering Collection Tool is used to collect metering data from a Corda Enterprise node, for the Corda Enterprise Licensing purpose as disclosed under the Membership Agreement.

For Contour Members, the metering data will be collected by Contour Business Network Operator (BNO).

Important to note that there will be NO business or sensitive data will be shared to BNO.

With reference to the sample of the metering data collected as below, only the signing event type/command and the counts of the events during the reported period will be collected.

Tue Feb 16 08:29:03 UTC 2021>>> start MeteringCollectionFlow startDate: 2021-02-15, daysToCollect: 7, page: 1
 ✓ Starting
▶︎ Done
Flow completed with result: {
  "totalCount" : 5,
  "version" : 1,
  "query" : {
    "startDate" : "2021-02-15T00:00:00Z",
    "endDate" : "2021-02-22T00:00:00Z",
    "filter" : {
      "filterBy" : "NONE",
      "values" : [ ]
    },
    "pageNumber" : 1,
    "totalPages" : 1,
    "pageSize" : 10000
  },
  "entries" : [ {
    "signingId" : {
      "type" : "NODE_IDENTITY",
      "accountId" : null
    },
    "txType" : "NORMAL",
    "commands" : [ "network.contour.app.contract.BillOfLadingAgreement.Commands.NameInstruction", "network.contour.app.contract.DemandPresentation.Commands.Return", "network.contour.app.contract.DocumentsRequired.Commands.Update" ],
    "count" : 1,
    "cordappHashList" : [ "4A5850B072867A754CBE7E3A578C1FF8894710220D01375C0F7C6EC8F663C566" ]
  }, {
    "signingId" : {
      "type" : "NODE_IDENTITY",
      "accountId" : null
    },
    "txType" : "NORMAL",
    "commands" : [ "network.contour.app.contract.LOC.Commands.Advise", "network.contour.app.contract.LOCApplication.Commands.AWBankEndorse" ],
    "count" : 1,
    "cordappHashList" : [ "4A5850B072867A754CBE7E3A578C1FF8894710220D01375C0F7C6EC8F663C566" ]
  }, {
    "signingId" : {
      "type" : "NODE_IDENTITY",
      "accountId" : null
    },
    "txType" : "NORMAL",
    "commands" : [ "network.contour.app.contract.BillOfLadingAgreement.Commands.NameInstruction", "network.contour.app.contract.DemandPresentation.Commands.Forward", "network.contour.app.contract.DocumentsRequired.Commands.Update" ],
    "count" : 1,
    "cordappHashList" : [ "4A5850B072867A754CBE7E3A578C1FF8894710220D01375C0F7C6EC8F663C566" ]
  }, {
    "signingId" : {
      "type" : "NODE_IDENTITY",
      "accountId" : null
    },
    "txType" : "NORMAL",
    "commands" : [ "network.contour.app.contract.LOC.Commands.Advise", "network.contour.app.contract.LOCApplication.Commands.AdvisingBankEndorse" ],
    "count" : 1,
    "cordappHashList" : [ "4A5850B072867A754CBE7E3A578C1FF8894710220D01375C0F7C6EC8F663C566" ]
  }, {
    "signingId" : {
      "type" : "NODE_IDENTITY",
      "accountId" : null
    },
    "txType" : "NORMAL",
    "commands" : [ "network.contour.app.contract.LOCAmendment.Commands.Endorse" ],
    "count" : 1,
    "cordappHashList" : [ "4A5850B072867A754CBE7E3A578C1FF8894710220D01375C0F7C6EC8F663C566" ]
  } ]
}