IBM UrbanCode Deploy Resources - Usage
Create Multiple Resources
The Create Multiple Resources step provides the ability to create multiple resources using one JSON file or JSON text body. The format of this JSON body follows the IBM UrbanCode Deploy resource/create REST endpoint. The documentation for this endpoint can be found in the knowledge center: IBM UrbanCode Deploy create/resource REST endpoint
To create multiple resources, create multiple JSON resource objects inside of a JSON array as follows: [{"name": "Name for the resource.", "agent": "(Optional) Name or ID of an agent to use for automation.", "agentPool": "(Optional) Name or ID of an agent pool to use for automation.", "parent": "(Optional) ID or path to parent resource.", "role": "(Optional) Name or ID of a resource role.", "componentTag": "(Optional) Name or ID of a component tag."}
, {"name": "Name for the resource.", "agent": "(Optional) Name or ID of an agent to use for automation.", "agentPool": "(Optional) Name or ID of an agent pool to use for automation.", "parent": "(Optional) ID or path to parent resource.", "role": "(Optional) Name or ID of a resource role.", "componentTag": "(Optional) Name or ID of a component tag."}
]
Back to … | Latest Version | IBM UrbanCode Deploy Resources | ||||
---|---|---|---|---|---|---|
All Plugins | Deploy Plugins | 83.1133534 | Readme | Overview | Steps | Downloads |