Hello,
I am trying to search config files to see which files have a particular string (access-list 199) in my case,
In Postman application i have the below URL for POST action:
"https://x.x.x.x:17778/SolarWinds/InformationService/v3/Json/Invoke/Cirrus.ConfigArchive/ConfigSearch"
This is giving a list of ID's but wrapped in some strings for example:
"'01c4935d-2f65-40dc-81e5-9d28ced1b281'",
"'110d2f66-b925-4bdc-ad33-e6ac64a06cb4'",
How can I unwrap this and get the information of which devices have the specified string?
I'm also trying to achieve the same goal through SWQL Studio and when go into Invoke Cirrus.ConfigArchive.ConfigSearch and enter the details it gives the following error:
"Error while parsing argument startTime, invocation won't happen:
Data at the root level is invalid. Line1, position 1."
See attached screenshot.
I'm new so any help appreciated.
Thanks