-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list_discovery_connections - engine_id is blank when output #278
Comments
Hi @Choppra Can you let us know which type of Discovery Connection you're using? It should be one the following options: |
@sgreen-r7 Sorry, I should have included that. DHCP Service. |
Yeah, this looks to be a bug within the Nexpose gem. We'll get it on the roadmap, and try and get an update out soon. |
Thanks, I had to resort to using the API via Powershell for now. |
@Choppra this should be fixed now: https://github.com/rapid7/nexpose-client/releases/tag/v6.1.1 I'll go ahead and leave this issue open for a bit to let us know it's working for you. |
Yes! Confirmed it works now. Engine-ID is now showing up. Shouldn't type return a value as well? I tried to return it but it came back blank as well. https://gist.github.com/Choppra/83cb2ae464e6b5342068867dadf70747 |
Unfortunately the type is not included in the XML API response that is used for the listing request. |
Awesome, thanks for the confirmation @Choppra. Feel free to open up another issue to feature request the |
I can return discovery.name and discovery.status just fine but engine_id is empty. Also, I did nothing a few others were not returning any values but engine_id is important to my script.
Your Environment
The text was updated successfully, but these errors were encountered: