UtilizationReasonGroups
- Last UpdatedJun 09, 2023
- 1 minute read
This Azure function custom query returns the utilization reason groups. The custom query expression supports the following parameters:
|
Parameter Name |
Parameter Choice |
Example |
Description |
|---|---|---|---|
|
QueryName |
Required |
UtilizationReasonGroups |
Azure function query name |
|
SelectColumn |
Optional |
["*"] Or ["GroupName", "Description", "ParentGroupName", "Id", "_etag"] |
Option to pick required properties from AVEVA Insight |
The following properties are returned from the Azure function query for "UtilizationReasonGroups".
|
Property Name |
Datatype |
Description |
|---|---|---|
|
GroupName |
String |
The utilization reason group name. This is unique across all utilization reasons. |
|
Description |
String |
The utilization reason group description. |
|
ParentGroupName |
String |
Name of a parent group. If blank, this is a top-level group. |
|
Id |
String |
The UtilizationReasonGroup ID. |
|
_etag |
String |
This an optimistic concurrency tag which prevents overlapping updates to an entity |