NSX Autonomous Edge REST API
ActionDescriptor (type)
{ "additionalProperties": false, "id": "ActionDescriptor", "properties": { "description": { "readonly": true, "title": "A description of what the action does", "type": "string" }, "descriptor": { "readonly": true, "required": true, "title": "The URI of the REST routine provider that implements the action", "type": "string" }, "name": { "readonly": true, "required": true, "title": "The name of the action", "type": "string" }, "uri": { "readonly": true, "required": true, "title": "The URI to use to invoke the action", "type": "string" } }, "type": "object" }