EMC ViPR REST API

Search (SHIFT+S)

API Reference


Add Or Remove Trusted Certificate

PUT /vdc/truststore


Required Roles

Requires one of the following roles:

  • SECURITY_ADMIN
  • RESTRICTED_SECURITY_ADMIN

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<trusted_certificate_changes>
<add>
<certificate> String 0-* Elements
</add>
<remove>
<certificate> String 0-* Elements
</remove>
</trusted_certificate_changes>

Response Body

Field Description Type Notes
<trusted_certificates>
<certificate>     0-* Elements
<user_supplied> Boolean
<cert> String
</certificate>      
</trusted_certificates>