Get blueprint properties

This command returns a JSON template of the properties that are required to provision a blueprint.

Request

GET https://{hostname}:{port}
    /cli/blueprint/getBlueprintNodePropertiesTemplate?{parameters}
Accept: application/json
Table 1. Request parameters
Parameter Type Required Description
blueprint string true Name or ID of the blueprint
application string false Name of the application; this parameter is required if you specify the blueprint name instead of ID
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Related CLI command: getBlueprintNodePropertiesTemplate.