Skip to content
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

MSP360 -> Hudu - Detailed report not displaying #7

Open
patrick-palmersheim opened this issue Jun 18, 2021 · 2 comments
Open

MSP360 -> Hudu - Detailed report not displaying #7

patrick-palmersheim opened this issue Jun 18, 2021 · 2 comments

Comments

@patrick-palmersheim
Copy link

I am working on getting this script implemented and I have ran into an issue with the detailed report not displaying on the asset. When looking at the code line 250 looks different than the rest in that block.
It currently reads:
$null = $job_fields.add('detailed_report', $($processedJob).toString())
Should it read like this?
$null = $job_fields.add('detailed_report', $($processedJob.DetailedReport).toString())
When I make the change, it displays the link but it is just plain text.

@JacobErnst98
Copy link

I was able to fix this, check out the pull request 1426f18

@williammorgan64
Copy link

williammorgan64 commented Jan 3, 2024

I cannot seem to get this to work -- Getting

PS D:\Temp> .\get-msp360-details.ps1
Invoke-HuduRequest: 'No such host is known.'
WARNING: A connection error occured or Hudu version is below 2.21
Invoke-HuduRequest: 'No such host is known.'
WARNING: A connection error occured or Hudu version is below 2.21
Invoke-HuduRequest: 'No such host is known.'
Creating Layout
Invoke-HuduRequest: 'No such host is known.'
Invoke-HuduRequest: 'No such host is known.'
Invoke-HuduRequest: 'No such host is known.'
Company Aurora Financial Not found in Hudu. Please rename in MSP360
Invoke-HuduRequest: 'No such host is known.'
Company Hartigan Power Equipment Not found in Hudu. Please rename in MSP360
Invoke-HuduRequest: 'No such host is known.'
Company Code Blue Computing Not found in Hudu. Please rename in MSP360
Invoke-HuduRequest: 'No such host is known.'

I've double checked and recreated my MSP360 API credentials as well as the HUDU API. What am I missing? These companies do exist in Hudu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants