NSX Autonomous Edge REST API
FileProperties (type)
{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "FileProperties", "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": { "display": { "hidden": true }, "readonly": true, "title": "Location of schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true }, "actions": { "items": { "$ref": "ActionDescriptor }, "readonly": true, "title": "Actions applicable to the resource at this time", "type": "array" }, "created_epoch_ms": { "required": true, "title": "File creation time in epoch milliseconds", "type": "integer" }, "modified_epoch_ms": { "required": true, "title": "File modification time in epoch milliseconds", "type": "integer" }, "name": { "pattern": "^[^/]+$", "required": true, "title": "File name", "type": "string" }, "notify_mpa": { "default": false, "description": "send notification to MPA about this config change (applicable on edge node)", "display": { "hidden": true }, "readonly": false, "type": "boolean" }, "path": { "readonly": true, "title": "File path", "type": "string" }, "size": { "required": true, "title": "Size of the file in bytes", "type": "integer" } }, "title": "File properties", "type": "object" }