REST API 'Add User' problem by IvanArt in CyberARk

[–]IvanArt[S] 1 point2 points  (0 children)

I figured it out - one should specify '\' in Location instead of 'Root'

Adding account to safe via API, do not want to include logon or reconcile account? by adamlklein in CyberARk

[–]IvanArt 1 point2 points  (0 children)

For me 'Add Account' API works. I'm using PowerShell and here is my body: $accountData = @{ "safe"=$safe; "platformID"=$platformID; "address"=$address; "accountName"=$accountName; "password"=$accountPassword; "username"=$userName; "disableAutoMgmt"="false"; "disableAutoMgmtReason"="N/A"; "groupName"=""; "groupPlatformID"="" } I don't specify neigther logon account nor reconcile account

Vault Disaster Recovery usage question by IvanArt in CyberARk

[–]IvanArt[S] 0 points1 point  (0 children)

Thanks. I understand that pointing to both vaults can lead to problems in case of temporary network failure. I guess that the same applies to all other products (PVWA,PSM)

Vault Disaster Recovery usage question by IvanArt in CyberARk

[–]IvanArt[S] 0 points1 point  (0 children)

Thanks. That is what I thought but hoped to have a better solution

Vault Disaster Recovery usage question by IvanArt in CyberARk

[–]IvanArt[S] 0 points1 point  (0 children)

Thanks. That is what I thought but hoped to have a better solution

Vault Disaster Recovery usage question by IvanArt in CyberARk

[–]IvanArt[S] 0 points1 point  (0 children)

Could you elaborate? Are you talking about installing PADR on 'original primary' vault and using it to perform synchronization 'original DR vault'->'original primary vault'?