List all blueprint resources

This command returns a list of blueprints.

Request

GET http://{hostname}:{port}
  /landscaper/rest/blueprint//resources
Accept: application/json
Table 1. Header parameters
Parameter Type Required Description
Accept application/json true  

Example

curl -u jsmith:passwd 
   -H 'Content-Type: application/json'
  http://myserver.example.com:8080/landscaper/rest/
  blueprint/resources

Feedback