/ue-contexts/{ueContextId}
put:
Summary: Namf_Communication CreateUEContext service Operation
Tags:
- Individual ueContext (Document)
Operation ID: CreateUEContext
Parameters:
- name: ueContextId
In: path
Description: UE Context Identifier
Required/Optional: true
Schema:
Type: string
pattern: '^(5g-guti-[0-9]{5,6}[0-9a-fA-F]{14}|imsi-[0-9]{5,15}|nai-.+|imei-[0-9]{15}|imeisv-[0-9]{16}|.+)$'
Request Body:
Content:
Multipart/Related: # message with binary body part(s)
Schema:
Type: object
Properties: # Request parts
JSON Data:
Reference: '#/components/schemas/UeContextCreateData'
binaryDataN1Message:
Type: string
Format: binary
binaryDataN2Information:
Type: string
Format: binary
binaryDataN2InformationExt1:
Type: string
Format: binary
Encoding:
JSON Data:
Content Type: application/json
binaryDataN1Message:
Content Type: application/vnd.3gpp.5gnas
Headers:
Content ID:
Schema:
Type: string
binaryDataN2Information:
Content Type: application/vnd.3gpp.ngap
Headers:
Content ID:
Schema:
Type: string
binaryDataN2InformationExt1:
Content Type: application/vnd.3gpp.ngap
Headers:
Content ID:
Schema:
Type: string
Required/Optional: true
Responses:
'201' UE context successfully created.
Headers:
Location:
Description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/namf-comm/v1/ue-contexts/{ueContextId}'
Required/Optional: true
Schema:
Type: string
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/UeContextCreatedData'
Multipart/Related: # message with binary body part(s)
Schema:
Type: object
Properties: # Request parts
JSON Data:
Reference: '#/components/schemas/UeContextCreatedData'
binaryDataN1Message:
Type: string
Format: binary
binaryDataN2Information:
Type: string
Format: binary
Encoding:
JSON Data:
Content Type: application/json
binaryDataN1Message:
Content Type: application/vnd.3gpp.5gnas
Headers:
Content ID:
Schema:
Type: string
binaryDataN2Information:
Content Type: application/vnd.3gpp.ngap
Headers:
Content ID:
Schema:
Type: string
'400' Bad Request
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/UeContextCreateError'
'403' Forbidden
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/UeContextCreateError'
'411': Reference 'TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500' Internal Server Error
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/UeContextCreateError'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error