NSX-T Data Center REST API

Return thumbprint hashing algorithm config used for compute manager extension

Supports retrieving of configuration of algorithm used for thumbprint hashing
used in stamping nsx manager thumbprint in compute manager extension.

Request:

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

Successful Response:

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

Example Response:

{ "hashing_algorithm_type": "SHA1" }

Required Permissions:

read

Feature:

compute_managers_compute_managers

Additional Errors: