...
Query VNF package information by csarId
Interface Definition | Description |
---|---|
URI | /onapapi/marketplace/v1/csars/{csarId} |
Operation Type | GET |
Request Parameters:
Attribute | Qualifier | Cardinality | Content | Description |
---|---|---|---|---|
csarId | M | 1 | String | The id of CSAR package |
Response:
PackageMetaData
Attribute | Qualifier | Cardinality | Content | Description |
---|---|---|---|---|
csarId | M | 1 | String | The id of CSAR package |
name | M | 1 | String | Name of package |
provider | M | 1 | String | Provider company name |
version | M | 1 | String | version of the package |
createTime | M | 1 | String | create time of package |
modifyTime | M | 1 | String | modify time of package |
downloadUri | M | 1 | String | download uri |
size | M | 1 | String | size of the package |
downloadCount | M | 1 | Integer | Number of times the package is download from market place. |
shortdesc | M | 1 | String | Short description |
details | M | 1 | String | Detailed description |
Sample:
{ "csarId":"78ede6f3-66cc-46ab-b748-38a6c010d272", "name":"NanocellGateway", "provider":"XYZ", "version":"V1.0", "createTime":"2016-06-29 03:33:15", "modifyTime":"2016-06-29 09:33:15", "size":"0.93M", "downloadUri":"http://msb_ip:msb_port/files/marketplace/CSAR/XYZ/NanocellGW/v1.0/NanocellGateway.csar", "type":"CSAR" }
...