Equipment
- Last UpdatedJun 09, 2023
- 1 minute read
This Azure function custom query returns all the equipment present in AVEVA Insight. The custom query expression supports the following parameters:
|
Parameter Name |
Parameter Choice |
Example |
Description |
|---|---|---|---|
|
QueryName |
Required |
Equipment |
Azure function query name |
|
SelectColumn |
Optional |
["*"] Or ["Name", "Namespace", "Description", "Location", "Id", "_etag"] |
Option to pick required properties from AVEVA Insight |
The following properties are returned from the Azure function query for "Equipment".
|
Property Name |
Datatype |
Description |
|---|---|---|
|
Name |
String |
The description of an equipment. Equipment are unique by Name combined with Namespace. Also by Name combined with Location. |
|
Namespace |
String |
The namespace of an equipment |
|
Description |
String |
The description of an equipment |
|
Location |
String |
The location of an equipment |
|
Id |
String |
The ID that identifies the equipment. The ID can be a typical equipment ID or the equipment's asset ID, indicated by the useAssetId parameter. |
|
_etag |
String |
This an optimistic concurrency tag which prevents overlapping updates to an entity |