@@ -14,12 +14,14 @@ This APEX application serves as a dashboard for monitoring IoT devices and messa
1414The application includes the following optional features that require OCI
1515credentials to function.
1616
17- 1 . Creation and deletion of models, adapters, and instances.
17+ 1 . Creation, updating, and deletion of models, adapters, and instances.
18182 . Creation of certificates and passwords for instances created in the
1919 application.
20- 3 . retrieval of passwords stored in a vault and private keys of certificates to
20+ 3 . Retrieval of certificate private key, certificate (pem), and certificate
21+ chain (pem) stored in a OCI compartment.
22+ 4 . Retrieval of passwords stored in a vault and private keys of certificates to
2123 facilitate device setup.
22- 4 . retrieval of IoT Domain Group and IoT Domain information where the
24+ 5 . Retrieval of IoT Domain Group and IoT Domain information where the
2325 application is running.
2426
2527> [ !WARNING]
@@ -103,6 +105,9 @@ script for creating the following objects.
103105 - auth_view - lists certs and secrets accessible to IoT.
104106 - iot_certs - detailed information about certs available to IoT.
105107 - iot_passwords - detailed information about passwords stored in the vault.
108+ - iot_model_view - json model information in table format via json_table.
109+ - iot_adapter_view - json adapter information in table format via json_table.
110+ - iot_instance_view - json instance information in table format via json_table.
106111
107112- Materialized Views
108113 - iot_msg_stats - computes basic stats on raw messages, rejected messages,
0 commit comments