Loading config/api/bwm-api.yaml +38 −42 Original line number Diff line number Diff line Loading @@ -426,21 +426,13 @@ components: requestType: 0 sessionFilter: - protocol: protocol sourcePort: - sourcePort - sourcePort dstPort: - dstPort - dstPort sourcePort: sourcePort dstPort: dstPort sourceIp: sourceIp dstAddress: dstAddress - protocol: protocol sourcePort: - sourcePort - sourcePort dstPort: - dstPort - dstPort sourcePort: sourcePort dstPort: dstPort sourceIp: sourceIp dstAddress: dstAddress appName: appName Loading Loading @@ -544,16 +536,18 @@ components: properties: dstAddress: type: string description: Destination address identity of session (including range) description: >- Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String dstPort: minItems: 0 type: array description: Destination port identity of session items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String protocol: type: string Loading @@ -562,25 +556,23 @@ components: x-etsi-mec-origin-type: String sourceIp: type: string description: Source address identity of session (including range) description: >- Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String sourcePort: minItems: 0 type: array description: Source port identity of session items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String example: protocol: protocol sourcePort: - sourcePort - sourcePort dstPort: - dstPort - dstPort sourcePort: sourcePort dstPort: dstPort sourceIp: sourceIp dstAddress: dstAddress BwInfo_timeStamp: Loading Loading @@ -613,16 +605,18 @@ components: properties: dstAddress: type: string description: Destination address identity of session (including range) description: >- Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String dstPort: minItems: 0 type: array description: Destination port identity of session items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String protocol: type: string Loading @@ -631,16 +625,18 @@ components: x-etsi-mec-origin-type: String sourceIp: type: string description: Source address identity of session (including range) description: >- Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String sourcePort: minItems: 0 type: array description: 'Source port identity of session ' items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String responses: "204": Loading config/api/mts-api.yaml +24 −32 Original line number Diff line number Diff line Loading @@ -458,24 +458,16 @@ components: flowFilter: - flowlabel: 1 protocol: 5 sourcePort: - 5 - 5 sourcePort: 5 dscp: 0 dstPort: - 6 - 6 dstPort: 6 sourceIp: sourceIp dstIp: dstIp - flowlabel: 1 protocol: 5 sourcePort: - 5 - 5 sourcePort: 5 dscp: 0 dstPort: - 6 - 6 dstPort: 6 sourceIp: sourceIp dstIp: dstIp requestType: 7 Loading Loading @@ -598,18 +590,20 @@ components: x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 dstIp: description: >- Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. type: string description: Destination address identity of session (including range) x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String dstPort: minItems: 0 type: array description: Destination port identity of session items: type: integer format: uint32 x-etsi-mec-cardinality: 0..N type: integer x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 flowlabel: type: integer Loading @@ -625,29 +619,27 @@ components: x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 sourceIp: description: >- Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. type: string description: Source address identity of session (including range) x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String sourcePort: minItems: 0 type: array description: Source port identity of session items: type: integer format: uint32 x-etsi-mec-cardinality: 0..N type: integer x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 example: flowlabel: 1 protocol: 5 sourcePort: - 5 - 5 sourcePort: 5 dscp: 0 dstPort: - 6 - 6 dstPort: 6 sourceIp: sourceIp dstIp: dstIp MtsSessionInfo_qosD: Loading Loading
config/api/bwm-api.yaml +38 −42 Original line number Diff line number Diff line Loading @@ -426,21 +426,13 @@ components: requestType: 0 sessionFilter: - protocol: protocol sourcePort: - sourcePort - sourcePort dstPort: - dstPort - dstPort sourcePort: sourcePort dstPort: dstPort sourceIp: sourceIp dstAddress: dstAddress - protocol: protocol sourcePort: - sourcePort - sourcePort dstPort: - dstPort - dstPort sourcePort: sourcePort dstPort: dstPort sourceIp: sourceIp dstAddress: dstAddress appName: appName Loading Loading @@ -544,16 +536,18 @@ components: properties: dstAddress: type: string description: Destination address identity of session (including range) description: >- Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String dstPort: minItems: 0 type: array description: Destination port identity of session items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String protocol: type: string Loading @@ -562,25 +556,23 @@ components: x-etsi-mec-origin-type: String sourceIp: type: string description: Source address identity of session (including range) description: >- Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String sourcePort: minItems: 0 type: array description: Source port identity of session items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String example: protocol: protocol sourcePort: - sourcePort - sourcePort dstPort: - dstPort - dstPort sourcePort: sourcePort dstPort: dstPort sourceIp: sourceIp dstAddress: dstAddress BwInfo_timeStamp: Loading Loading @@ -613,16 +605,18 @@ components: properties: dstAddress: type: string description: Destination address identity of session (including range) description: >- Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String dstPort: minItems: 0 type: array description: Destination port identity of session items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String protocol: type: string Loading @@ -631,16 +625,18 @@ components: x-etsi-mec-origin-type: String sourceIp: type: string description: Source address identity of session (including range) description: >- Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String sourcePort: minItems: 0 type: array description: 'Source port identity of session ' items: type: string x-etsi-mec-cardinality: 0..N x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String responses: "204": Loading
config/api/mts-api.yaml +24 −32 Original line number Diff line number Diff line Loading @@ -458,24 +458,16 @@ components: flowFilter: - flowlabel: 1 protocol: 5 sourcePort: - 5 - 5 sourcePort: 5 dscp: 0 dstPort: - 6 - 6 dstPort: 6 sourceIp: sourceIp dstIp: dstIp - flowlabel: 1 protocol: 5 sourcePort: - 5 - 5 sourcePort: 5 dscp: 0 dstPort: - 6 - 6 dstPort: 6 sourceIp: sourceIp dstIp: dstIp requestType: 7 Loading Loading @@ -598,18 +590,20 @@ components: x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 dstIp: description: >- Destination address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. type: string description: Destination address identity of session (including range) x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String dstPort: minItems: 0 type: array description: Destination port identity of session items: type: integer format: uint32 x-etsi-mec-cardinality: 0..N type: integer x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 flowlabel: type: integer Loading @@ -625,29 +619,27 @@ components: x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 sourceIp: description: >- Source address identity of session. The string for a IPv4 address shall be formatted in the "dotted decimal" notation as defined in IETF RFC 1166 [10]. The string for a IPv6 address shall be formatted according to clause 4 of IETF RFC 5952 [11], with in CIDR notation [12] used to provide the routing prefix. type: string description: Source address identity of session (including range) x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: String sourcePort: minItems: 0 type: array description: Source port identity of session items: type: integer format: uint32 x-etsi-mec-cardinality: 0..N type: integer x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Uint32 example: flowlabel: 1 protocol: 5 sourcePort: - 5 - 5 sourcePort: 5 dscp: 0 dstPort: - 6 - 6 dstPort: 6 sourceIp: sourceIp dstIp: dstIp MtsSessionInfo_qosD: Loading