/{scsAsId}/subscriptions
get:
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS as defined in subclause subclause 5.2.4 of 3GPP TS 29.122.
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK. The subscription information related to the request URI is returned.
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/CpInfo'
minItems: 0
'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'
Method: Post
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS as defined in subclause subclause 5.2.4 of 3GPP TS 29.122.
Required/Optional: true
Schema:
Type: string
Request Body:
Description: create new subscriptions for a given SCS/AS and the provisioning CP parameter sets.
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpInfo'
Responses:
'201' Created. The subscription was created successfully. The SCEF shall return the created subscription in the response payload body.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpInfo'
Headers:
Location:
Description: 'Contains the URI of the newly created resource'
Required/Optional: true
Schema:
Type: string
'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' The CP parameters for all sets were not created successfully. CpReport may be included with detailed information.
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/CpReport'
minItems: 1
application/problem+json:
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/ProblemDetails'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'