Skip to content
Snippets Groups Projects
Commit 9709b1d7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix issue #148 in v2.7.1

parent 4a6bc1fc
No related branches found
No related tags found
3 merge requests!199Merge "3.3.1 dev" into "release 3" master,!193Merge 2.7.1 dev into Master, for TST010ed271 publication,!154NFV&MEC API Plugtests 2021: changes to fix issues found on SOL002/3/5 v2.7.1 tests
{{
{
"nsdId": "{nsdId}",
"nsName": "{nsInstanceName}",
"vimAccountId": "{vimAccountId}",
"nsDescription": "{nsInstanceDescription}"
}}
\ No newline at end of file
}
\ No newline at end of file
{{
"nsFlavourId": "floavour_id",
{
"nsFlavourId": "flavour_id",
"sapData":[
"{sapdId}"
],
......@@ -10,4 +10,4 @@
"additionalParamsForNs":{},
"additionalParamForNestedNs":[],
"additionalParamsForVnf":[]
}}
\ No newline at end of file
}
\ No newline at end of file
{
"description": "This type represents a request for the scale NS operation.\n",
"type": "object",
"required": [
"scaleType"
],
"properties": {
"scaleType": {
"description": "Indicates the type of scaling to be performed. Possible values: - SCALE_NS - SCALE_VNF\n",
"type": "string",
"enum": [
"SCALE_NS",
"SCALE_VNF"
]
},
"scaleNsData": {
"description": "The necessary information to scale the referenced NS instance. It shall be present when scaleType = SCALE_NS.\n",
"$ref": "#/definitions/ScaleNsData"
},
"scaleVnfData": {
"description": "The necessary information to scale the referenced NS instance. It shall be present when scaleType = SCALE_VNF.\n",
"type": "array",
"items": {
"$ref": "#/definitions/ScaleVnfData"
}
},
"scaleTime": {
"description": "Timestamp indicating the scale time of the NS, i.e. the NS will be scaled at this timestamp. Cardinality \"0\" indicates the NS scaling takes place immediately\".\n",
"$ref": "SOL005_def.yaml#/definitions/DateTime"
}
}
"scaleType": "SCALE_NS"
}
\ No newline at end of file
{{
{
"updateType": "{vnfUpdateType}",
"instantiateVnfData": {{
"instantiateVnfData": {
"vnfdId": "{vnfdId}",
"vnfFlavourId": "{vnfFlavourId}",
"vnfInstantiationLevelId": "{vnfInstantiationLevelId}"
"extManagedVirtualLinks": {{
"vnfInstantiationLevelId": "{vnfInstantiationLevelId}",
"extManagedVirtualLinks": {
"vnfVirtualLinkDescId": "{vnfVirtualLinkDescId}"
}},
"changeVnfFlavourData": {{
"vnfInstanceId": {},
"newFlavourId": "{newFlavourId}",
"instantiationLevelId": "{instantiationLevelId}"
}},
"assocNewNsdVersionData": {{
"newNsdId": "{newNsdId}"
}}
"addSap": {{
"sapdId": "{sapdId}"
}}
}}
\ No newline at end of file
},
"changeVnfFlavourData": {
"vnfInstanceId": {},
"newFlavourId": "{newFlavourId}",
"instantiationLevelId": "{instantiationLevelId}"
},
"assocNewNsdVersionData": {
"newNsdId": "{newNsdId}"
},
"addSap": {
"sapdId": "{sapdId}"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment