REST API and CMDB roles
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 09:03 AM
Hi there,
I want to develop a REST API that manipulates the CMDB CI's.
when I add the iti role we can run CRUD commands like read and update CI attributes via REST API interface.
But when I remove this role and add roles like sn_cmdb_editor I cannot modify the attribute via REST API,
what can be the issue?
Is there any role OOTB that lets you modify CI via the REST interface?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 10:50 AM
I think the problem is that sn_cmdb_editor is the CMDB Workspace scope:
The sn_change_write role on the other hand is in the global scope:
Try to set this role instead.