NSX Autonomous Edge REST API
NodeLogProperties (type)
{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "NodeLogProperties", "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" }, "last_modified_time": { "$ref": "EpochMsTimestamp, "readonly": true, "title": "Last modified time expressed in milliseconds since epoch" }, "log_name": { "readonly": true, "title": "Name of log file", "type": "string" }, "log_size": { "readonly": true, "title": "Size of log file in bytes", "type": "integer" }, "notify_mpa": { "default": false, "description": "send notification to MPA about this config change (applicable on edge node)", "display": { "hidden": true }, "readonly": false, "type": "boolean" } }, "title": "Node log properties", "type": "object" }