Fault - LogCollectorFault

Class
VMware.Hv.LogCollectorFault
Thrown by
LogCollector_List
Parent Class
ViewServerFault
See also
EntityId, LogCollectorTaskId, UserOrGroupId
Since
Horizon 7.10

Fault Description

Fault for log collector method invocations.

Data Object Properties

Properties

Name Type Description
logCollectorFaultCodexsd:string


  • This property will be one of:
    Value Description
    "COLLECT_OPERATION_TIMED_OUT"Log collection operation has timed out.
    "LOG_COLLECT_PROCESS_NON_RESPONSIVE"Log collection process has become non responsive.
    "LOW_DISK_SPACE"Not enough disk space available to proceed with logs collection operation.
    "INTERNAL_SERVER_ERROR"An internal server error has occurred.
    "LOG_COLLECTOR_TASK_ID_NOT_FOUND"Log collection task identifier not found.
    "USER_NOT_OWNS_LOG_COLLECTOR_TASK_ID"Log collection task identifier is not owned by the user.
    "SERVER_BUSY_REJECTS_COLLECT_REQUEST"Request for log collection is rejected with busy error.
    "PURGE_ELIGIBLE_LOG_COLLECTOR_TASK_NOT_FOUND"Purge operation not performed as none are eligible.
    "SERVER_CLEAN_REJECTS_PURGE_REQUEST"Purge operation not performed as none.
    "LOG_COLLECTOR_COMPONENT_ID_NOT_FOUND"Log component identifier not found.
    "LOG_COLLECTOR_COMPONENT_TYPE_INVALID"Log component type is invalid or unknown.
    "LOG_BUNDLE_DOWNLOAD_URL_NOT_FOUND"Log component download URL not found.
    "LOG_COLLECTOR_USER_ID_NOT_FOUND"User identifier not found.
    "LOG_COLLECTOR_FILTER_TYPE_INVALID"Log collection filter type in invalid.
logCollectorTaskIdLogCollectorTaskId


  • This property need not be set.
userIdUserOrGroupId


  • This property need not be set.
logCollectorTaskStatexsd:string


  • This property need not be set.
  • This property will be one of:
    Value Description
    "IDLE"Log Collection task is in IDLE state.
    "COLLECT"Log Collection task has started collecting logs bundle.
    "COLLECT_COMPLETE"Log collection task has completed collection of logs bundle.
    "PURGE_COMPLETE"Log collection task has completed purge operation.
    "PURGE"Log collection task is in purge operation.
    "COLLECT_TIMED_OUT"Log collection task has timed out and the process has been interrupted.
    "ERROR"Log collection task has ended in error.
    "NON_RESPONSIVE"In rare occasions, the log collection process becomes non-responsive. A connection server restart is required to remediate it.
logComponentIdentifierEntityId


  • This property need not be set.
Properties inherited from ViewServerFault
errorMessage
Properties inherited from MethodFault
None