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
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}]}
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)"
}
}
The text was updated successfully, but these errors were encountered: