Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Export a snapshot

Export a snapshot to generate config data for the pipeline to use.

Before you begin

Important: Starting with the Washington D.C. release, DevOps Config is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported.

  • The cdm_secrets role is required to export snapshots that include encrypted data.
  • The cdm_viewer can export any snapshot that does not include encrypted data.
  • The cdm_exporter_editor can create, edit, publish, activate, and delete exporters.

Role required: cdm_exporter_editor or cdm_editor or cdm_admin

About this task

  • Exporters in the content pack have the Source value of ServiceNow. You can duplicate, but cannot delete or modify content pack exporters.
  • You can execute only active published exporters.
  • For export, snapshots cannot exceed 10,000 config data items (CDIs) per deployable or 100,000 CDIs per application.
  • Records of exporter executions are deleted after a period of three years. For instructions on changing the default time period, see Set the purge period for records of exporter executions.

Procedure

  1. Select the admin icon (
Image omitted: icon-admin-wrench.png
Admin icon.\) to open the **Administration** page.
  1. On the Exporters tab, select the name of the exporter.

    Tip: Add commonly used exporters to the My Exporters list for quick access.

    The Versions tab for the exporter opens, displaying the list of draft and published versions of the exporter.

  2. Select a published version of the exporter to run.

    The exporter opens on the Exporter Builder tab. The text of the exporter script appears in a view-only panel. Use the Test playground panel to specify the snapshot to export and test settings before you export the config data.

  3. Specify the settings for the exporter execution on the Select inputs page.

  1. Select Save to save your changes and then select Evaluate.

    The exporter script runs using the settings that you specified and then displays the resulting config data in the Output box on the Review output page.

  2. Review the results.

    To make changes, select Select inputs, specify new settings, and then select Evaluate. Repeat as often as needed.

    Note: When you are satisfied that the exporter generates complete config data and follows the required output format standards, you can publish it and activate it.

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.

FieldDescription
Deployable and published snapshot to exportDeployable for export and the particular published snapshot that you have validated and want to use. Deployables appear in the list using the format ``. When you select a deployable, another field lists all published snapshots for the deployable. The most recently published snapshot appears first in the list. Select the snapshot to export.
Input argumentsThe arguments that the exporter script uses to generate config data as output. The text box displays the default values for all arguments. Update values as needed.
Output formatFormat in which to generate the config data.
Additional deployables

Deployables for which to generate config data in addition to the primary deployable that you specified in the Deployable and published snapshot to export field.

Only the latest published snapshots appear for this optional setting.