/bdtpolicies
Method: Post
Summary: Create a new Individual BDT policy
Operation ID: CreateBDTPolicy
Tags:
- BDT policies (Collection)
Request Body:
Description: Contains information for the creation of a new Individual BDT policy resource.
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/BdtReqData'
Responses:
'201' Background data transfer policies offered to an ASP.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/BdtPolicy'
Headers:
Location:
Description: 'Contains the URI of the created individual BDT policy resource, according to the structure: {apiRoot}/npcf-bdtpolicycontrol/v1/bdtpolicies/{bdtPolicyId}'
Required/Optional: true
Schema:
Type: string
# Error scenarios POST
'303' See Other. The result of the POST request would be equivalent to the existing Individual BDT policy resource. The HTTP response shall contain a Location header field set to the URI of the existing individual BDT policy resource.
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default: Reference 'TS29571_CommonData.yaml#/components/responses/default'
# End error scenarios POST