InlineVnf_lcm_op_occs200Response

InlineVnf_lcm_op_occs200Response
InlineVnf_lcm_op_occs200Response

200 OK Shall be returned when status information for zero or more VNF lifecycle management operation occurrences has been queried successfully. The response body shall contain in an array the status information about zero or more VNF lifecycle operation occurrences, as defined in clause 5.5.2.13. If the "filter" URI parameter or one of the "all_fields", "fields" (if supported), "exclude_fields" (if supported) or "exclude_default" URI parameters was supplied in the request, the data in the response body shall have been transformed according to the rules specified in clauses 5.2.2 and 5.3.2 of ETSI GS NFV-SOL 013, respectively. If the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource, inclusion of the Link HTTP header in this response shall follow the provisions in clause 5.4.2.3 of ETSI GS NFV-SOL 013.

JSON Example
[
    {
        "id": "string",
        "operationState": "string",
        "stateEnteredTime": "string",
        "startTime": "string",
        "vnfInstanceId": "string",
        "grantId": "string",
        "operation": "string",
        "isAutomaticInvocation": false,
        "isCancelPending": false,
        "cancelMode": "string",
        "error": {
            "type": "string",
            "title": "string",
            "status": 0,
            "detail": "string",
            "instance": "string"
        },
        "resourceChanges": {
            "affectedVnfcs": [
                {
                    "id": "string",
                    "vduId": "string",
                    "changeType": "string",
                    "computeResource": {
                        "vimConnectionId": "string",
                        "resourceProviderId": "string",
                        "resourceId": "string",
                        "vimLevelResourceType": "string"
                    },
                    "resourceDefinitionId": "string",
                    "zoneId": "string",
                    "affectedVnfcCpIds": [
                        "string"
                    ],
                    "addedStorageResourceIds": [
                        "string"
                    ],
                    "removedStorageResourceIds": [
                        "string"
                    ]
                }
            ],
            "affectedVirtualLinks": [
                {
                    "id": "string",
                    "vnfVirtualLinkDescId": "string",
                    "changeType": "string",
                    "networkResource": {
                        "vimConnectionId": "string",
                        "resourceProviderId": "string",
                        "resourceId": "string",
                        "vimLevelResourceType": "string"
                    },
                    "resourceDefinitionId": "string",
                    "zoneId": "string"
                }
            ],
            "affectedVirtualStorages": [
                {
                    "id": "string",
                    "virtualStorageDescId": "string",
                    "changeType": "string",
                    "storageResource": {
                        "vimConnectionId": "string",
                        "resourceProviderId": "string",
                        "resourceId": "string",
                        "vimLevelResourceType": "string"
                    },
                    "resourceDefinitionId": "string"
                }
            ]
        },
        "changedInfo": {
            "vnfInstanceName": "string",
            "vnfInstanceDescription": "string",
            "vnfdId": "string",
            "vnfProvider": "string",
            "vnfProductName": "string",
            "vnfSoftwareVersion": "string",
            "vnfdVersion": "string",
            "vnfcInfoModifications": [
                {
                    "id": "string"
                }
            ],
            "vnfcInfoModificationsDeleteIds": [
                "string"
            ]
        },
        "changedExtConnectivity": [
            {
                "id": "string",
                "resourceHandle": {
                    "vimConnectionId": "string",
                    "resourceProviderId": "string",
                    "resourceId": "string",
                    "vimLevelResourceType": "string"
                },
                "extLinkPorts": [
                    {
                        "id": "string",
                        "resourceHandle": {
                            "vimConnectionId": "string",
                            "resourceProviderId": "string",
                            "resourceId": "string",
                            "vimLevelResourceType": "string"
                        },
                        "cpInstanceId": "string"
                    }
                ]
            }
        ],
        "_links": {
            "self": {
                "href": "string"
            },
            "vnfInstance": {
                "href": "string"
            },
            "grant": {
                "href": "string"
            },
            "cancel": {
                "href": "string"
            },
            "retry": {
                "href": "string"
            },
            "rollback": {
                "href": "string"
            },
            "fail": {
                "href": "string"
            }
        }
    }
]