[comment]: # aside: 1

[comment]: # translation:outdated

[comment]: # ({4b78fc8f-57ba3541})
# Historyオブジェクト

次のオブジェクトは、`history`API に直接関連しています。

::: noteclassic
Historyオブジェクトはアイテムの情報の種類によって異なります。これらはZabbixサーバーによって作成され、APIから変更することはできません。
:::

[comment]: # ({/4b78fc8f-57ba3541})

[comment]: # ({cbc52cb3-399f1014})
### Float history

float historyオブジェクトは、以下のプロパティを持ちます。

|プロパティ|[Type](/manual/api/reference_commentary#data_types)|説明|
|--|--|------|
|clock|timestamp|Time when that value was received.|
|itemid|string|ID of the related item.|
|ns|integer|Nanoseconds when the value was received.|
|value|float|Received value.|

[comment]: # ({/cbc52cb3-399f1014})

[comment]: # ({f12b9a5a-3e505499})
### Integer history

Integer history オブジェクトは、以下のプロパティを持ちます。

|プロパティ|[Type](/manual/api/reference_commentary#data_types)|説明|
|--|--|------|
|clock|timestamp|Time when that value was received.|
|itemid|string|ID of the related item.|
|ns|integer|Nanoseconds when the value was received.|
|value|integer|Received value.|

[comment]: # ({/f12b9a5a-3e505499})

[comment]: # ({212a4e9a-11561120})
### String history

String history オブジェクトは、以下のプロパティを持つ。

|プロパティ|[Type](/manual/api/reference_commentary#data_types)|説明|
|--|--|------|
|clock|timestamp|Time when that value was received.|
|itemid|string|ID of the related item.|
|ns|integer|Nanoseconds when the value was received.|
|value|string|Received value.|

[comment]: # ({/212a4e9a-11561120})

[comment]: # ({f2fea04a-8e4826ab})
### Text history

Text history オブジェクトは、以下のプロパティを持ちます。

|プロパティ|[Type](/manual/api/reference_commentary#data_types)|説明|
|--|--|------|
|id|string|ID of the history entry.|
|clock|timestamp|Time when that value was received.|
|itemid|string|ID of the related item.|
|ns|integer|Nanoseconds when the value was received.|
|value|text|Received value.|

[comment]: # ({/f2fea04a-8e4826ab})

[comment]: # ({a6bce03d-0df964c4})
### Log history

Log history オブジェクトは、以下のプロパティを持ちます。

|プロパティ|[Type](/manual/api/reference_commentary#data_types)|説明|
|--|--|------|
|id|string|ID of the history entry.|
|clock|timestamp|Time when that value was received.|
|itemid|string|ID of the related item.|
|logeventid|integer|Windows event log entry ID.|
|ns|integer|Nanoseconds when the value was received.|
|severity|integer|Windows event log entry level.|
|source|string|Windows event log entry source.|
|timestamp|timestamp|Windows event log entry time.|
|value|text|Received value.|

[comment]: # ({/a6bce03d-0df964c4})
