Merge "Add docs for performance improvement"
This commit is contained in:
commit
53dd92073e
@ -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
|
||||
|
@ -462,7 +462,10 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"metadata": {
|
||||
"stack_id": "74350884-fcfd-43f3-a425-2eb007180bc4"
|
||||
}
|
||||
},
|
||||
"instantiationState": "INSTANTIATED",
|
||||
"metadata": {},
|
||||
|
@ -461,7 +461,10 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"metadata": {
|
||||
"stack_id": "74350884-fcfd-43f3-a425-2eb007180bc4"
|
||||
}
|
||||
},
|
||||
"instantiationState": "INSTANTIATED",
|
||||
"metadata": {},
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user