scsAsId configurations
Parameters:
- name: scsAsId
Description: String identifying the SCS/AS.
In: path
Required/Optional: true
Schema:
Type: string
get:
Responses:
'200' all NIDD configurations.
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/NiddConfiguration'
minItems: 0
Description: individual NIDD configuration.
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'406': Reference 'TS29122_CommonData.yaml#/components/responses/406'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'
Method: Post
Request Body:
Description: Contains the data to create a NIDD configuration.
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NiddConfiguration'
Responses:
'201' NIDD configuration is successfully created.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NiddConfiguration'
Headers:
Location:
Description: 'Contains the URI of the newly created resource'
Required/Optional: true
Schema:
Type: string
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29122_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29122_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29122_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'
Callbacks:
niddNotifications:
'{$request.body#/notificationDestination}':
Method: Post
Request Body:
Description: Notification for NIDD configuration status, MO NIDD, MT NIDD delivery report.
Content:
Application/JSON:
Schema:
oneOf:
- $ref: '#/components/schemas/NiddConfigurationStatusNotification'
- $ref: '#/components/schemas/NiddUplinkDataNotification'
- $ref: '#/components/schemas/NiddDownlinkDataDeliveryStatusNotification'
- $ref: '#/components/schemas/GmdNiddDownlinkDataDeliveryNotification'
Responses:
'204' Expected response to a successful callback processing without a body
'200' Expected response to a successful callback processing with a body
Content:
Application/JSON:
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/Acknowledgement'
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29122_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29122_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29122_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'