NSX Autonomous Edge REST API

HostKeyProperties (type)

{
  "additionalProperties": false,
  "id": "HostKeyProperties",
  "properties": {
    "key_size": {
      "required": true,
      "title": "Min key size among all active host keys of this key type in bits",
      "type": "integer"
    },
    "key_type": {
      "required": true,
      "title": "Public key type of host key",
      "type": "string"
    }
  },
  "title": "Properties of host key",
  "type": "object"
}