System Administration > Configuration > Fabric > Compute Managers

Update thumbprint hashing algorithm used for compute manager extension

Updates configuration of algorithm used for thumbprint hashing
used in stamping nsx manager thumbprint in compute manager extension.
Changing this setting to SHA256 will result in communication issues between
WCP component in VC and NSX manager.
Hence it is recommended not to use SHA256 if VC WCP feature is being used with NSX.

Request:

Method:
PUT
URI Path(s):
/api/v1/fabric/compute-managers/thumbprint-hashing-algorithm
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
CmThumbprintHashingConfig+

Example Request:

PUT https://<nsx-mgr>/api/v1/fabric/compute-managers/thumbprint-hashing-algorithm { "hashing_algorithm_type": "SHA1" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CmThumbprintHashingConfig+

Required Permissions:

crud

Feature:

compute_managers_compute_managers

Additional Errors: