Loading OpenAPI/TS28312_IntentNrm.yaml +35 −5 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ components: - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation" - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/5GCNetworkExpectation" - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation" intentMgmtPurpose: $ref: "#/components/schemas/IntentMgmtPurpose" contextSelectivity: $ref: "#/components/schemas/Selectivity" intentContexts: Loading Loading @@ -192,6 +194,15 @@ components: - ALL_OF - ONE_OF - ANY_OF IntentMgmtPurpose: description: >- It describes the MnS consumer requirements for the management purpose (required procedures) of the created or modified intent instance type: string enum: - FEASIBILITYCHECK - FULFILMENT default: FULFILMENT FulfilmentStatus: type: string readOnly: true Loading Loading @@ -449,6 +460,25 @@ components: type: string readOnly: true description: An attribute which is used when feasibilityCheckResult is INFEASIBLE inFeasibleExpectationInfos: type: array items: $ref: '#/components/schemas/InFeasibleExpectationInfo' InFeasibleExpectationInfo: description: >- It describes the list of InFeasibleExpectationInfo for all infeasible IntentExpectations in the intent type: object properties: expectationId: type: string readOnly: true inFeasibleTargets: type: array items: type: string readOnly: true description: It describes the list of TargetNames for the InFeasibleTargets #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# #-------Definition of the generic IntentHandlingCapability dataType----------------# Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +35 −5 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ components: - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation" - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/5GCNetworkExpectation" - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation" intentMgmtPurpose: $ref: "#/components/schemas/IntentMgmtPurpose" contextSelectivity: $ref: "#/components/schemas/Selectivity" intentContexts: Loading Loading @@ -192,6 +194,15 @@ components: - ALL_OF - ONE_OF - ANY_OF IntentMgmtPurpose: description: >- It describes the MnS consumer requirements for the management purpose (required procedures) of the created or modified intent instance type: string enum: - FEASIBILITYCHECK - FULFILMENT default: FULFILMENT FulfilmentStatus: type: string readOnly: true Loading Loading @@ -449,6 +460,25 @@ components: type: string readOnly: true description: An attribute which is used when feasibilityCheckResult is INFEASIBLE inFeasibleExpectationInfos: type: array items: $ref: '#/components/schemas/InFeasibleExpectationInfo' InFeasibleExpectationInfo: description: >- It describes the list of InFeasibleExpectationInfo for all infeasible IntentExpectations in the intent type: object properties: expectationId: type: string readOnly: true inFeasibleTargets: type: array items: type: string readOnly: true description: It describes the list of TargetNames for the InFeasibleTargets #-------Definition of the concrete IntentFeasibilityCheckReport dataType----------------# #-------Definition of the generic IntentHandlingCapability dataType----------------# Loading