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
Anyone know where the "Last Update" values are extracted from in the Engine Listing? These are the Version, Content and Product values as seen in the Nexpose management dashboard. I can get the rest of the info via the API 'EngineListingRequest"..just these fields are proving elusive.
The text was updated successfully, but these errors were encountered:
Take a look at the Connection#engine_versions method. Under the hood it's sending an API request for ConsoleCommand with the command version engines and then parsing the plain-text response to capture key-value pairs. If you go to your console's administration page, then go to the "Run commands" link next to the "Troubleshooting" item (near the bottom right of the page) you can run the command version engines to see what the keys and values will look like - the ruby code just converts that to a hash.
There is an alternative method proposed which would parse the data from the UI endpoint instead, although it hasn't been accepted as a replacement (yet - I can't recall why). See rapid7/nexpose-client#231 for more info on that alternative.
Anyone know where the "Last Update" values are extracted from in the Engine Listing? These are the Version, Content and Product values as seen in the Nexpose management dashboard. I can get the rest of the info via the API 'EngineListingRequest"..just these fields are proving elusive.
The text was updated successfully, but these errors were encountered: