Configuration - Get Configurations

デバイス/モジュールの自動管理のIoT Hubの構成を取得します。 改ページ位置の設定はサポートされていません。

GET https://fully-qualified-iothubname.azure-devices.net/configurations?api-version=2021-04-12
GET https://fully-qualified-iothubname.azure-devices.net/configurations?top={top}&api-version=2021-04-12

URI パラメーター

名前 / 必須 説明
api-version
query True

string

Api のバージョン。

top
query

integer

int32

取得する構成の数。 IoT Hubの最大デプロイ数を超える場合、値はオーバーライドされます。

応答

名前 説明
200 OK

Configuration[]

OK です。

定義

名前 説明
Configuration

Iot Hub デバイスとモジュール ツインの構成。

ConfigurationContent

エッジ デバイス上のデバイスまたはモジュールの構成コンテンツ。

ConfigurationMetrics

Iot Hub デバイスとモジュールの構成メトリック。

Configuration

Iot Hub デバイスとモジュール ツインの構成。

名前 説明
content

ConfigurationContent

構成の内容。

createdTimeUtc

string

構成の作成日時。

etag

string

構成の ETag。

id

string

構成の一意識別子。

labels

object

構成の説明に使用されるキーと値のペア。

lastUpdatedTimeUtc

string

構成の更新日時。

metrics

ConfigurationMetrics

開発者がツインの報告されたプロパティに対するクエリとして指定したカスタム メトリック。

priority

integer

構成に割り当てられている優先度番号。

schemaVersion

string

構成のスキーマ バージョン。

systemMetrics

ConfigurationMetrics

カスタマイズできないIoT Hubによって計算されるシステム メトリック。

targetCondition

string

対象となるデバイスまたはモジュールを定義するために使用されるクエリ。 クエリは、ツイン タグや報告されたプロパティに基づいています。

ConfigurationContent

エッジ デバイス上のデバイスまたはモジュールの構成コンテンツ。

名前 説明
deviceContent

object

デバイス構成の内容。

moduleContent

object

モジュール構成の内容。

modulesContent

object

モジュールの構成コンテンツ。

ConfigurationMetrics

Iot Hub デバイスとモジュールの構成メトリック。

名前 説明
queries

object

キーと値のペアとクエリとその識別子。

results

object

メトリック収集クエリの結果。