Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: describe participant metadata API

...

Get participant metadata for a specific participant.

*DomainName

The participant domain name can be get/updated/deleted via the following calls. A single domain name can be associated with each participant. The domain name is used for dynamic key fetching via DNS (MTS1 section 2.4).

  • getDomainName
  • updateDomainName
  • deleteDomainName

*MtbPublicKey

The current MTB signing keys can be get/added/deleted via the following calls. One should not existing keys are immutable and can only be deleted.

  • getMtbPublicKeys
  • addMtbPublicKey
  • getMtbPublicKey
  • deleteMtbPublicKey

*AuthtokenPublicKeys

The current authentication token signing keys can be get/added/deleted via the following calls. One should not existing keys are immutable and can only be deleted.

  • getAuthtokenPublicKeys
  • addAuthtokenPublicKey
  • getAuthtokenPublicKey
  • deleteAuthtokenPublicKey

*InterfaceEndpoints

Interface endpoints can be get/added/updated/deleted via the following calls.

  • getInterfaceEndpoints
  • addInterfaceEndpoint
  • getInterfaceEndpoint
  • updateInterfaceEndpoint
  • deleteInterfaceEndpoint