System Administration >
Settings
>
Certificates
>
CSR
Return the Properties of a Trust Manager
Returns information about the supported algorithms and key sizes.
Request:
Method:
GET
URI Path(s):
/api/v1/trust-management
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/trust-management
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TrustManagementData
+
TrustManagementData
(
schema
)
Name
Description
Type
Notes
supported_algorithms
List of supported algorithms.
array of
CryptoAlgorithm
Readonly
Example Response:
{ "supported_algorithms": [ { "key_size": [ 2048, 3072 ], "name": "RSA" }, { "key_size": [ 2048 ], "name": "DSA" } ] }
Required Permissions:
read
Feature:
trust_certificates
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable