getTagValues: Output Items
In this section, you can find the descriptions of the output items for the getTagValues operation depending on the value type you select on the General tab.
Snapshot
Output Item | Data Type | Description |
---|---|---|
responseHeader | Complex | The response message header. |
failureList | Complex | A list of tags that are operated in the wrong way.
It is used as an output item in bulk tag operations where some of the tag operations succeed and some fail. For descriptions of the attributes in this item, see Attributes in the failureList item. |
tagValueList | Complex | A list of current tag values stored on the PI Data Archive server.
For descriptions of the attributes in this item, see Attributes in the tagValueList item. |
Attribute Name | Data Type | Description |
---|---|---|
tagName | String | The name of the tag under which the operation fails. |
errorCode | String | The unique identification of the error. |
errorDesc | String | The text description of the error. |
Attribute Name | Data Type | Description |
---|---|---|
name | String | The unique name of the tag name. |
value | String | The tag value returned from the PI Data Archive server.
If the value is not available for any reason, N/A is filled in this field. This value is not relevant for Blob type tags. |
binaryValue | Binary | The binary value of the tag returned from the PI Data Archive server.
If the value is not available for any reason, N/A is filled in this field. This value is relevant only for Blob type tags. |
timestamp | String | The timestamp of the tag value. |
isGood | Boolean | The attribute that identifies whether the tag is set to a valid value. |
isStale | Boolean | The attribute that identifies whether the last tag value change is stale in relation to the stale period you specify in the getValues request.
The value is relevant only when the staleFrom and staleTo values are specified in the getValues request. |
ArcValues
Output Item | Data Type | Description |
---|---|---|
responseHeader | Complex | The response message header. |
arcValue | Complex | A single value associated to the timestamp.
For descriptions of the attributes in this element, see Attributes in the arcValue item. |