Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions code/API_definitions/dedicated-network-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ paths:
- openId:
- dedicated-network-profiles:profiles:read
parameters:
- name: name
in: query
description: name of a network profile
schema:
type: string
- $ref: "#/components/parameters/x-correlator"
responses:
'200':
Expand Down Expand Up @@ -147,13 +152,18 @@ components:
example: "b4333c46-49c0-4f62-80d7-f0ef930f1c46"

NetworkProfileId:
description: Network profile id in UUID format
type: string
format: uuid

NetworkProfile:
type: object
properties:
id:
$ref: '#/components/schemas/NetworkProfileId'
name:
description: A human-readable name to describe the network profile
type: string
maxNumberOfDevices:
type: integer
aggregatedUlThroughput:
Expand Down
2 changes: 2 additions & 0 deletions code/API_definitions/dedicated-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ components:
format: uuid

NetworkProfileId:
description: Network profile id in UUID format
type: string
format: uuid

BaseNetworkInfo:
description: Common attributes of a dedicated network
Expand Down