|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
clientCaCertName | M | reference | The name of client CA Certificate referred by this Ema-TLS profile. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name}/ClientCaCert/{clientCaCertName} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name} --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name}/ClientCaCert/{clientCaCertName} |