Password Safe-Managed Accounts

Number of APIs: 8

  1. List of Managed Accounts GET {{biBaseURL}}/ManagedAccounts

  2. Get a Managed Account by ID GET {{biBaseURL}}/ManagedAccounts/:id

  3. Get a Managed Account by Managed System ID and Managed Account Name GET {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts?name=

  4. Update a Managed Account by ID PUT {{biBaseURL}}/ManagedAccounts/:id

  5. Create a Managed Account in the Managed System by ID POST {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts

  6. Delete a Managed Account by ID DELETE {{biBaseURL}}/ManagedAccounts/:id

  7. Delete a Managed Account by Managed System ID and Managed Account Name DELETE {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts/:accountName

  8. Delete All Managed Accounts on the Managed System by ID DELETE {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts