Password Safe-Managed Accounts
Number of APIs: 8
-
List of Managed Accounts GET {{biBaseURL}}/ManagedAccounts
-
Get a Managed Account by ID GET {{biBaseURL}}/ManagedAccounts/:id
-
Get a Managed Account by Managed System ID and Managed Account Name GET {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts?name=
-
Update a Managed Account by ID PUT {{biBaseURL}}/ManagedAccounts/:id
-
Create a Managed Account in the Managed System by ID POST {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts
-
Delete a Managed Account by ID DELETE {{biBaseURL}}/ManagedAccounts/:id
-
Delete a Managed Account by Managed System ID and Managed Account Name DELETE {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts/:accountName
-
Delete All Managed Accounts on the Managed System by ID DELETE {{biBaseURL}}/ManagedSystems/:systemID/ManagedAccounts