Merge "Add docs for performance improvement"

This commit is contained in:
Zuul 2022-09-15 02:27:04 +00:00 committed by Gerrit Code Review
commit 53dd92073e
4 changed files with 18 additions and 2 deletions

View File

@ -799,6 +799,14 @@ instantiated_vnf_info:
in: body
required: false
type: object
instantiated_vnf_info_metadata:
description: |
This attribute is not a standard attribute defined by ETSI. Information
about the VNF after successful instantiation is stored in this attribute.
Used in other lifecycle operations.
in: body
required: false
type: key value pairs
instantiation_level_id:
description: |
Identifier of the instantiation level of the deployment flavour to be

View File

@ -462,7 +462,10 @@
}
]
}
]
],
"metadata": {
"stack_id": "74350884-fcfd-43f3-a425-2eb007180bc4"
}
},
"instantiationState": "INSTANTIATED",
"metadata": {},

View File

@ -461,7 +461,10 @@
}
]
}
]
],
"metadata": {
"stack_id": "74350884-fcfd-43f3-a425-2eb007180bc4"
}
},
"instantiationState": "INSTANTIATED",
"metadata": {},

View File

@ -435,6 +435,7 @@ Response Parameters
- vimConnectionId: vim_connection_id
- resourceId: resource_handle_resource_id
- vimLevelResourceType: resource_handle_vim_level_resource_type
- metadata: instantiated_vnf_info_metadata
- metadata: vnf_instance_metadata
- vnfcInfo: vnfc_info
- id: vnfc_info_id
@ -599,6 +600,7 @@ Response Parameters
- vimConnectionId: vim_connection_id
- resourceId: resource_handle_resource_id
- vimLevelResourceType: resource_handle_vim_level_resource_type
- metadata: instantiated_vnf_info_metadata
- metadata: vnf_instance_metadata
- vnfcInfo: vnfc_info
- id: vnfc_info_id