/analytics
get:
Parameters:
- name: event-id
In: query
Description: Identify the analytics.
Required/Optional: true
Schema:
Reference: '#/components/schemas/EventId'
- name: event-filter
In: query
Description: Identify the analytics when the eventId is "Load_Level_Information".
Required/Optional: false
Schema:
Reference: '#/components/schemas/EventFilter'
- name: supported-features
In: query
Description: To filter irrelevant responses related to unsupported features
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
Responses:
'200' The individual PCF session biding session binding information resource matching the query parameter(s) is returned.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/AnalyticsData'
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404' Indicates that the NWDAF Analytics resource does not exist.
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'406': Reference 'TS29571_CommonData.yaml#/components/responses/406'
'414': Reference 'TS29571_CommonData.yaml#/components/responses/414'
'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: Reference 'TS29571_CommonData.yaml#/components/responses/default'