Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Nov 15, 2024
1 parent 81ea33c commit 8d12bd9
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3928,6 +3928,27 @@ paths:
summary: Get the list of all domain tags created 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.
operationId: getTagSchema
parameters:
- description: The protocol id.
in: path
name: protocolId
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/TagSchema'
description: Success
summary: Obtain the JSON schema for a tag for a specific protocol adapter.
tags:
- Protocol Adapters
/api/v1/management/protocol-adapters/types:
get:
description: Obtain a list of available protocol adapter types.
Expand Down Expand Up @@ -4362,6 +4383,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Adapter'
required:
- items
ApiBearerToken:
type: object
properties:
Expand Down Expand Up @@ -4627,6 +4650,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Bridge'
required:
- items
BridgeSubscription:
type: object
description: remoteSubscriptions associated with the bridge
Expand Down Expand Up @@ -4688,6 +4713,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Capability'
required:
- items
DataPoint:
type: object
properties:
Expand Down Expand Up @@ -4808,6 +4835,10 @@ components:
tagName:
type: string
description: The name of the tag that identifies it within this edge instance.
required:
- protocolId
- tagDefinition
- tagName
DomainTagList:
type: object
properties:
Expand All @@ -4816,6 +4847,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/DomainTag'
required:
- items
EnvironmentProperties:
type: object
description: A map of properties relating to the installation
Expand Down Expand Up @@ -4889,6 +4922,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Event'
required:
- items
Extension:
type: object
description: List of result items that are returned by this endpoint
Expand Down Expand Up @@ -4928,6 +4963,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Extension'
required:
- items
FieldMappingMetaDataModel:
type: object
properties:
Expand Down Expand Up @@ -4957,6 +4994,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/FieldMappingsModel'
required:
- items
FieldMappingsModel:
type: object
description: List of result items that are returned by this endpoint
Expand Down Expand Up @@ -5036,6 +5075,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/FsmStateInformationItem'
required:
- items
GatewayConfiguration:
type: object
properties:
Expand Down Expand Up @@ -5144,6 +5185,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Link'
required:
- items
Listener:
type: object
description: List of result items that are returned by this endpoint
Expand Down Expand Up @@ -5189,6 +5232,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Listener'
required:
- items
LocalBridgeSubscription:
type: object
description: localSubscriptions associated with the bridge
Expand Down Expand Up @@ -5256,6 +5301,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Metric'
required:
- items
Module:
type: object
description: List of result items that are returned by this endpoint
Expand Down Expand Up @@ -5303,6 +5350,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Module'
required:
- items
Notification:
type: object
description: List of result items that are returned by this endpoint
Expand Down Expand Up @@ -5331,6 +5380,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Notification'
required:
- items
ObjectNode:
type: object
description: List of result items that are returned by this endpoint
Expand Down Expand Up @@ -5387,6 +5438,8 @@ components:
type: string
description: The payload of the sample. The bytes are base64 encoded to
ensure compatibility even if the payload is a arbitrary byte sequence.
required:
- payload
PayloadSampleList:
type: object
properties:
Expand All @@ -5395,6 +5448,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/PayloadSample'
required:
- items
PolicyOperation:
type: object
description: The pipeline to execute when this action is triggered. The operations
Expand Down Expand Up @@ -5506,6 +5561,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/ProtocolAdapter'
required:
- items
Schema:
type: object
properties:
Expand Down Expand Up @@ -5647,6 +5704,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Status'
required:
- items
StatusTransitionCommand:
type: object
properties:
Expand Down Expand Up @@ -5679,6 +5738,14 @@ components:
type:
type: string
description: The type of the object in transition
TagSchema:
type: object
properties:
configSchema:
$ref: '#/components/schemas/JsonNode'
protocolId:
type: string
description: The id assigned to the protocol adapter type
TlsConfiguration:
type: object
description: tlsConfiguration associated with the bridge
Expand Down Expand Up @@ -5741,6 +5808,8 @@ components:
type: string
format: mqtt-topic-filter
description: The topic filter according to the MQTT specification.
required:
- topicFilter
TopicFilterList:
type: object
properties:
Expand All @@ -5749,6 +5818,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/TopicFilter'
required:
- items
TransformationModel:
type: object
description: The kind of transformation that is performed on the data
Expand Down Expand Up @@ -5790,6 +5861,8 @@ components:
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/ObjectNode'
required:
- items
WebsocketConfiguration:
type: object
description: websocketConfiguration associated with the bridge
Expand Down

0 comments on commit 8d12bd9

Please sign in to comment.