Skip to the content.

IBM UrbanCode Deploy Components - Usage

Create Multiple Components

The Create Multiple Components step provides the ability to create multiple components using one JSON file or JSON text body. The format of this JSON body follows the IBM UrbanCode Deploy component/create REST endpoint. The documentation for this endpoint can be found in the knowledge center: IBM UrbanCode Deploy component/create REST endpoint

To create multiple components, specify multiple JSON component objects inside of a JSON array as follows: [{"name": "Component One", "sourceConfigPlugin": "File System", "defaultVersionType": "INCREMENTAL", "importAutomatically": "TRUE", "useVfs": "TRUE", "properties": {"FileSystemComponentProperties\/basePath" : "/opt/test", "FileSystemComponentProperties\/extensions" : ".txt"} }, {"name": "Component Two", "sourceConfigPlugin": "Maven", "defaultVersionType": "FULL", "importAutomatically": "TRUE", "useVfs": "TRUE", "properties": {"MavenComponentProperties\/artifactId":"MyArtifact", "MavenComponentProperties\/groupId":"MyGroup", "MavenComponentProperties\/extension":"ext", "MavenComponentProperties\/repoUrl":"http:\/\/myserver.com"} }]

Back to …   Latest Version IBM UrbanCode Deploy Components      
All Plugins Deploy Plugins 78.1132354 Readme Overview Steps Downloads