{ "info": { "_postman_id": "975bbba7-e02a-41c7-97ec-5b16afaa0fc3", "name": "SOL003 - VNF Package Management interface 2.4.1", "description": "SOL003 - VNF Package Management interface\n\nIMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence.\n\nIn clause 4.3.2 of ETSI GS NFV-SOL 003 v2.4.1, an attribute-based filtering mechanism is defined. This mechanism is currently not included in the corresponding OpenAPI design for this GS version. Changes to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design.\nPlease report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=\n", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "vnf_packages", "description": "Folder for vnf_packages", "item": [ { "name": "https://{{host}}:{{port}}/vnfpkgm/v1/vnf_packages", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "{{Authorization}}" } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/vnf_packages", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "vnf_packages" ] }, "description": "The GET method queries the information of the VNF packages matching the filter.\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/vnf_packages/:onboardedVnfPkgId", "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "{{Authorization}}" } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/vnf_packages/{{onboardedVnfPkgId}}", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "vnf_packages", "{{onboardedVnfPkgId}}" ] }, "description": "The GET method reads the information of an individual VNF package.\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/vnf_packages/:onboardedVnfPkgId/vnfd", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "{{Authorization}}" } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/vnf_packages/{{onboardedVnfPkgId}}/vnfd", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "vnf_packages", "{{onboardedVnfPkgId}}", "vnfd" ] }, "description": "The GET method reads the content of the VNFD within a VNF package. The VNFD can be implemented as a single file or as a collection of multiple files. If the VNFD is implemented in the form of multiple files, a ZIP file embedding these files shall be returned. If the VNFD is implemented as a single file, either that file or a ZIP file embedding that file shall be returned. The selection of the format is controlled by the \"Accept\" HTTP header passed in the GET request. * If the \"Accept\" header contains only \"text/plain\" and the VNFD is implemented as a single file, the file shall be returned;\n otherwise, an error message shall be returned.\n* If the \"Accept\" header contains only \"application/zip\", the single file or the multiple files that make up the VNFD shall be returned\n embedded in a ZIP file.\n* If the \"Accept\" header contains both \"text/plain\" and \"application/zip\", it is up to the NFVO to choose the format to\n return for a single-file VNFD; for a multi-file VNFD, a ZIP file\n shall be returned.\nThe default format of the ZIP file shall be the one specified in ETSI GS NFV-SOL 004 where only the YAML files representing the VNFD, and information needed to navigate the ZIP file and to identify the file that is the entry point for parsing the VNFD (such as TOSCA-meta or manifest files or naming conventions) are included.\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/vnf_packages/:onboardedVnfPkgId/package_content", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "{{Accept}}", "disabled": true }, { "key": "Authorization", "value": "{{Authorization}}" }, { "key": "Range", "value": "{{Range}}", "disabled": true } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/vnf_packages/{{onboardedVnfPkgId}}/package_content", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "vnf_packages", "{{onboardedVnfPkgId}}", "package_content" ] }, "description": "The GET method fetches the content of a VNF package identified by the VNF package identifier allocated by the NFVO.\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/vnf_packages/:onboardedVnfPkgId/artifacts/:artifactPath", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "{{Accept}}" }, { "key": "Authorization", "value": "{{Authorization}}" }, { "key": "Range", "value": "{{Range}}", "disabled": true } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/vnf_packages/{{onboardedVnfPkgId}}/artifacts/{{artifactPath}}", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "vnf_packages", "{{onboardedVnfPkgId}}", "artifacts", "{{artifactPath}}" ] }, "description": "The GET method fetches the content of an artifact within a VNF package.\n" }, "response": [] } ] }, { "name": "subscriptions", "description": "Folder for subscriptions", "item": [ { "name": "https:///vnfpkgm/v1/subscriptions", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "{{Accept}}" }, { "key": "Authorization", "value": "{{Authorization}}" } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/subscriptions", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "subscriptions" ] }, "description": "The GET method queries the list of active subscriptions of the functional block that invokes the method. It can be used e.g. for resynchronization after error situations.\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/subscriptions", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "{{Accept}}" }, { "key": "Authorization", "value": "{{Authorization}}" }, { "key": "Content-Type", "value": "{{Content-Type}}" } ], "body": { "mode": "raw", "raw": "Representation of the created subscription resource. The HTTP response shall include a \"Location\" HTTP header that points to the created subscription resource.\n" }, "url": { "raw": "https:///vnfpkgm/v1/subscriptions", "host": [ "https:" ], "port": "", "path": [ "", "", "vnfpkgm", "v1", "subscriptions" ] }, "description": "The POST method creates a new subscription. Creation of two subscription resources with the same callbackURI and the same filter can result in performance degradation and will provide duplicates of notifications to the VNFM, and might make sense only in very rare use cases. Consequently, the NFVO may either allow creating a subscription resource if another subscription resource with the same filter and callbackUri already exists (in which case it shall return the “201 Created” response code), or may decide to not create a duplicate subscription resource (in which case it shall return a “303 See Other” response code referencing the existing subscription resource with the same filter and callbackUri).\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/subscriptions/:subscriptionId", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "{{Accept}}" }, { "key": "Authorization", "value": "{{Authorization}}" } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/subscriptions/{{subscriptionId}}", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "subscriptions", "{{subscriptionId}}" ] }, "description": "The GET method reads an individual subscription.\n" }, "response": [] }, { "name": "https:///vnfpkgm/v1/subscriptions/:subscriptionId", "request": { "auth": { "type": "noauth" }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "{{Authorization}}" } ], "body": {}, "url": { "raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfpkgm/v1/subscriptions/:subscriptionId", "protocol": "{{scheme}}", "host": [ "{{host}}{{port}}" ], "port": "", "path": [ "{{uri_prefix}}vnfpkgm", "v1", "subscriptions", ":subscriptionId" ], "variable": [ { "key": "subscriptionId", "value": "" } ] }, "description": "The DELETE method terminates an individual subscription.\n" }, "response": [] } ] } ], "event": [ { "listen": "prerequest", "script": { "id": "06c4d79d-fc1b-4400-aa92-c03907c5f227", "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "id": "f74d8ea9-e8bb-4b24-8510-fe72632ece51", "type": "text/javascript", "exec": [ "" ] } } ] }