db_cipher_suite
Configuration for Database Cipher Suite resource.
Read/write properties
cipher_suite_name<String>
Name of the Cipher Suite.
Minimum length = 1
Maximum length = 128
Operations
NOTE: In request payload, Mandatory parameters are marked red and bold.
The following parameters can be used in the nitro request :
onerror <String_value>
Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.
Default value: EXIT
Possible values = EXIT, CONTINUE
URL:https://<MGMT-IP>/nitro/v2/config/db_cipher_suite
Query-parameters:
filter
https://<MGMT-IP>/nitro/v2/config/db_cipher_suite?filter=property-name1:property-value1,property-name2:property-value2
Use this query-parameter to get the filtered set of db_cipher_suite resources configured on the system. You can set a filter on any property of the resource.
pagesize=#no&pageno=#no
https://<MGMT-IP>/nitro/v2/config/db_cipher_suite?pagesize=#no&pageno=#no
Use this query-parameter to get the db_cipher_suite resources in chunks.
count
https://<MGMT-IP>/nitro/v2/config/db_cipher_suite?count=yes
Use this query-parameter to get the count of db_cipher_suite resources.
HTTPS Method:GET
Request Headers:
Accept:application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response:
HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>, "db_cipher_suite":[{
"cipher_suite_openssl_name":<String_value>,
"message_auth_code":<String_value>,
"key_exchange":<String_value>,
"authentication":<String_value>,
"cipher_suite_name":<String_value>,
"protocol_version":<String_value>,
"encryption":<String_value>}]}
URL:https://<MGMT-IP>/nitro/v2/config/db_cipher_suite/cipher_suite_name_value<String>
HTTPS Method:GET
Request Headers:
Accept:application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response:
HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>, "db_cipher_suite":[{
"cipher_suite_openssl_name":<String_value>,
"message_auth_code":<String_value>,
"key_exchange":<String_value>,
"authentication":<String_value>,
"cipher_suite_name":<String_value>,
"protocol_version":<String_value>,
"encryption":<String_value>}]}