List the blueprint that is associated with an environment

This command lists the blueprint that was used to provision an environment.

Request

GET http://{hostname}:{port}
  /landscaper/rest/environment/{environmentId}/blueprints
Accept: application/json
Table 1. URL parameters
Parameter Type Required Description
environmentId string true ID of the environment
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Example response

[
  {
    "blueprintName": "myBlueprint",
    "blueprintLocation": "/landscaper/orion/file/ucdpadmin_00000000_0000_0000_0000_000000000002-OrionContent/default/myBlueprint/myBlueprint.yml",
    "blueprintUrl": "http://localhost:8080/landscaper/view/projects?open=ucdpadmin_00000000_0000_0000_0000_000000000002-OrionContent/default/myBlueprint/myBlueprint.yml"
    }
]