15graph_drop_class.mql 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. DROP EDGE TYPE m3graph.connect;
  2. DROP EDGE TYPE m3graph.contain;
  3. DROP EDGE TYPE m3graph.runon;
  4. DROP EDGE TYPE m3graph.depend;
  5. drop class if exists /m3graph/entity/vmware
  6. ;
  7. drop class if exists /m3graph/entity/weblogic
  8. ;
  9. drop class if exists /m3graph/entity/websphere
  10. ;
  11. drop class if exists /m3graph/entity/windows
  12. ;
  13. drop class if exists /m3graph/entity/x86
  14. ;
  15. drop class if exists /m3graph/entity/aix
  16. ;
  17. drop class if exists /m3graph/entity/app
  18. ;
  19. drop class if exists /m3graph/entity/biz
  20. ;
  21. drop class if exists /m3graph/entity/cluster
  22. ;
  23. drop class if exists /m3graph/entity/db2
  24. ;
  25. drop class if exists /m3graph/entity/esx
  26. ;
  27. drop class if exists /m3graph/entity/ha
  28. ;
  29. drop class if exists /m3graph/entity/hmc
  30. ;
  31. drop class if exists /m3graph/entity/http
  32. ;
  33. drop class if exists /m3graph/entity/linux
  34. ;
  35. drop class if exists /m3graph/entity/mal
  36. ;
  37. drop class if exists /m3graph/entity/mysql
  38. ;
  39. drop class if exists /m3graph/entity/openstack
  40. ;
  41. drop class if exists /m3graph/entity/oracle
  42. ;
  43. drop class if exists /m3graph/entity/pdu
  44. ;
  45. drop class if exists /m3graph/entity/power
  46. ;
  47. drop class if exists /m3graph/entity/router
  48. ;
  49. drop class if exists /m3graph/entity/sanstorage
  50. ;
  51. drop class if exists /m3graph/entity/sanswitch
  52. ;
  53. drop class if exists /m3graph/entity/sqlserver
  54. ;
  55. drop class if exists /m3graph/entity/switch
  56. ;
  57. drop class if exists /m3graph/entity/tomcat
  58. ;
  59. drop class if exists /m3graph/entity/ups
  60. ;
  61. drop class if exists /m3graph/entity/vlan
  62. ;
  63. drop class if exists /m3graph/entity
  64. ;
  65. drop class if exists /m3graph
  66. ;