NSX-T Data Center REST API

GlobalInheritedRequestParameters (type)

{
  "additionalProperties": false,
  "description": "Request parameter for GET/PUT/PATCH call then the local resource copy will be shown/modified",
  "id": "GlobalInheritedRequestParameters",
  "module_id": "Policy",
  "properties": {
    "apply_locally": {
      "default": false,
      "description": "If the user sets apply_locally to GET/PUT/PATCH call then the local resource copy will be shown/modified. This will only be acceptable on LM. In case LM only has it's copy, the apply_local = false will still have effect on local copy.",
      "required": false,
      "title": "Flag to check reaching NSX+ or LM resource",
      "type": "boolean"
    }
  },
  "title": "Request Parameters for Global Configs",
  "type": "object"
}