Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.38 KB

Faults.md

File metadata and controls

32 lines (20 loc) · 1.38 KB

Faults

Properties

Name Type Description Notes
severity String Severity value assigned by CX Cloud [optional]
title String Title of the fault [optional]
lastOccurence OffsetDateTime Date the fault last occurred [optional]
condition String The facility, condition severity, and mnemonic portion of the fault message [optional]
caseAutomation CaseAutomationEnum Indicates whether support case automation has been enabled for the fault [optional]
faultId Integer Unique identifier used in CX Cloud to identify the fault [optional]
category String The category assigned to the fault by CX Cloud, for example System, CPU-Memory, Services, and Environment [optional]
openCases Integer Number of Cisco support cases automatically created for the fault [optional]
affectedAssets String Number of assets affected by the fault [optional]
occurences Integer Number of times the fault occurred [optional]
ignoredAssets Integer Number of assets the fault is ignored for [optional]

Enum: CaseAutomationEnum

Name Value
ENABLED "enabled"
DISABLED "disabled"