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}
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

Related CLI command: getBlueprintNodePropertiesTemplate.


Feedback