...
Attribute | Qualifier | Cardinality | Content | Description |
---|---|---|---|---|
csarId | M | 1 | String | The CSAR identifier is a unique identifier generated by the Market place. |
Query VNF infomation by csarId
Interface Definition | Description |
---|---|
URI | /openoapionapapi/marketplace/v1/csars/{csarId} |
Operation Type | GET |
...
{ "csarId":"78ede6f3-66cc-46ab-b748-38a6c010d272", "name":"NanocellGateway", "provider":"ZTEXYZ", "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-http/CSAR/ZTEXYZ/NanocellGW/v1.0/NanocellGateway.csar", "type":"CSAR" }
...
Interface Definition | Description |
---|---|
URI | /openoapionapapi/marketplace/v1/csars/{csarId}/files?relativePath=xxx |
Operation Type | GET |
...
Attribute | Qualifier | Cardinality | Content | Description |
---|---|---|---|---|
csarId | M | 1 | String | The id of CSAR |
relativePath | M | 1 | String | The file relative path in CSAR package |
Sample:
/openoapionapapi/marketplace/v1/csars/78ede6f3-66cc-46ab-b748-38a6c010d272/files?relativePath="/images/segw.img"
...
{ "downloadUri": "http://msb_ip:msb_port/files/marketplace-http/NSAR/ZTEXYZ/NanocellGW/v1.0/NanocellGW/images/segw.img", "localPath": "D:\CSAR\ZTEXYZ\NanocellGW\v1.0\NanocellGW\images\segw.img" }
...