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

Error 422 trying to push any data to GLUe #38

Open
bfreitasdtiq opened this issue May 12, 2022 · 1 comment
Open

Error 422 trying to push any data to GLUe #38

bfreitasdtiq opened this issue May 12, 2022 · 1 comment

Comments

@bfreitasdtiq
Copy link

Anytime i try to push data , Ive tried Passwords,Configurations i get this error.

New-ITGluePasswords : {"errors":[{"status":422,"title":"Valid organization_id is required","source":{"pointer":"data/attributes/organization_id"}}]}

New-ITGluePasswords -organization_id 5020178 -data $PasswordObject

#Password Data
$PasswordObject = @{
type = 'passwords'
attributes = @{
name = 'utilname'
username = 'usernametest'
password = 'passwordtest'
notes = "Local Admin Password for $($Env:COMPUTERNAME)"
}
}

@bfreitasdtiq
Copy link
Author

And when doing configrations i get this one
New-ITGlueConfigurations : {"errors":[{"source":{"pointer":"/data/attributes/configuration-type"},"detail":"must exist","title":"Unprocessable Entity","status":422}]}

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

1 participant