NSX Autonomous Edge REST API

NodeFIPsModuleProperties (type)

{
  "additionalProperties": false,
  "id": "NodeFIPsModuleProperties",
  "properties": {
    "cavp_cert": {
      "title": "CAVP certificate",
      "type": "string"
    },
    "cmvp_cert": {
      "title": "CMVP certificate number",
      "type": "string"
    },
    "component_name": {
      "title": "Name of component listed",
      "type": "string"
    },
    "component_version": {
      "title": "Version of component listed",
      "type": "string"
    },
    "name": {
      "title": "Name of FIPs module",
      "type": "string"
    },
    "version": {
      "title": "Version of FIPs module",
      "type": "string"
    }
  },
  "type": "object"
}