MCIncident¶
- class pyatlan.model.assets.MCIncident(*, typeName: str = 'MCIncident', attributes: MCIncident.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: RelationshipAttributes | Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]¶
Description
- MC_INCIDENT_ASSETS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- MC_INCIDENT_ID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Identifier of this incident, from Monte Carlo.
- MC_INCIDENT_PRIORITY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Priority of this incident inherited from monitor.
- MC_INCIDENT_SEVERITY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Severity of this incident.
- MC_INCIDENT_STATE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
State of this incident.
- MC_INCIDENT_SUB_TYPES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Subtypes of this incident.
- MC_INCIDENT_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Type of this incident.
- MC_INCIDENT_WAREHOUSE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Name of this incident’s warehouse.
- MC_MONITOR: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC