IoTドメイン・グループの詳細の取得
Internet of Things (IoT)ドメイン・グループの詳細を取得します。
oci iot domain-group getコマンドおよび必須パラメータを使用して、ドメイン・グループのデータ・アクセス詳細(構成されている場合)を含むIoTドメイン・グループの詳細を取得します。
<iot-domain-group-OCID>を、IoTドメイン・グループのOCIDに置き換えます。oci iot domain-group get --iot-domain-group-id <iot-domain-group-OCID>このレスポンス例は、ドメイン・グループがアクティブである
"lifecycleState": "ACTIVE"を示し、このレスポンスが構成されている場合は、IoTドメイン・グループのデータ・アクセス詳細と、ドメイン・グループ短縮IDを持つデータ・ホストが含まれます。db-allow-listed-vcn-idsdb-connection-stringdb-token-scopedata-host:<domain-group-short-id>.data.iot.<region>.oci.oraclecloud.com{ "data": { "compartment-id": "<compartment-OCID>", "data-host": "<domain-group-short-id>.iot-data.<region>.oci.oraclecloud.com", "db-allow-listed-vcn-ids": null, "db-connection-string": null, "db-token-scope": null, "defined-tags": { "Oracle-Tags": { "CreatedBy": "default/user", "CreatedOn": "2025-08-05T18:15:41.260Z" } }, "description": null, "display-name": "<your-iot-domain-group-name>", "freeform-tags": {}, "id": "<domain-group-OCID>", "lifecycle-state": "ACTIVE", "system-tags": {}, "time-created": "2025-08-05T18:15:43.054000+00:00", "time-updated": "2025-08-05T18:27:53.655000+00:00" }, "etag": "<unique-id>" }CLIコマンドのパラメータおよび値の完全なリストは、CLIコマンド・リファレンスを参照してください。
GetIotDomainGroup操作を実行して、IoTドメイン・グループの詳細を取得します。