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 or labels mentioned under dedicated_resources should also be part of tier_0s under project payload. Label should have reference of Tier0 path.", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Array of Tier0s paths or label path dedicated to this Project for logging.", 
      "type": "array", 
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "Project"
          ], 
          "relationshipType": "PROJECT_TIER0_DEDICATED_RESOURCES_RELATIONSHIP", 
          "rightType": [
            "Tier0", 
            "Label"
          ]
        }
      ]
    }
  }, 
  "title": "Dedicated Resources to Project for Logging", 
  "type": "object"
}