...
Attribute | Qualifier | Cardinality | Content | Description |
---|---|---|---|---|
csarId | M | 1 | String | The CSAR identifier is a unique identifier generated by the Market place. |
Query VNF
...
package by csarId
Interface Definition | Description |
---|---|
URI | /onapapi/marketplace/v1/csars/{csarId} |
Operation Type | GET |
...
Delete VNF infomation by csarId
Interface Definition | Description |
---|---|
URI | /onapapi/marketplace/v1/csars/{csarId} |
Operation Type | DELETE |
Request Parameters:
Attribute | Qualifier | Cardinality | Content | Description |
---|---|---|---|---|
csarId | M | 1 | String | The id of CSAR package |
Response:
HTTP Success or Error Code
...