NSX-T Data Center Global Manager REST API

Update thumbprint hashing algorithm used for compute manager extension (Deprecated)

Updates configuration of algorithm used for thumbprint hashing
used in stamping nsx manager thumbprint in compute manager extension.
SHA256 is mandatory for all environments including WCP.
Deprecated: Deprecated from 9.1.1 - SHA256 is mandatory and SHA1 is no longer supported.

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: