-
Notifications
You must be signed in to change notification settings - Fork 51
Get-itglueconfigurations -filter_serial_number not all information is returned #51
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
Comments
@bjowol, Hello. May you please test again with release v2.0.5? Testing this with version 2.0.5 returns valid information, an example cmdlet |
@bjowol - Thank you for the reply and screen shot. May you please provide an example of the cmdlet used to produce those results? |
@bjowol, thanks for the reply. Reviewing the report issue here and itglue/automation#18 , I think understand the issue and suggest engaging IT Glue Support if you have not already as it appears the data is not there (sounds like this this part of the IT Glue Cisco Meraki intergration feature). Both of the following examples return the same full data set from IT Glue when testing with version 2.0.7 after entering details like manufacturer name, id, etc, valid data is returned both snippets below return the same data:
As for the password issue, may you please create a separate issue to break this out? |
i guess ill create a ticket. The data is available in the GUI, thank you for your help so far! |
The data is in itglue, but as you mentioned there is and integraiton feature issue. The "IT-Glue specific" field/object is not populated by the integration, as you can see here. Got the same issue with data coming from our PSA. The IP address of the device is visible in the GUI, in the IP Address field, but none of the data from the PSA is returned from the IT-Glue API. The information is just missing. I'll contact itglue support and get their input. |
Got this reply from it-glue support. looks like this module need an update. Have not gotten aroud to create a pull request, but i will look at it in the following months (got a lot to do before we start using ITG).
Thank you for your for your patience on the matter. The model and the rest of the RMM information can be retrieved with a GET request to: https://api.itglue.com/configurations/XXXXXXXX/?include=rmm_records Sample output: "included": [ The "manufacturer-model-name" will show up here. With the PS Module, I was not able to see this option to hit the ?include=rmm_records option. I ran: SYNTAX Because we do not work on the wrapper, please contact the author to let them know you are trying to see this data. On the IT Glue side we have a feature request to have more RMM data write to IT Glue fields. Overwrite IT Glue data with RMM Data I’ve added your vote to the idea on your behalf. This also subscribes you to alerts about the suggested feature. We encourage you to join the conversation by adding your comments. You’ll need to already be signed into IT Glue to view the idea. If you have any other issues please feel free to respond. Thank you for your engagement, and continued partnership with IT Glue. |
to get this up and running, add the marked line into the script "Configurations.ps1" https://api.itglue.com/developer/ |
itglue/automation#18
The same issue persists for not only Meraki devices. The problem is that the information that is displayed within itglue is not returned from the cmdlet. This is a huge bummer for since there is no good way to filter MAC devices from the rest of the bunch for example.
The text was updated successfully, but these errors were encountered: