glpi_update_cia_fields_batch
Update Confidentiality, Integrity, and Availability (CIA) scores for multiple GLPI items in a single batch operation using item type and IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated list of IDs to update (e.g. "42,43,44") | |
| itemType | Yes | The type of item (e.g. Computer) | |
| other_fields | No | JSON string for other/future fields | |
| integrityfield | No | Integrity Score (1-5) | |
| availabilityfield | No | Availability Score (1-5) | |
| endpoint_override | No | Manual override for the plugin endpoint | |
| confidentialityfield | No | Confidentiality Score (1-5) |