NSX-T Data Center REST API

PolicyFineTuningResourceInfoDetail (type)

{
  "additionalProperties": false,
  "description": "Contains the details of resource field",
  "id": "PolicyFineTuningResourceInfoDetail",
  "module_id": "PolicyFineTuning",
  "properties": {
    "field_name": {
      "description": "It will represent resource with name and fields.",
      "required": true,
      "title": "Resource name",
      "type": "string"
    },
    "sub_type": {
      "$ref": "PolicyFineTuningResourceInfo",
      "required": true,
      "title": "List of all field of any resource"
    }
  },
  "title": "Contains the details resources with field type and name",
  "type": "object"
}