NSX-T Data Center REST API

NSXVConnectionInfo (type)

{
  "additionalProperties": false,
  "description": "Credential info to connect to an NSX-V type of enforcement point.",
  "extends": {
    "$ref": "EnforcementPointConnectionInfo"
  },
  "id": "NSXVConnectionInfo",
  "module_id": "PolicyEnforcementPointManagement",
  "polymorphic-type-descriptor": {
    "type-identifier": "NSXVConnectionInfo"
  },
  "properties": {
    "enforcement_point_address": {
      "description": "Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \"10.192.1.1\" - On an NSX-T MP running on custom port, the value could be \"192.168.1.1:32789\" - On an NSX-T MP in VMC deployments, the value could be \"192.168.1.1:5480/nsxapi\"",
      "required": true,
      "title": "Enforcement Point Address",
      "type": "string"
    },
    "password": {
      "description": "Password.",
      "required": true,
      "sensitive": true,
      "title": "Password",
      "type": "secure_string"
    },
    "resource_type": {
      "description": "Resource Type of Enforcement Point Connection Info.",
      "enum": [
        "NSXTConnectionInfo",
        "NSXVConnectionInfo",
        "CvxConnectionInfo",
        "AviConnectionInfo"
      ],
      "required": true,
      "title": "Connection Info Resource Type",
      "type": "string"
    },
    "thumbprint": {
      "description": "Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in lower case HEX.",
      "required": true,
      "title": "Thumbprint of Enforcement Point",
      "type": "string"
    },
    "username": {
      "description": "Username.",
      "required": true,
      "sensitive": true,
      "title": "Username",
      "type": "secure_string"
    }
  },
  "title": "NSX-V Connection Info",
  "type": "object"
}