description:Change information for a CP parameter set.
required:true
content:
application/json:
schema:
$ref:'#/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:true
schema:
type:string
-name:subscriptionId
in:path
description:Subscription ID
required:true
schema:
type:string
-name:setId
in:path
description:Identifier of the CP parameter set
required:true
schema:
type:string
responses:
'200':
description:OK. The CP parameter set resource was modified successfully. The SCEF shall return an updated CP parameter set resource in the response payload body.
description:Identifies a set of CP parameter information that may be part of this CpInfo structure.
cpReports:
type:object
additionalProperties:
$ref:'#/components/schemas/CpReport'
minProperties:1
description:Supplied by the SCEF and contains the CP set identifiers for which CP parameter(s) are not added or modified successfully. The failure reason is also included. Each element provides the related information for one or more CP set identifier(s) and is identified in the map via the failure identifier as key.
readOnly:true
required:
-cpParameterSets
oneOf:
-required:[externalId]
-required:[msisdn]
-required:[externalGroupId]
CpParameterSet:
type:object
properties:
setId:
type:string
description:SCS/AS-chosen correlator provided by the SCS/AS in the request to create a resource fo CP parameter set(s).
description:Identifies the CP set identifier(s) which CP parameter(s) are not added or modified successfully
failureCode:
$ref:'#/components/schemas/CpFailureCode'
required:
-failureCode
CommunicationIndicator:
anyOf:
-type:string
enum:
-PERIODICALLY
-ON_DEMAND
-type:string
description:>
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description:>
Possible values are
- PERIODICALLY: Identifies the UE communicates periodically
- ON_DEMAND: Identifies the UE communicates on demand
StationaryIndication:
anyOf:
-type:string
enum:
-STATIONARY
-MOBILE
-type:string
description:>
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description:>
Possible values are
- STATIONARY: Identifies the UE is stationary
- MOBILE: Identifies the UE is mobile
CpFailureCode:
anyOf:
-type:string
enum:
-MALFUNCTION
-SET_ID_DUPLICATED
-OTHER_REASON
-type:string
description:>
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description:>
Possible values are
- MALFUNCTION: This value indicates that something functions wrongly in CP parameter provisioning or the CP parameter provisioning does not function at all.
- SET_ID_DUPLICATED: The received CP set identifier(s) are already provisioned.