InlineVnf_instancesVnfInstanceIdScale_to_levelRequestBody
This type represents request parameters for the "Scale VNF to Level" operation. NOTE: Either the instantiationLevelId attribute or the scaleInfo attribute shall be included.
{
"instantiationLevelId": "string",
"scaleInfo": [
{
"aspectId": "string",
"vnfdId": "string",
"scaleToLevel": "string"
}
]
}
Identifier of the target instantiation level of the current deployment flavour to which the VNF is requested to be scaled. See note.
For each scaling aspect of the current deployment flavour, indicates the target scale level to which the VNF is to be scaled. See note.
Additional parameters passed by the NFVO as input to the scaling process, specific to the VNF being scaled, as declared in the VNFD as part of "ScaleVnfToLevelOpConfig" defined in ETSI GS NFV-IFA 011 [10].