NetworkStatusReportingSubscription
Type: object
Properties:
self:
Reference: 'TS29122_CommonData.yaml#/components/schemas/Link'
supportedFeatures:
Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
notificationDestination:
Reference: 'TS29122_CommonData.yaml#/components/schemas/Link'
requestTestNotification:
Type: boolean
Description: Set to true by the SCS/AS to request the SCEF to send a test notification as defined in subclause 5.2.5.3. Set to false or omitted otherwise.
websockNotifConfig:
Reference: 'TS29122_CommonData.yaml#/components/schemas/WebsockNotifConfig'
locationArea:
Reference: 'TS29122_CommonData.yaml#/components/schemas/LocationArea'
timeDuration:
Reference: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
thresholdValues:
Type: array
Items:
Reference: '#/components/schemas/CongestionValue'
minItems: 1
Description: Identifies a list of congestion level(s) with exact value that the SCS/AS requests to be informed of when reached.
thresholdTypes:
Type: array
Items:
Reference: '#/components/schemas/CongestionType'
minItems: 1
Description: Identifies a list of congestion level(s) with abstracted value that the SCS/AS requests to be informed of when reached.
Required:
- notificationDestination
- locationArea
not:
Required: [thresholdValues, thresholdTypes]