Sslprofile APIs

Sslprofile APIs

Avi SSLProfile object api

- configure sslprofile <key>
- show sslprofile <key>

Examples

  • sslprofile_example: To create a standard security SSL profile
      {'name': 'Standard', 'accepted_versions': [{'type': 'SSL_VERSION_TLS1'}, {'type': 'SSL_VERSION_TLS1'}, {'type': 'SSL_VERSION_TLS1_1'}, {'type': 'SSL_VERSION_TLS1_2'}], 'accepted_ciphers': 'aECDSA:aECDH:kEDH:kRSA'}
    

Contact Info: https://support.broadcom.com
Version: 30.2.1
BasePath:/api

Operations
DELETE
DELETE /sslprofile/{uuid}
GET
GET /sslprofile
GET
GET /sslprofile/{uuid}
GET
GET /sslprofile/{uuid}/federated_info/
PATCH
PATCH /sslprofile/{uuid}
POST
POST /sslprofile
PUT
PUT /sslprofile/{uuid}