/non-ue-n2-messages/subscriptions


  Method: Post 
    Summary: Namf_Communication Non UE N2 Info Subscribe service Operation 
 
    Tags: 
      - Non UE N2Messages Subscriptions collection (Document) 
    Operation ID: NonUeN2InfoSubscribe 
    Request Body: 
      Content: 
        Application/JSON: 
          Schema: 
            Reference: '#/components/schemas/NonUeN2InfoSubscriptionCreateData' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: Non UE N2 Info Subscription successfully created. 
        Headers: 
          Location: 
            description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/namf-comm/v1/non-ue-n2-messages/subscriptions/{n2NotifySubscriptionId}' 
            Required/Optional: true 
            Schema: 
              Type: string 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/NonUeN2InfoSubscriptionCreatedData' 
      '400': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/400' 
      '403': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/403' 
      '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': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/500' 
      '503': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/503' 
      Default: 
        Description: Unexpected error 
    Callbacks: 
      onN2InfoNotify: 
        '{$request.body#/n2NotifyCallbackUri}': 
          Method: Post 
            Summary: Namf_Communication Non UE N2 Info Notify service Operation 
 
            Tags: 
              - Non UE N2 Info Notify 
            Operation ID: NonUeN2InfoNotify 
            Request Body: 
              Description: Non UE N2 Informaiton Notification 
              Content: 
                Application/JSON: 
                  Schema: 
                    Reference: '#/components/schemas/N2InformationNotification' 
                Multipart/Related: # message with binary body part(s) 
                  Schema: 
                    Type: object 
                    Properties: # Request parts 
                      JSON Data: 
                        Reference: '#/components/schemas/N2InformationNotification' 
                      binaryDataN2Information: 
                        Type: string 
                        Format: binary 
                  Encoding: 
                    JSON Data: 
                      Content Type: application/json 
                    binaryDataN2Information: 
                      Content Type: application/vnd.3gpp.ngap 
                      Headers: 
                        Content ID: 
                          Schema: 
                            Type: string 
 
            Responses: 
              '204': 
                Description: Expected response to a successful callback processing 
              '400': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/400' 
              '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': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/500' 
              '503': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/503'