Password Safe-Attributes

Number of APIs: 8

  1. List of Attributes by Managed Account ID GET {{biBaseURL}}/ManagedAccounts/:managedAccountID/Attributes

  2. List of Attributes by Managed System ID GET {{biBaseURL}}/ManagedSystems/:managedSystemID/Attributes

  3. Assign an Attribute to a Managed Account POST {{biBaseURL}}/ManagedAccounts/:managedAccountID/Attributes/:attributeID

  4. Assign an Attribute to a Managed System POST {{biBaseURL}}/ManagedSystems/:managedSystemID/Attributes/:attributeID

  5. Delete all Managed Account Attributes by Managed Account ID DELETE {{biBaseURL}}/ManagedAccounts/:managedAccountID/Attributes

  6. Delete a Managed Account Attribute by Managed Account ID and Attribute ID DELETE {{biBaseURL}}/ManagedAccounts/:managedAccountID/Attributes/:attributeID

  7. Delete all Managed System Attributes by Managed System ID DELETE {{biBaseURL}}/ManagedSystems/:managedSystemID/Attributes

  8. Delete a Managed System Attribute by Managed System ID and Attribute ID DELETE {{biBaseURL}}/ManagedSystems/:managedSystemID/Attributes/:attributeID