NSX-T Data Center REST API
OdsRunbookInvocationReport (schema)
Report of runbook invocation
    The report of the invocation of an Online Diagnostic System runbook.
    
    
    
    
    
| Name | Description | Type | Notes | 
|---|---|---|---|
| error_detail | The report error detail The error detail of the invalid report.  | 
            
            string | Readonly | 
| invalid_reason | Invalid report reason The reason why this report is invalid. TIMEOUT - The invocation is timeout. CANCELLED - The invocation is cancelled. INTERNAL_ERROR - The invocation ends up with error.  | 
            
            string | Readonly Enum: TIMEOUT, CANCELLED, INTERNAL_ERROR  | 
          
| invocation_id | UUID of runbook invocation The universally unique identifier for invocation of an Online Diagnostic System runbook.  | 
            
            string | Required Readonly  | 
          
| recommendation_code | Online Diagnostic System recommendation code Online Diagnostic System recommendation code of the runbook invocation.  | 
            
            integer | Readonly | 
| recommendation_message | Online Diagnostic System recommendation message Online Diagnostic System recommendation message of the runbook invocation.  | 
            
            string | Readonly | 
| result_code | Online Diagnostic System result code Online Diagnostic System result code of the runbook invocation.  | 
            
            integer | Readonly | 
| result_message | Online Diagnostic System result message Online Diagnostic System result message of the runbook invocation.  | 
            
            string | Readonly | 
| status | Status of the runbook invocation The runtime status of the invocation of an Online Diagnostic System runbook.  | 
            
            OdsRunbookInvocationStatus | Readonly | 
| step_details | Details of performed steps in the runbook invocation Details of performed steps in the invocation of an Online Diagnostic System runbook.  | 
            
            array of OdsRunbookInvocationStepInfo | Readonly | 
| sys_info | System information of the target node where the runbook is executed System information of the target node where the Online Diagnostic System runbook is executed.  | 
            
            OdsRunbookSysInfo | Readonly | 
| target_node | Identifier of an appliance node or transport node Identifier of an appliance node or transport node where the execution of an Online Diagnostic System runbook happens.  | 
            
            string | Required Readonly  | 
          
| timestamp | Timestamp of runbook invocation report The timestamp when the report of an Online Diagnostic System runbook is generated in milliseconds epoch.  | 
            
            EpochMsTimestamp | Readonly |