NSX-T Data Center REST API

EdgeDataplaneQatStatus (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "EdgeDataplaneQatStatus",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "admin_status": {
      "description": "QAT device enabled",
      "readonly": true,
      "title": "QAT enabled",
      "type": "boolean"
    },
    "device_present": {
      "description": "QAT device present",
      "readonly": true,
      "title": "QAT present",
      "type": "boolean"
    },
    "fips_compliant": {
      "description": "FIPS compliance of QAT feature",
      "readonly": true,
      "title": "FIPS compliance",
      "type": "boolean"
    },
    "is_vm": {
      "description": "Edge is deployed in VM",
      "readonly": true,
      "title": "VM deployment",
      "type": "boolean"
    },
    "operational_status": {
      "description": "QAT device currently running",
      "readonly": true,
      "title": "QAT running",
      "type": "boolean"
    }
  },
  "title": "Information about Edge Dataplane QAT status",
  "type": "object"
}