Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

HyperflexConfigResult.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

HyperflexConfigResult

Profile configuration (deploy, validation) results with the overall state and detailed result messages.

Properties

Name Type Description Notes
config_progress str The progress percentage of the running configuration or workflow. [optional]
duration str The duration of the running configuration or workflow. [optional]
start_time str The start time of the configuration or workflow. [optional]
cluster_profile HyperflexClusterProfile [optional]
result_entries list[HyperflexConfigResultEntry] A reference to a hyperflexConfigResultEntry resource. When the $expand query parameter is specified, the referenced resource is returned inline. Detailed result entries for both validation & configration. Each result entry can be error/warning/info messages and the context. [optional]

[Back to Model list] [Back to API list] [Back to README]