scsAsId configurations configurationId downlink-data-deliveries
Parameters:
- name: scsAsId
Description: String identifying the SCS/AS.
In: path
Required/Optional: true
Schema:
Type: string
- name: configurationId
Description: String identifying the individual NIDD configuration resource in the SCEF.
In: path
Required/Optional: true
Schema:
Type: string
get:
Responses:
'200' all NIDD downlink data deliveries.
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/NiddDownlinkDataTransfer'
minItems: 0
Description: individual NIDD downlink data delivery.
'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 downlink data delivery.
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NiddDownlinkDataTransfer'
Responses:
'200' NIDD downlink data delivery is successful.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NiddDownlinkDataTransfer'
'201' NIDD downlink data delivery is pending.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NiddDownlinkDataTransfer'
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' The NIDD downlink data delivery request was not successful.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NiddDownlinkDataDeliveryFailure'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'