NSX-T Data Center REST API
PolicyDraftModifications (type)
{ "description": "Counts of modified, deleted and created security policies/rules derived from aggregated configuration", "id": "PolicyDraftModifications", "module_id": "PolicyDraft", "properties": { "created": { "readonly": true, "title": "Count of total created security policies/rules", "type": "integer" }, "deleted": { "readonly": true, "title": "Count of total deleted security policies/rules", "type": "integer" }, "modified": { "readonly": true, "title": "Count of total modified security policies/rules", "type": "integer" }, "modified_security_policies": { "description": "Paginated list of policy drafts.", "items": { "type": "string" }, "readonly": true, "title": "Array of modified security policies paths.", "type": "array" } }, "title": "Policy draft modifications", "type": "object" }