NSX-T Data Center REST API

DedicatedResources (type)

{
  "additionalProperties": false,
  "description": "To assign dedicated resources from default project to custom project for logging. Resources dedicated to this project for logging cannot be dedicated to other projects.",
  "id": "DedicatedResources",
  "module_id": "PolicyProject",
  "properties": {
    "tier_0s": {
      "description": "Logs for Tier0s mentioned will have this project's context. Tier0s mentioned under dedicated_resources should also be part of tier0s under project payload.",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "Array of Tier0s paths dedicated to this Project for logging.",
      "type": "array",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "Project"
          ],
          "relationshipType": "PROJECT_TIER0_DEDICATED_RESOURCES_RELATIONSHIP",
          "rightType": [
            "Tier0"
          ]
        }
      ]
    }
  },
  "title": "Dedicated Resources to Project for Logging",
  "type": "object"
}