Digital Twin Registry - Async API (v1)

Download OpenAPI specification:Download

The API providing information about how the Digital Twin Registry's Async API can be accessed.

Authentication

The API offers currently one form of authentication:

  • OAuth2 - An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.

Credentials

Lists Client Credentials for using the Async API of the Digital Twin Registry

Authorizations:
registryAsyncConnector
path Parameters
tenantId
required
string <uuid>

Unique identifier of the owning tenant

Responses

Response samples

Content type
application/json
{
  • "apiKeyName": "4dfe0288ddd911edb5ea0242ac120002",
  • "apiKeySecret": "SaxtZM83yeeQPVnIb6aT",
  • "consumerGroupId": "default-consumer-group",
  • "kafkaClusterUrl": "SASL_SSL://abc.westeurope.azure.confluent.cloud:9092",
  • "commandTopic": "registry.00000000-1111-2222-3333-444444444444.api.command.json",
  • "responseTopic": "registry.00000000-1111-2222-3333-444444444444.api.response.json"
}