createBlueprintDesignerIntegration
Create a blueprint designer integration from a JSON file
Format
udclient [global-args...] [global-flags...]
createBlueprintDesignerIntegration [JSON file]
Parameters
None.Template
This command takes a JSON request string or file. Use the following template for the request:
{
"description": "Description",
"name": "Blueprint Designer name or ID",
"properties": {
"landscaperPassword": "Landscaper password if
useAdminCredentials is true",
"landscaperUrl": "URL of Landscaper server",
"landscaperUser": "Landscaper username if
useAdminCredentials is true",
"useAdminCredentials": "Boolean value true/false"
}
}
Related REST command: Create a blueprint designer integration from a JSON file.