/{scsAsId}/subscriptions/{subscriptionId}/cpSets/{setId}
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
- name: subscriptionId
In: path
Description: Subscription ID
Required/Optional: true
Schema:
Type: string
- name: setId
In: path
Description: Identifier of the CP parameter set
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK. The subscription information related to the request URI is returned.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpParameterSet'
'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:
Request Body:
Description: Change information for a CP parameter set.
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpParameterSet'
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
- name: subscriptionId
In: path
Description: Subscription ID
Required/Optional: true
Schema:
Type: string
- name: setId
In: path
Description: Identifier of the CP parameter set
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK. The CP parameter set resource was modified successfully. The SCEF shall return an updated CP parameter set resource in the response payload body.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpParameterSet'
'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'
'409' The CP parameters for the CP set were not updated successfully.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpReport'
application/problem+json:
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/ProblemDetails'
'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 the CP set were not updated successfully.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/CpReport'
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'
delete:
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
- name: subscriptionId
In: path
Description: Subscription ID
Required/Optional: true
Schema:
Type: string
- name: setId
In: path
Description: Identifier of the CP parameter set
Required/Optional: true
Schema:
Type: string
Responses:
'204' No Content. The subscription was deleted successfully. The payload body shall be empty.
'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'