Skip to content

Commit

Permalink
updated openapi-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Nov 15, 2024
1 parent d3c79f8 commit 3898fab
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3830,6 +3830,39 @@ paths:
summary: Get the list of all domain tags created in this Edge instance
tags:
- Protocol Adapters
/api/v1/management/protocol-adapters/tags/{tagName}:
get:
description: Get a domain tag created in this Edge instance
operationId: get-domain-tag
parameters:
- description: The tag name (base64 encoded).
in: path
name: tagName
required: true
schema:
type: string
responses:
"200":
content:
application/json:
examples:
opc ua domain tags example:
description: An example for domain tags in opc ua
summary: 'Example for domain tags for opc ua '
value:
items:
- tagDefinition:
node: ns=2;i=test
tagName: tag1
- tagDefinition:
node: ns=2;i=test2
tagName: tag2
schema:
$ref: '#/components/schemas/DomainTag'
description: Success
summary: Get the domain tag with the given name in this Edge instance
tags:
- Protocol Adapters
/api/v1/management/protocol-adapters/tagschemas/{protocolId}:
get:
description: Obtain the tag schema for a specific portocol adapter.
Expand Down

0 comments on commit 3898fab

Please sign in to comment.