Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Bulk exporting and importing CP defs

Introduction

This page explains how to export and import CP Defs using API.

Pre-requisites

Attributes

Description

Attributes

Description

URL

Server URL from where you are exporting.

Username

Username to authenticate.

Password

Password of the user.

Exporting CP defs

Script

 

How to run:

./export-cps-defs.sh <URL> <USER> <PASSWORD>

It will export all CPs definitions in the working directory.

Importing CP defs

Script

 

How to run:

./import-cps-defs.sh <URL> <USER> <PASSWORD> <NAME_OF_DIR_WHERE_CP_DEFS_ARE_STORED>

 

Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com