NSX-T Data Center REST API
CertificateJWTTokenResult (type)
{
"description": "JWT token generated that contains new certificate signed with old certificate private key when certificate changes.",
"id": "CertificateJWTTokenResult",
"module_id": "CertificateManager",
"properties": {
"jwt_token": {
"description": "JWT token generated that contains new certificate.",
"title": "JWT token for new certificate",
"type": "string"
}
},
"title": "JWT token with new certificate",
"type": "object"
}