description:Create a new transaction for PFD management.
responses:
'201':
description:Created. The transaction was created successfully. The SCEF shall return the created transaction in the response payload body. PfdReport may be included to provide detailed failure information for some applications.
description:OK. The application resource was modified successfully. The SCEF shall return an updated application resource in the response payload body.
description:Each element uniquely identifies the PFDs for an external application identifier. Each element is identified in the map via an external application identifier as key. The response shall include successfully provisioned PFD data of application(s).
pfdReports:
type:object
additionalProperties:
$ref:'#/components/schemas/PfdReport'
minProperties:1
description:Supplied by the SCEF and contains the external application identifiers for which PFD(s) are not added or modified successfully. The failure reason is also included. Each element provides the related information for one or more external application identifier(s) and is identified in the map via the failure identifier as key.
readOnly:true
required:
-pfdDatas
PfdData:
type:object
properties:
externalAppId:
type:string
description:Each element uniquely external application identifier
description:Identifies a PDF of an application identifier.
flowDescriptions:
type:array
items:
type:string
minItems:1
description:Represents a 3-tuple with protocol, server ip and server port for UL/DL application traffic. The content of the string has the same encoding as the IPFilterRule AVP value as defined in IETF RFC 6733.
urls:
type:array
items:
type:string
minItems:1
description:Indicates a URL or a regular expression which is used to match the significant parts of the URL.
domainNames:
type:array
items:
type:string
minItems:1
description:Indicates an FQDN or a regular expression as a domain name matching criteria.
required:
-pfdId
PfdReport:
type:object
properties:
externalAppIds:
type:array
items:
type:string
minItems:1
description:Identifies the external application identifier(s) which PFD(s) are not added or modified successfully