Loading OpenAPI/sliceNrm.yaml +70 −0 Original line number Diff line number Diff line Loading @@ -673,6 +673,58 @@ components: epApplicationRefs: $ref: 'comDefs.yaml#/components/schemas/DnList' AllocateJob-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: allOf: - type: object properties: serviceProfile: $ref: '#/components/schemas/ServiceProfile' sliceProfile: $ref: '#/components/schemas/SliceProfile' processMonitor: $ref: 'genericNrm.yaml#/components/schemas/ProcessMonitor' networkSliceRef: $ref: 'comDefs.yaml#/components/schemas/Dn' networkSliceSubnetRef: $ref: 'comDefs.yaml#/components/schemas/Dn' DeallocateJob-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: allOf: - type: object properties: serviceProfileId: type: string sliceProfileId: type: string processMonitor: $ref: 'genericNrm.yaml#/components/schemas/ProcessMonitor' ModifyJob-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: allOf: - type: object properties: serviceProfile: $ref: '#/components/schemas/ServiceProfile' sliceProfile: $ref: '#/components/schemas/SliceProfile' processMonitor: $ref: 'genericNrm.yaml#/components/schemas/ProcessMonitor' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: type: array Loading @@ -694,6 +746,21 @@ components: items: $ref: '#/components/schemas/EP_Transport-Single' AllocateJob-Multiple: type: array items: $ref: '#/components/schemas/AllocateJob-Single' DeallocateJob-Multiple: type: array items: $ref: '#/components/schemas/DeallocateJob-Single' ModifyJob-Multiple: type: array items: $ref: '#/components/schemas/ModifyJob-Single' #------------ Definitions in TS 28.541 for TS 28.532 ----------------------------- resources-sliceNrm: Loading @@ -702,3 +769,6 @@ components: - $ref: '#/components/schemas/NetworkSlice-Single' - $ref: '#/components/schemas/NetworkSliceSubnet-Single' - $ref: '#/components/schemas/EP_Transport-Single' - $ref: '#/components/schemas/AllocateJob-Single' - $ref: '#/components/schemas/DeallocateJob-Single' - $ref: '#/components/schemas/ModifyJob-Single' Loading
OpenAPI/sliceNrm.yaml +70 −0 Original line number Diff line number Diff line Loading @@ -673,6 +673,58 @@ components: epApplicationRefs: $ref: 'comDefs.yaml#/components/schemas/DnList' AllocateJob-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: allOf: - type: object properties: serviceProfile: $ref: '#/components/schemas/ServiceProfile' sliceProfile: $ref: '#/components/schemas/SliceProfile' processMonitor: $ref: 'genericNrm.yaml#/components/schemas/ProcessMonitor' networkSliceRef: $ref: 'comDefs.yaml#/components/schemas/Dn' networkSliceSubnetRef: $ref: 'comDefs.yaml#/components/schemas/Dn' DeallocateJob-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: allOf: - type: object properties: serviceProfileId: type: string sliceProfileId: type: string processMonitor: $ref: 'genericNrm.yaml#/components/schemas/ProcessMonitor' ModifyJob-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: allOf: - type: object properties: serviceProfile: $ref: '#/components/schemas/ServiceProfile' sliceProfile: $ref: '#/components/schemas/SliceProfile' processMonitor: $ref: 'genericNrm.yaml#/components/schemas/ProcessMonitor' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: type: array Loading @@ -694,6 +746,21 @@ components: items: $ref: '#/components/schemas/EP_Transport-Single' AllocateJob-Multiple: type: array items: $ref: '#/components/schemas/AllocateJob-Single' DeallocateJob-Multiple: type: array items: $ref: '#/components/schemas/DeallocateJob-Single' ModifyJob-Multiple: type: array items: $ref: '#/components/schemas/ModifyJob-Single' #------------ Definitions in TS 28.541 for TS 28.532 ----------------------------- resources-sliceNrm: Loading @@ -702,3 +769,6 @@ components: - $ref: '#/components/schemas/NetworkSlice-Single' - $ref: '#/components/schemas/NetworkSliceSubnet-Single' - $ref: '#/components/schemas/EP_Transport-Single' - $ref: '#/components/schemas/AllocateJob-Single' - $ref: '#/components/schemas/DeallocateJob-Single' - $ref: '#/components/schemas/ModifyJob-Single'