NSX-T Data Center REST API

PolicyNonCompliantConfig (type)

{
  "id": "PolicyNonCompliantConfig",
  "module_id": "PolicyCompliance",
  "properties": {
    "affected_resources": {
      "description": "Resources/Services impacted by non compliant configuration",
      "items": {
        "$ref": "PolicyResourceReference"
      },
      "readonly": true,
      "title": "Resources/Services impacted by non compliant configuration",
      "type": "array"
    },
    "compliance_names": {
      "description": "Names of the compliance programs according to which the affected resources are non-compliant.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "Names of compliance programs",
      "type": "array"
    },
    "description": {
      "readonly": true,
      "title": "Detail description of non compliant configuration with suggestive action",
      "type": "string"
    },
    "non_compliance_code": {
      "readonly": true,
      "title": "Code for non compliant configuration",
      "type": "integer"
    },
    "reported_by": {
      "$ref": "PolicyResourceReference",
      "readonly": true,
      "title": "Id and name of non compliant resource/service"
    }
  },
  "type": "object"
}