PUT https://{hostname}:{port}
/cli/patternIntegrationProviderCLI/createBlueprint
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json | true |
{
"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.