scsAsId subscriptions subscriptionId
get:
Summary: read an active subscriptions for the SCS/AS and the subscription Id
Tags:
- MonitoringEvent API Subscription level GET Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS
Required/Optional: true
Schema:
Type: string
- name: subscriptionId
In: path
Description: Identifier of the subscription resource
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK (Successful get the active subscription)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/MonitoringEventSubscription'
'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'
put:
Summary: Updates/replaces an existing subscription resource
Tags:
- MonitoringEvent API subscription level PUT Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS
Required/Optional: true
Schema:
Type: string
- name: subscriptionId
In: path
Description: Identifier of the subscription resource
Required/Optional: true
Schema:
Type: string
Request Body:
Description: Parameters to update/replace the existing subscription
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/MonitoringEventSubscription'
Responses:
'200' OK (Successful update of the subscription)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/MonitoringEventSubscription'
'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'
delete:
Summary: Deletes an already existing monitoring event subscription
Tags:
- MonitoringEvent API Subscription level DELETE Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS
Required/Optional: true
Schema:
Type: string
- name: subscriptionId
In: path
Description: Identifier of the subscription resource
Required/Optional: true
Schema:
Type: string
Responses:
'204' No Content (Successful deletion of the existing subscription)
'200' OK (Successful deletion of the existing subscription)
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/MonitoringEventReport'
minItems: 1
Description: The subscription was terminated successfully, the monitoring event report(s) shall be included if received.
'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'
'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'