NSX Autonomous Edge REST API
NodeServiceStatusProperties (type)
{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "NodeServiceStatusProperties", "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" }, "health": { "enum": [ "STABLE", "DEGRADED" ], "readonly": true, "required": false, "title": "Service health in addition to runtime_state", "type": "string" }, "monitor_pid": { "readonly": true, "title": "Service monitor process id", "type": "integer" }, "monitor_runtime_state": { "enum": [ "running", "stopped" ], "readonly": true, "title": "Service monitor runtime state", "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" }, "pids": { "items": { "type": "integer" }, "readonly": true, "title": "Service process ids", "type": "array" }, "reason": { "readonly": true, "required": false, "title": "Reason for service degradation", "type": "string" }, "runtime_state": { "enum": [ "running", "stopped" ], "readonly": true, "title": "Service runtime state", "type": "string" } }, "title": "Node service status properties", "type": "object" }