NSX-T Data Center REST API

RemoteSiteCredential (type)

{
  "description": "Contains the information needed to communicate with another site.",
  "id": "RemoteSiteCredential",
  "module_id": "SiteManagerModule",
  "properties": {
    "address": {
      "required": true,
      "title": "Address of the site (IPv4:port)",
      "type": "string"
    },
    "password": {
      "required": true,
      "sensitive": true,
      "title": "Password of the site",
      "type": "string"
    },
    "thumbprint": {
      "required": true,
      "sensitive": true,
      "title": "Sha256 thumbprint of API certificate of the remote site",
      "type": "string"
    },
    "username": {
      "required": true,
      "title": "Username of the site",
      "type": "string"
    }
  },
  "title": "Credential of remote site",
  "type": "object"
}