Create new metric data.
|
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to create a new 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>6e96f191-e632-4af5-9ff5-c2e9cf0afa49</ID>
<MetricID>1ed2414a-4550-4b2f-bf5a-ff06f0604697</MetricID>
<Date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-09T17:44:58.0236278Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</Date>
<Value>1</Value>
</TrendValue>
{
"ID": "6e96f191-e632-4af5-9ff5-c2e9cf0afa49",
"MetricID": "1ed2414a-4550-4b2f-bf5a-ff06f0604697",
"Date": "2025-12-09T17:44:58.0236278+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>b0315428-ec2a-48f7-9cc3-45b263de9817</ID>
<MetricID>620c7379-bd17-4f25-9f02-0d13ef812c18</MetricID>
<Date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-09T17:44:58.0236278Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</Date>
<Value>1</Value>
<MetricName>sample string 1</MetricName>
<ArchiveID>f3328dc7-dbde-4d3f-90cd-f8c7a81a545d</ArchiveID>
<ArchiveName>sample string 2</ArchiveName>
<ArchiveDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-09T17:44:58.0236278Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ArchiveDate>
</TrendValue>
{
"ID": "b0315428-ec2a-48f7-9cc3-45b263de9817",
"MetricID": "620c7379-bd17-4f25-9f02-0d13ef812c18",
"Date": "2025-12-09T17:44:58.0236278+00:00",
"Value": 1.0,
"MetricName": "sample string 1",
"ArchiveID": "f3328dc7-dbde-4d3f-90cd-f8c7a81a545d",
"ArchiveName": "sample string 2",
"ArchiveDate": "2025-12-09T17:44:58.0236278+00:00"
}