You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
The List Associated Assets query has a field for Property Alias but this is not supported in the API.
What you expected to happen:
This query should instead have a field for 'Hierarchy ID` as supported by the SiteWise.ListAssociatedAssets API.
The Asset field should be marked as required, with the optional field to specify a hierarchyId. We should list available hierarchies for the specified asset.
How to reproduce it (as minimally and precisely as possible):
Add a List associated assets query in the query editor
Try to set the property alias
The asset field disappears and running the query leads to an error: failed to fetch query data: InvalidParameter: 1 validation error(s) found. - missing required field, ListAssociatedAssetsInput.AssetId.
Screenshots
Anything else we need to know?:
Environment:
Grafana version: 10.1.1
Plugin version: 1.22.1
OS Grafana is installed on: MacOS
User OS & Browser: Sonoma 14.5, Chrome
Others: Self Managed Grafana environment
The text was updated successfully, but these errors were encountered:
What happened:
The List Associated Assets query has a field for
Property Alias
but this is not supported in the API.What you expected to happen:
This query should instead have a field for 'Hierarchy ID` as supported by the SiteWise.ListAssociatedAssets API.
The
Asset
field should be marked as required, with the optional field to specify a hierarchyId. We should list available hierarchies for the specified asset.How to reproduce it (as minimally and precisely as possible):
failed to fetch query data: InvalidParameter: 1 validation error(s) found. - missing required field, ListAssociatedAssetsInput.AssetId.
Screenshots
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: