ScaleVnfToLevelRequest
ScaleVnfToLevelRequest
This type represents request parameters for the "Scale VNF to Level" operation.
JSON Example
{
"instantiationLevelId": "string",
"scaleInfo": [
{
"aspectId": "string",
"scaleLevel": 0
}
],
"additionalParams": {
"vduParams": [
{
"vduName": "string",
"deploymentProfileId": "string",
"chartName": "string",
"helmName": "string",
"namespace": "string",
"repoUrl": "string",
"username": "string",
"password": "string",
"overrides": "string",
"metadata": {},
"imageName": "string",
"disableAutoRollback": false,
"disableGrant": false,
"ignoreGrantFailure": false
}
],
"lcmInterfaces": [
{
"interfaceName": "string",
"parameters": [
{
"name": "string",
"type": "string"
}
]
}
]
}
}
array of ScaleInfo
scaleInfo
Optional
For each scaling aspect of the current deployment flavour, indicates the target scale level to which the VNF is to be scaled. Either the instantiationLevelId attribute or the scaleInfo attribute shall be included.