Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Add vld parameter spec in additionalParamsForNs.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed May 31, 2020
1 parent 08bc421 commit 84e7c45
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi/MSO-LO-swagger-resolved.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1191,9 +1191,23 @@ definitions:
type: string
vimAccountId:
type: string
NfvoNsInstantiateRequest_additionalParamsForNs_vld:
items:
type: object
properties:
name:
type: string
example: vldnet
vim-network-name:
type: string
example: netVIM1
NfvoNsInstantiateRequest_additionalParamsForNs:
type: object
properties:
vld:
type: array
items:
$ref: '#/definitions/NfvoNsInstantiateRequest_additionalParamsForNs_vld'
vnf:
type: array
items:
Expand Down

0 comments on commit 84e7c45

Please sign in to comment.