NSX-T Data Center Global Manager REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

CmThumbprintHashingConfig (schema) (Deprecated)

Name Description Type Notes
hashing_algorithm_type Algorithm type for thumbprint hashing

This specifies the hashing algorithm to be used for stamping NSX manager thumbprint
in compute manager extension. e.g. When a vCenter is registered as compute manager,
thumbprint of NSX manager certificate is stamped in NSXT extension on vCenter.
If algorithm type is SHA1, then SHA1 thumbprint of NSX manager API certificate
is stamped. If algorithm type is SHA256, then SHA256 thumbprint of
NSX manager certificate is stamped. SHA256 is mandatory for all environments
including WCP.
string Required
Enum: SHA1, SHA256