Create cloud twins as virtual representations of IoT devices in the cloud to manage, monitor, and control them remotely
BETA - List the documents of a Cloud Twin
BETA - Get a Cloud Twin Document
path Parameters
regionThe region you want to target
twin_idTwin ID.
document_nameName of the document.
BETA - Get a Cloud Twin Document › Responses
twin_idParent twin ID of the document.
document_nameName of the document.
versionNew version of the document.
New data related to the document.
BETA - Update a Cloud Twin Document
path Parameters
regionThe region you want to target
twin_idTwin ID.
document_nameName of the document.
BETA - Update a Cloud Twin Document › Request Body
versionVersion of the document to update. If set, ensures that the current version of the document matches before persisting the update.
Data of the new document. New data that will replace the contents of the document.
BETA - Update a Cloud Twin Document › Responses
twin_idParent twin ID of the document.
document_nameName of the document.
versionNew version of the document.
New data related to the document.
BETA - Patch a Cloud Twin Document
path Parameters
regionThe region you want to target
twin_idTwin ID.
document_nameName of the document.
BETA - Patch a Cloud Twin Document › Request Body
versionThe version of the document to update. If set, ensures that the current version of the document matches before persisting the update.
Patch data. A json data that will be applied on the document's current data. Patching rules:
- The patch goes recursively through the patch objects.
- If the patch object property is null, it is removed from the final object.
- If the patch object property is a value (number, strings, bool, arrays), it is replaced.
- If the patch object property is an object, the previous rules will be applied recursively on it.
BETA - Patch a Cloud Twin Document › Responses
twin_idParent twin ID of the document.
document_nameName of the document.
versionNew version of the document.
New data related to the document.