NSX-T Data Center REST API

DynamicPluginFileProperties (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "DynamicPluginFileProperties",
  "module_id": "PolicySha",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "file_name": {
      "display": {
        "order": 2
      },
      "required": true,
      "title": "File name",
      "type": "string"
    },
    "plugin_path": {
      "display": {
        "order": 1
      },
      "required": true,
      "title": "Plugin id",
      "type": "string"
    },
    "status": {
      "display": {
        "order": 3
      },
      "enum": [
        "SUCCESS",
        "FAILURE"
      ],
      "required": true,
      "title": "Upload status",
      "type": "string"
    }
  },
  "title": "Plugin file properties",
  "type": "object"
}