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