NSX-T Data Center Global Manager REST API

SiteMetadata (type)

{
  "additionalProperties": false, 
  "description": "Metadata about the site where this certificate is applied.", 
  "id": "SiteMetadata", 
  "module_id": "CertificateManager", 
  "properties": {
    "site_id": {
      "description": "Identifier of the site this certificate is applied to.", 
      "maxLength": 255, 
      "readonly": true, 
      "required": false, 
      "title": "Site ID", 
      "type": "string"
    }, 
    "site_name": {
      "description": "Name of the site this certificate is applied to.", 
      "maxLength": 255, 
      "readonly": true, 
      "required": false, 
      "title": "Site Name", 
      "type": "string"
    }
  }, 
  "title": "Site Metadata", 
  "type": "object"
}