Data Object - DiagOperationResponse

Class
VMware.Hv.DiagOpResponse
Returned by
DiagOperation_Send

Data Object Description

Diagnostic operation response

Data Object Properties

Properties

Name Type Description
statusxsd:string

Diagnostic operation status
  • This property has a default value of "SUCCESS".
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "SUCCESS"Diagnostic operation is done successfully.
    "ERROR"Diagnostic operation has failed.
messagexsd:string

Message received from Horizon Diagnostic Agent. If the status is ERROR then the value would be error message.
  • This property need not be set.
  • This property cannot be updated.