NSX-T Data Center Global Manager REST API

CmThumbprintHashingConfig (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "deprecation_advice": "Deprecated from 9.1.1 - SHA256 is mandatory and SHA1 is no longer supported.\n",
  "id": "CmThumbprintHashingConfig",
  "module_id": "InventoryCmObj",
  "properties": {
    "hashing_algorithm_type": {
      "description": "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.",
      "enum": [
        "SHA1",
        "SHA256"
      ],
      "readonly": false,
      "required": true,
      "title": "Algorithm type for thumbprint hashing",
      "type": "string"
    }
  },
  "type": "object"
}