Not able to fetch Custom Attributes from Solarwinds Graphconnector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 10:30 AM
I am integrating Solarwinds to ServiceNow (CMDB), using Flow Action to fetch Custom Attributes and use them in the script.
I am using nodes for this - example code - Nodes.CustomProperties.AttributeName
Kindly help me out if here if there is anything wrong with the above way of fetching the attribute value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 05:52 AM
I think you should use two tables and do a JOIN in SQL Query.
Orion.Nodes
Orion.NodesCustomProperties
Please let me know if you are trying to fetch Custom properties from "SG-SolarWinds Hardware Data Stream" Flow action, I should be able to give the SQL Query that I have written recently to fetch attributes from NodesCustomProperties table by joining two tables.
Thanks,
Swapna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 09:29 AM
Please find the query files attached. Replace attribute1 and attribute2 values with actual names from SolarWinds custom properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2023 08:55 AM
Will this work for SG-SolarWinds Network Adaptee Data Stream" Flow action? If not, what would the query for that