description:The unique identifier of the allocationId.
schema:
type:string
delete:
summary:Remove a specific bandwidthAllocation.
description:DELETE method is typically used in "Unregister from Bandwidth Management Service" procedure as described in clause 6.2.3.
operationId:bwallocationsByIdDELETE
operationId:BwallocationsDELETEAllocationid
tags:
-bwm
responses:
@@ -114,11 +135,18 @@ paths:
$ref:'#/components/responses/404'
'403':
$ref:'#/components/responses/403'
parameters:
-name:allocationId
in:path
required:true
description:The unique identifier of the allocationId.
schema:
type:string
/bw_allocations:
get:
summary:Retrieve information about a list of bandwidthAllocation resources.
description:This method retrieves information about a list of bandwidthAllocation resources. This method is typically used in "Get configured bandwidth allocation from Bandwidth Management Service" procedure as described in clause 6.2.5.
operationId:bwallocationsGET
operationId:BwallocationsGET
tags:
-bwm
parameters:
@@ -131,9 +159,6 @@ paths:
content:
application/json:
schema:
type:object
properties:
BwInfo:
type:array
items:
$ref:'#/components/schemas/BwInfo'
@@ -146,7 +171,7 @@ paths:
post:
summary:Create a bandwidthAllocation resource.
description:This method is used to create a bandwidthAllocation resource. This method is typically used in "Register to Bandwidth Management Service" procedure as described in clause 6.2.1.
operationId:bwallocationsPOST
operationId:BwallocationsPOST
tags:
-bwm
requestBody:
@@ -175,6 +200,7 @@ paths:
$ref:'#/components/responses/404'
'403':
$ref:'#/components/responses/403'
parameters:[]
components:
schemas:
ProblemDetails:
@@ -184,50 +210,34 @@ components:
type:string
format:uri
description:A URI reference according to IETF RFC 3986 that identifies the problem type
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:URI
title:
type:string
description:A short, human-readable summary of the problem type
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:String
status:
type:integer
format:uint32
description:The HTTP status code for this occurrence of the problem
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:Uint32
detail:
type:string
description:A human-readable explanation specific to this occurrence of the problem
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:String
instance:
type:string
format:uri
description:A URI reference that identifies the specific occurrence of the problem
description:Indicates the allocation priority when dealing with several applications or sessions in parallel. Values are not defined in the present document
enum:
-SEE_DESCRIPTION
x-etsi-mec-origin-type:Enum
x-etsi-mec-cardinality:0..1
fixedAllocation:
description:Size of requested fixed BW allocation in [bps]
description:Indicates the allocation priority when dealing with several applications or sessions in parallel. Values are not defined in the present document
enum:
-SEE_DESCRIPTION
x-etsi-mec-origin-type:Enum_inlined
x-etsi-mec-cardinality:0..1
fixedAllocation:
description:Size of requested fixed BW allocation in [bps]
description:Time stamp to indicate when the corresponding information elements are sent
x-etsi-mec-origin-type:Structure (inlined)
x-etsi-mec-cardinality:0..1
type:object
properties:
seconds:
description:The seconds part of the Time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC
x-etsi-mec-origin-type:Uint32
x-etsi-mec-cardinality:'1'
type:integer
format:uint32
nanoSeconds:
description:The nanoseconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC
x-etsi-mec-origin-type:Uint32
x-etsi-mec-cardinality:'1'
type:integer
format:uint32
required:
@@ -351,67 +335,43 @@ components:
-nanoSeconds
SessionFilter:
description:Session filtering criteria, applicable when requestType is set as SESSION_SPECIFIC_BW_ALLOCATION. Any filtering criteria shall define a single session only. In case multiple sessions match sessionFilter, the request shall be rejected
description:Session filtering criteria, applicable when requestType is set as SESSION_SPECIFIC_BW_ALLOCATION. Any filtering criteria shall define a single session only. In case multiple sessions match sessionFilter, the request shall be rejected