Commit 9709b1d7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix issue #148 in v2.7.1

parent 4a6bc1fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{{
{
	"nsdId": "{nsdId}",
	"nsName": "{nsInstanceName}",
	"vimAccountId": "{vimAccountId}",
	"nsDescription": "{nsInstanceDescription}"
}}
 No newline at end of file
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
{{
	"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
+1 −30
Original line number Diff line number Diff line
{
	"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
+18 −17
Original line number Diff line number Diff line
{{
{
	"updateType": "{vnfUpdateType}",
	"instantiateVnfData": {{
	"instantiateVnfData": {
		"vnfdId": "{vnfdId}",
		"vnfFlavourId": "{vnfFlavourId}",
		"vnfInstantiationLevelId": "{vnfInstantiationLevelId}"
		"extManagedVirtualLinks": {{
		"vnfInstantiationLevelId": "{vnfInstantiationLevelId}",
		"extManagedVirtualLinks": {
			"vnfVirtualLinkDescId": "{vnfVirtualLinkDescId}"
	}},
	"changeVnfFlavourData": {{
		},
		"changeVnfFlavourData": {
			"vnfInstanceId": {},
			"newFlavourId": "{newFlavourId}",
			"instantiationLevelId": "{instantiationLevelId}"
	}},
	"assocNewNsdVersionData": {{
		},
		"assocNewNsdVersionData": {
			"newNsdId": "{newNsdId}"
	}}
	"addSap": {{
		},
		"addSap": {
			"sapdId": "{sapdId}"
	}}
}}
 No newline at end of file
		}
	}
}