Develop > API calls > Package APIs > Get package properties

Get package properties

Retrieve the properties that are parametrized in the package for each component of the application design.

URI Method Parameters Returns
http://[host]:[port]/csa/api/codar/app-package/{packageID}/properties GET Package ID

200 - successful
400 - bad request
404 - not found

Example

The following URL was sent:

https://localhost:8444/csa/api/codar/app-package/07c979d2-afe0-4cc8-a607-8cbf780ed725/properties

The following Parameter was sent:

packageId

The following JSON was returned:

{ "members" : [ { "icon" : "/csa/designer//csa/api/blobstore/Tools1.png?tag=library", "@self" : "/csa/api/package/component/New_PetDB_855ff95b_fde7_432e_b4dd_b7f7e8c2ba67_e6b6ca0914a34eec93438670d70e55e4__VERSION__1__GROUPID__com.hp.csa.type0002", "description" : "Creates Pet Clinic Database on the database server", "@type" : "urn:x-hp:2012:software:cloud:data_model:package", "name" : "PetClinic DB Conf", "provider" : null, "properties" : [ { "modifiable" : false, "name" : "mysqlusername", "value" : "root", "enumeration" : null, "displayName" : "mysqlusername", "type" : "String", "modifiableDuringModification" : false, "required" : true, "confidential" : false }, {      ...  }

For complete output, see Get package properties example