Get Vnf Packages

Get Vnf Packages

Lists Network Function packages

Request
URI
GET
https://{api_host}/hybridity/api/vnfpkgm/v1/vnf_packages
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

List vnfInstances response

Returns Array of VnfCatalog of type(s) application/json
[
    {
        "lastUpdated": "number",
        "lastUpdateUser": "string",
        "creationDate": "number",
        "creationUser": "string",
        "tags": [
            {
                "name": "string",
                "autoCreated": false
            }
        ],
        "managedBy": {
            "extensionSubtype": "string",
            "extensionName": "string"
        },
        "id": "string",
        "onboardingState": "string",
        "operationalState": "string",
        "usageState": "string",
        "userDefinedData": {
            "name": "string"
        },
        "name": "string",
        "vnfdId": "string",
        "vnfProductName": "string",
        "vnfProvider": "string",
        "vnfdVersion": "string",
        "vnfSoftwareVersion": "string",
        "localFilePath": "string",
        "nfType": "string"
    }
]