| Either ``id`` or (``path`` and ``objectType``) or (``name`` and ``objectType``) are required! ``id`` beats a specified ``path``/``objectType``, ``name``/``objectType`` tuple | | |
``id`` | integer | ID of the configuration item | | |
``path`` | string | Path of the configuration item | | |
``name`` | string | Name of the configuration item | | |
``objectType`` | string | Object type of the configuration item. Possible value are
- "FOLDER"
- "WORKFLOW"
- "JOBRESOURCE"
- "LOCK"
- "NOTICEBOARD"
- "FILEORDERSOURCE"
- "WORKINGDAYSCALENDAR"
- "NONWORKINGDAYSCALENDAR"
- "SCHEDULE"
| | |