NSX Autonomous Edge REST API
NodeServiceStatusProperties (schema)
Node service status properties
Name | Description | Type | Notes |
---|---|---|---|
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Location of schema for this resource | string | Readonly |
_self | SelfResourceLink | Readonly | |
actions | Actions applicable to the resource at this time | array of ActionDescriptor | Readonly |
health | Service health in addition to runtime_state | string | Readonly Enum: STABLE, DEGRADED |
monitor_pid | Service monitor process id | integer | Readonly |
monitor_runtime_state | Service monitor runtime state | string | Readonly Enum: running, stopped |
notify_mpa | send notification to MPA about this config change (applicable on edge node) | boolean | Default: "False" |
pids | Service process ids | array of integer | Readonly |
reason | Reason for service degradation | string | Readonly |
runtime_state | Service runtime state | string | Readonly Enum: running, stopped |