scsAsId tmgi-allocation tmgi delivery via mbms
get:
Summary: read all group message delivery via MBMS resource for a given SCS/AS and a TMGI
Tags:
- Delivery via MBMS Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of SCS/AS
Required/Optional: true
Schema:
Type: string
- name: tmgi
In: path
Description: TMGI
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK (successful query of Delivery via MBMS resource)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/GMDViaMBMSByMb2'
'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
Summary: Creates a new delivery via MBMS for a given SCS/AS and a TMGI
Tags:
- Delivery via MBMS Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of SCS/AS
Required/Optional: true
Schema:
Type: string
- name: tmgi
In: path
Description: TMGI
Required/Optional: true
Schema:
Type: string
Request Body:
Description: representation of the GMD via MBMS by MB2 resource to be Created in the SCEF
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/GMDViaMBMSByMb2'
Callbacks:
gMDByMb2Notification:
'{$request.body#/notificationDestination}':
Method: Post
Request Body: # contents of the callback message
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/GMDByMb2Notification'
Responses:
'200' OK (The successful acknowledgement of the notification with a body)
Content:
Application/JSON:
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/Acknowledgement'
'204' successful notification
'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'
Responses:
'201' successful creation of an GMD via MBMS by MB2 resource
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/GMDViaMBMSByMb2'
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'