NSX Autonomous Edge REST API
NodeProcessPropertiesListResult (type)
{ "extends": { "$ref": "ListResult }, "id": "NodeProcessPropertiesListResult", "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" }, "notify_mpa": { "default": false, "description": "send notification to MPA about this config change (applicable on edge node)", "display": { "hidden": true }, "readonly": false, "type": "boolean" }, "page_cursor": { "readonly": true, "title": "Opaque cursor for next page of results, (not set on last page)", "type": "string" }, "result_count": { "readonly": true, "title": "Count of results found (across all pages), set only on first page", "type": "integer" }, "results": { "items": { "$ref": "NodeProcessProperties }, "required": true, "title": "Node process property results", "type": "array" } }, "title": "Node process property query results", "type": "object" }