WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
description:The GET method may be used by a service consumer to retrieve information about all devices with a valid traffic rule association. This method is typically used in the "registered devices query" procedure as described in clause 5.2.2.
operationId:RegistereddevicesGET
tags:
-serviceManagement
-reg-dev
parameters:
-$ref:'#/components/parameters/Query.Filter'
-$ref:'#/components/parameters/Query.Fields'
@@ -40,7 +42,7 @@ paths:
description:The POST method may be used by a service consumer to register a new device. This method is typically used in the "device registration" procedure as described in clause 5.2.3.
operationId:RegistereddevicesPOST
tags:
-serviceManagement
-reg-dev
requestBody:
description:Payload body in the request contains the information associated to the IoT device to be registered.
required:true
@@ -74,7 +76,7 @@ paths:
description:The GET method may be used by a service consumer to retrieve information about a device. This method is typically used in the "device registration query" procedure as described in clause 5.2.4.
description:Upon success, a response body containing information about the registered device is returned.
@@ -103,7 +105,7 @@ paths:
description:The PUT method may be used by a service consumer to update a device registration including its association to a valid traffic rule. This method is typically used in the "device registration update" procedure as described in clause 5.2.5 and in the "user transport assignment" procedure as described in clause 5.4.3.
description:One or more updated attributes that are allowed to be changed are included in the DeviceInfo data structure in the payload body of the request. .
required:true
@@ -144,7 +146,7 @@ paths:
description:The DELETE method may be used by a service consumer to deregister a device. This method is typically used in the "device deregistration" procedure as described in clause 5.2.6.
description:The POST method may be used by a service consumer to register a new IoT platform. This method is typically used in the "IoT platform registration" procedure as described in clause 5.3.4.
operationId:RegisterediotplatformsPOST
tags:
-serviceManagement
-reg-dev
requestBody:
description:Payload body in the request contains the information associated to the IoT platform to be registered.
description:The PUT method may be used by a service consumer to update a IoT platform registration. This method is typically used in the "IoT platform update" procedure as described in clause 5.3.5.
description:One or more updated attributes that are allowed to be changed are included in the IotPlatformInfo data structure in the payload body of the request. .
required:true
@@ -293,7 +295,7 @@ paths:
description:The DELETE method may be used by a service consumer to deregister a IoT platform. This method is typically used in the "IoT platform deregistration" procedure as described in clause 5.3.6.