NSX-T Data Center REST API

ImportErrorMessage (type)

{
  "additional_properties": false, 
  "description": "Error message during import of network policy", 
  "id": "ImportErrorMessage", 
  "module_id": "PolicyFirewallConfiguration", 
  "properties": {
    "errors": {
      "description": "Contains a list of errors against all network policy rules and fields failed during import.", 
      "items": {
        "$ref": "ImportErrorMessageDetail
      }, 
      "title": "List of errors, if any", 
      "type": "array"
    }, 
    "network_policy_id": {
      "description": "K8s Network Policy ID. If it's not set, the error_message is related to the overall import operation but not to specific K8s Network Policy.", 
      "required": false, 
      "title": "K8s network policy identifier.", 
      "type": "string"
    }
  }, 
  "title": "Error Message during import of network policy", 
  "type": "object"
}