glpi_update_cia_fields
Update confidentiality, integrity, and availability scores for a GLPI item using its ID and item type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item | |
| itemType | Yes | The type of item (e.g. Computer) | |
| max_downtime | No | DEPRECATED | |
| other_fields | No | JSON string for other fields | |
| critical_asset | No | DEPRECATED | |
| integrityfield | No | Integrity Score (1-5) | |
| data_sensitivity | No | DEPRECATED | |
| availabilityfield | No | Availability Score (1-5) | |
| endpoint_override | No | Manual override for the plugin endpoint | |
| confidentialityfield | No | Confidentiality Score (1-5) |