NSX-T Data Center REST API

MalwarePreventionTeaserRegistrationStatus (type)

{
  "additionalProperties": false,
  "description": "This holds registration status for given region.",
  "id": "MalwarePreventionTeaserRegistrationStatus",
  "module_id": "NsxMalwarePreventionTeaser",
  "properties": {
    "registration_attempted": {
      "description": "Registration attempted status.",
      "readonly": true,
      "title": "Registration attempted status",
      "type": "boolean"
    },
    "registration_completed": {
      "description": "Registration completed status.",
      "readonly": true,
      "title": "Registration completed status",
      "type": "boolean"
    },
    "url": {
      "description": "Registration/Teaser Url.",
      "readonly": true,
      "title": "Registration/Teaser Url",
      "type": "string"
    }
  },
  "title": "Registration status",
  "type": "object"
}