Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
642d835f
Commit
642d835f
authored
Nov 05, 2018
by
Elian Kraja
Browse files
Merge branch 'master' of
https://forge.etsi.org/gitlab/nfv/stf-557/api-tests
parents
b255f0cf
bfc501d1
Changes
9
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFLifecycleManagement-API_egm/jsons/changeExtVnfConnectivityRequest.json
0 → 100644
View file @
642d835f
{
"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
SOL003/VNFLifecycleManagement-API_egm/jsons/changeVnfFlavourRequest.json
0 → 100644
View file @
642d835f
{
"newFlavourId"
:
"myFlavour_new"
}
\ No newline at end of file
SOL003/VNFLifecycleManagement-API_egm/jsons/healVnfRequest.json
0 → 100644
View file @
642d835f
{
"cause"
:
"a specific cause"
,
"additionalParams"
:
{}
}
\ No newline at end of file
SOL003/VNFLifecycleManagement-API_egm/jsons/instantiateVnfRequest.json
0 → 100644
View file @
642d835f
{
"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
SOL003/VNFLifecycleManagement-API_egm/jsons/operateVnfRequest.json
0 → 100644
View file @
642d835f
{
"changeStateTo"
:
"STOPPED"
,
"stopType"
:
"FORCEFUL"
"additionalParams"
:
{}
}
\ No newline at end of file
SOL003/VNFLifecycleManagement-API_egm/jsons/patchBodyRequest.json
0 → 100644
View file @
642d835f
{
"vnfInstanceName"
:
"vnf new name"
,
"vnfInstanceDescription"
:
"new description"
}
\ No newline at end of file
SOL003/VNFLifecycleManagement-API_egm/jsons/scaleVnfRequest.json
0 → 100644
View file @
642d835f
{
"type"
:
"SCALE_OUT"
,
"aspectId"
:
"myAspect"
}
\ No newline at end of file
SOL003/VNFLifecycleManagement-API_egm/jsons/scaleVnfToLevelRequest.json
0 → 100644
View file @
642d835f
{
"instantiationLevelId"
:
"myNextLevel"
}
\ No newline at end of file
SOL003/VNFLifecycleManagement-API_egm/jsons/terminateVnfRequest.json
0 → 100644
View file @
642d835f
{
"terminationType"
:
"GRACEFUL"
,
"additionalParams"
:
{}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment