Create a blueprint designer integration from a JSON file
Request
PUT https://{hostname}:{port}
/cli/patternIntegrationProviderCLI/createBlueprint
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
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 CLI command: createBlueprintDesignerIntegration.