Getting a Digital Twin's Instance Details
Get information about a digital twin instance for a device that's connected to your Internet of Things (IoT).
- On the Domains list page, select the domain that you want to work with. If you need help finding the IoT domains list page or an IoT domain, see Listing IoT Domains.
- Select the Digital twin instances tab.
- Select the digital twin instance name you want to work with. The details page opens and displays the description, an associated adapter, an authentication ID, the name of the associated IoT domain, Model specification URI (DTMI), the External Key, the OCID, and a timestamp of when the instance was created and updated.
- Select the Data tab, to view the latest snapshot data for this instance, including the current state of all properties and telemetry defined in the associated digital twin model. No data is returned if a model is not associated with the instance. For more information, see IoT Domain Database Schema Reference.
- Select the tags tab to update or add, update, or delete tags.
- Select the Actions menu to send a raw command.
Use the oci iot digital-twin-instance get command and the required parameter to get information about a digital twin instance:
oci iot digital-twin-instance get --digital-twin-instance-id <digital-twin-instance-OCID>For a complete list of parameters and values for CLI commands, see CLI Command Reference.
Run the GetDigitalTwinInstance operation to get information about a digital twin instance.