Translations:Datenimport/-export Schnittstelle/31/en
Aus HITGuard User Guide
Weitere Optionen
Overview | |
---|---|
Structural analysis edges | PUT/api/asset-edges → Adds relationships in the structural analysis between resources, organizational units, processes, and data categories. |
Tickets | PUT/api/tickets → Creates a new ticket in a management system or updates it. DELETE/api/tickets/{id} → Deletes a ticket by its external ID. |
Management systems | GET/api/management-systems → Produces a list of the available management systems. This list contains the management system IDs. |
Users | DELETE/api/users/deactivate/{userName} → Deactivates or deactivates and anonymizes a user by the username. |
Data categories | PUT/api/data-categories → Creates new data categories or updates them. GET/api/data-categories → Produces a list of the available data categories. GET/api/data-categories/data-classes → Produces a list of the available data classes. DELETE/api/data-categories/{id} → Deletes a data category by the external key. |
Measures | PUT/api/measures → Creates a new measure or updates it. PUT/api/measures/close/{id} → Puts a measure into the state "Completed" by the ID. PUT/api/measures/close/byKey/{id} → Puts a measure into the state "Completed" by the external ID. DELETE/api/measures/{id} → Löscht eine Maßnahme anhand der ID. GET/api/measures/{state} → Produces a list of all measures in a specific state. |
Organizational units | PUT/api/org-units → Creates an organizational unit or updates it. GET/api/org-units → Produces a list of organizational units. DELETE/api/org-units/{id} → Deletes an organizational unit by the ID. |
Processes | PUT/api/processes → Creates a process or updates it. GET/api/processes → Produces a list of processes. DELETE/api/processes/{id} → Deletes a process by the ID. |
Resources | PUT/api/resources → Creates a resource or updates it. GET/api/resources → Produces a list of resources. GET/api/resources/{id} → Retrieves the information of a specific resource by the ID. DELETE/api/resources/{id} → Deletes a resource by the ID. |
Risks | PUT/api/risks → Creates a risk in a management system or updates it. GET/api/risks/{managementSystemId} → Produces a list of all available risks of a management system. GET/api/risks/byKey/{riskExternalId} → Retrieves the information of a specific risk by the ID. DELETE/api/risks/{id} → Deletes a risk by the ID. |