CMDB Export - All Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 10:02 AM
I need an export/report from our CMDB that includes all CIs and all fields within each Configuration Item. I haven't gotten past the cmdb_ci report and that is not what I'm looking for. TIA!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 10:11 AM
Hi,
You can add below sysparm to your url to get all fields exported from the table you need.
/cmdb_ci_list.do?CSV&sysparm_default_export_fields=all
Determining which list fields are exported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 11:22 AM
Hello C S,
I had great luck exporting in JSON format. The result is easy to parse, you get all the fields, and you can specify display_value=true so you will see names and not sys_id's for people, groups, etc.
Here's a couple of links to check:
Also, if you will export more than 10,000 records, you'll need to export in segments. See this page to learn about that: