Skip to content
Snippets Groups Projects
Commit bfc501d1 authored by mengxuan.zhao's avatar mengxuan.zhao
Browse files

SOL 003 VNF LCM MGNT request body

parent aeb8d9cd
No related branches found
No related tags found
No related merge requests found
Showing with 169 additions and 0 deletions
{
"extVirtualLinks": [
{
"id": "string",
"vimConnectionId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"extCps": [
{
"cpdId": "string",
"cpConfig": [
{
"cpInstanceId": "string",
"linkPortId": "string",
"cpProtocolData": [
{
"layerProtocol": "IP_OVER_ETHERNET",
"ipOverEthernet": {
"macAddress": "string",
"ipAddresses": [
{
"type": "IPV4",
"fixedAddresses": [
"string"
],
"numDynamicAddresses": 0,
"addressRange": {
"minAddress": "string",
"maxAddress": "string"
},
"subnetId": "string"
}
]
}
}
]
}
]
}
],
"extLinkPorts": [
{
"id": "string",
"resourceHandle": {
"vimConnectionId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
}
}
]
}
],
"vimConnectionInfo": [
{
"id": "string",
"vimId": "string",
"vimType": "string",
"interfaceInfo": {},
"accessInfo": {},
"extra": {}
}
],
"additionalParams": {}
}
\ No newline at end of file
{
"newFlavourId": "myFlavour_new"
}
\ No newline at end of file
{
"cause": "a specific cause",
"additionalParams": {}
}
\ No newline at end of file
{
"flavourId": "myFlavour",
"instantiationLevelId": "string",
"extVirtualLinks": [
{
"id": "string",
"vimConnectionId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"extCps": [
{
"cpdId": "string",
"cpConfig": [
{
"cpInstanceId": "string",
"linkPortId": "string",
"cpProtocolData": [
{
"layerProtocol": "IP_OVER_ETHERNET",
"ipOverEthernet": {
"macAddress": "string",
"ipAddresses": [
{
"type": "IPV4",
"fixedAddresses": [
"string"
],
"numDynamicAddresses": 0,
"addressRange": {
"minAddress": "string",
"maxAddress": "string"
},
"subnetId": "string"
}
]
}
}
]
}
]
}
],
"extLinkPorts": [
{
"id": "string",
"resourceHandle": {
"vimConnectionId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
}
}
]
}
],
"extManagedVirtualLinks": [
{
"id": "string",
"virtualLinkDescId": "string",
"vimConnectionId": "string",
"resourceProviderId": "string",
"resourceId": "string"
}
],
"vimConnectionInfo": [
{
"id": "string",
"vimId": "string",
"vimType": "string",
"interfaceInfo": {},
"accessInfo": {},
"extra": {}
}
],
"localizationLanguage": "English",
"additionalParams": {}
}
\ No newline at end of file
{
"changeStateTo": "STOPPED",
"stopType": "FORCEFUL"
"additionalParams": {}
}
\ No newline at end of file
{
"vnfInstanceName": "vnf new name",
"vnfInstanceDescription": "new description"
}
\ No newline at end of file
{
"type": "SCALE_OUT",
"aspectId": "myAspect"
}
\ No newline at end of file
{
"instantiationLevelId": "myNextLevel"
}
\ No newline at end of file
{
"terminationType": "GRACEFUL",
"additionalParams": {}
}
\ No newline at end of file
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