NSX-T Data Center REST API
OdsRunbookInvocationStepInfo (type)
{ "additionalProperties": false, "description": "Information on a performed step in the invocation of an Online Diagnostic System Runbook.", "id": "OdsRunbookInvocationStepInfo", "module_id": "PolicyOds", "properties": { "action_result": { "description": "The description of results of performed actions in the step.", "readonly": true, "required": true, "title": "Results of performed actions in the step", "type": "string" }, "action_summary": { "description": "Summary of performed actions in the step.", "readonly": true, "required": true, "title": "Summary of performed actions in the step", "type": "string" }, "artifacts": { "description": "The collection of associated artifact list.", "items": { "type": "string" }, "readonly": true, "required": true, "title": "Artifacts collection", "type": "array" }, "step_id": { "description": "The sequence number of a step in the invocation of an Online Diagnostic System Runbook.", "readonly": true, "required": true, "title": "Number of the step", "type": "int" } }, "title": "Information on a performed step in runbook invocation", "type": "object" }