Incident Response Log
ServiceNow Platform Tickets
@kaggle.vipulshinde_incident_response_log
ServiceNow Platform Tickets
@kaggle.vipulshinde_incident_response_log
CREATE TABLE incident_event_log (
"number" VARCHAR,
"incident_state" VARCHAR,
"active" BOOLEAN,
"reassignment_count" BIGINT,
"reopen_count" BIGINT,
"sys_mod_count" BIGINT,
"made_sla" BOOLEAN,
"caller_id" VARCHAR,
"opened_by" VARCHAR,
"opened_at" VARCHAR,
"sys_created_by" VARCHAR,
"sys_created_at" VARCHAR,
"sys_updated_by" VARCHAR,
"sys_updated_at" VARCHAR,
"contact_type" VARCHAR,
"location" VARCHAR,
"category" VARCHAR,
"subcategory" VARCHAR,
"u_symptom" VARCHAR,
"cmdb_ci" VARCHAR,
"impact" VARCHAR,
"urgency" VARCHAR,
"priority" VARCHAR,
"assignment_group" VARCHAR,
"assigned_to" VARCHAR,
"knowledge" BOOLEAN,
"u_priority_confirmation" BOOLEAN,
"notify" VARCHAR,
"problem_id" VARCHAR,
"rfc" VARCHAR,
"vendor" VARCHAR,
"caused_by" VARCHAR,
"closed_code" VARCHAR,
"resolved_by" VARCHAR,
"resolved_at" VARCHAR,
"closed_at" VARCHAR
);
Anyone who has the link will be able to view this.