ueId registrations smf registrations pduSessionId
put:
Summary: register as SMF
Operation ID: Registration
Tags:
- SMF Registration
Parameters:
- name: ueId
In: path
Description: Identifier of the UE
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/Supi'
- name: pduSessionId
In: path
Description: Identifier of the PDU session
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/PduSessionId'
Request Body:
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/SmfRegistration'
Required/Optional: true
Responses:
'201' Created
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/SmfRegistration'
Headers:
Location:
Description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/nudm-uecm/v1/{ueId}/registrations/smf-registrations/{pduSessionId}'
Required/Optional: true
Schema:
Type: string
'200' Expected response to a valid request
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/SmfRegistration'
'204' No content
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error
Callbacks:
pcscfRestorationNotification:
'{request.body#/pcscfRestorationCallbackUri}':
Method: Post
Request Body:
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/PcscfRestorationNotification'
Responses:
'204' Successful Notification response
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error
delete:
Summary: delete an SMF registration
Operation ID: Deregistration
Tags:
- SMF Deregistration
Parameters:
- name: ueId
In: path
Description: Identifier of the UE
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/Supi'
- name: pduSessionId
In: path
Description: Identifier of the PDU session
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/PduSessionId'
Responses:
'204' Expected response to a valid request
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'422' Unprocessable Request
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error