udclient [global-args...] [global-flags...]
getBlueprintsInApplication [parameters]
Parameter | Type | Required | Description |
---|---|---|---|
application | string | true | Name of the application |
udclient -username admin -password admin
-weburl https://myserver.example.com:8443
getBlueprintsInApplication
-application JPetStore
[
{
"id": "7e0a196f-41ca-40e8-aed8-4f47cafcedc9",
"name": "My blueprint",
"description": ""
},
{
"id": "362cfc88-e5f7-4d98-aaee-a53edec5c8d2",
"name": "Other blueprint",
"description": ""
}
]
Related REST command: Get all blueprints in an application.