With Features endpoint in Bosch IoT Edge Services' REST service via set of GET/PUT HTTP requests you can structure the features of your things.
The Features is an endpoint, that gives you the possibility to retrieve the available information about a feature with a given featureId of a thing with a thingId. You can request the whole feature, a subset of it, its definition, properties or a singe property. You can also change the value of a single property of a feature:
You obtain all features of the thing identified by the thingId path parameter.
You obtain a specific feature identified by the featureId path parameter of the thing identified by the thingId path parameter.
You obtain the complete definition field of the feature identified by the thingId and featureId path parameter.
You send a message with the subject messageSubject to the feature specified by the featureId and thingId path parameter.
You obtain all properties of the feature identified by the thingId and featureId path parameter.
You obtain the a specific property path of the feature identified by the thingId and featureId path parameter.
You update a specific property of a feature identified by the thingId and featureId path parameter.
The Swagger provides the following interface for using the Feature endpoint:
