Update metric data.
|
id
globally unique identifier
Required
Guid ID of the trend value to update. |
|
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to update a trend value.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
globally unique identifier
Required on Update
ID of the Metric Data. |
|
MetricID
globally unique identifier
Required on Create
ID of the metric. |
|
Date
date
Required
Date of the metric data |
|
Value
decimal number
Required
Value of the metric data |
|
MetricName
string
ReadOnly
Name of the metric. |
|
ArchiveID
globally unique identifier
ReadOnly
ID of the archive were the metric data is stored. |
|
ArchiveName
string
ReadOnly
Name of the archive were the metric data is stored. |
|
ArchiveDate
date
ReadOnly
Date the metric data was archived. |
<TrendValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
<ID>b4f6fd1b-217e-4fb0-bf3e-3332626802cd</ID>
<MetricID>31484ece-28ab-4441-b171-91d47253dd5a</MetricID>
<Date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-12T01:47:49.1312289Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</Date>
<Value>1</Value>
</TrendValue>
{
"ID": "b4f6fd1b-217e-4fb0-bf3e-3332626802cd",
"MetricID": "31484ece-28ab-4441-b171-91d47253dd5a",
"Date": "2026-06-12T01:47:49.1312289+00:00",
"Value": 1.0
}
|
ID
globally unique identifier
Required on Update
ID of the Metric Data. |
|
MetricID
globally unique identifier
Required on Create
ID of the metric. |
|
Date
date
Required
Date of the metric data |
|
Value
decimal number
Required
Value of the metric data |
|
MetricName
string
ReadOnly
Name of the metric. |
|
ArchiveID
globally unique identifier
ReadOnly
ID of the archive were the metric data is stored. |
|
ArchiveName
string
ReadOnly
Name of the archive were the metric data is stored. |
|
ArchiveDate
date
ReadOnly
Date the metric data was archived. |
<TrendValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
<ID>bc215926-b6b6-49c9-8681-b0992f496faf</ID>
<MetricID>3a84b7ff-1d69-43c1-bea7-b19d355421cb</MetricID>
<Date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-12T01:47:49.1312289Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</Date>
<Value>1</Value>
<MetricName>sample string 1</MetricName>
<ArchiveID>d2e84819-bfa9-4db5-9ca6-8c9831cd1e8f</ArchiveID>
<ArchiveName>sample string 2</ArchiveName>
<ArchiveDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-12T01:47:49.1312289Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ArchiveDate>
</TrendValue>
{
"ID": "bc215926-b6b6-49c9-8681-b0992f496faf",
"MetricID": "3a84b7ff-1d69-43c1-bea7-b19d355421cb",
"Date": "2026-06-12T01:47:49.1312289+00:00",
"Value": 1.0,
"MetricName": "sample string 1",
"ArchiveID": "d2e84819-bfa9-4db5-9ca6-8c9831cd1e8f",
"ArchiveName": "sample string 2",
"ArchiveDate": "2026-06-12T01:47:49.1312289+00:00"
}