You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Reception acknowlegement a dedicated network request
@@ -124,11 +124,11 @@ paths:
124
124
"500":
125
125
$ref: "#/components/responses/Generic500"
126
126
"503":
127
-
$ref: "#/components/responses/Generic503"
127
+
$ref: "#/components/responses/Generic503"
128
128
129
129
/networks/{networkId}:
130
130
get:
131
-
tags:
131
+
tags:
132
132
- Networks
133
133
summary: Get the current information about a dedicated network
134
134
operationId: readNetwork
@@ -151,7 +151,7 @@ paths:
151
151
'404':
152
152
$ref: "#/components/responses/Generic404"
153
153
delete:
154
-
tags:
154
+
tags:
155
155
- Networks
156
156
summary: Destroy a dedicated network
157
157
operationId: deleteNetwork
@@ -219,7 +219,7 @@ components:
219
219
description: Geografical area within which the service of the dedicated network is to be available
220
220
$ref: '#/components/schemas/Area'
221
221
sink:
222
-
description: Notification sink for sending notifications
222
+
description: Notification sink for sending notifications
223
223
type: string
224
224
format: uri
225
225
sinkCredential:
@@ -243,8 +243,8 @@ components:
243
243
description: Current status of the dedicated network
244
244
$ref: '#/components/schemas/NetworkStatus'
245
245
required:
246
-
- id
247
-
- status
246
+
- id
247
+
- status
248
248
249
249
CreateNetwork:
250
250
description: Attributes required to create a dedicated network
@@ -258,7 +258,7 @@ components:
258
258
* `REQUESTED` - The DN is requested, but not approved. Possible transitions to RESERVED, ACTIVATED and TERMINATED states
259
259
* `RESERVED` - Request is accepted by the CSP (CSP has committed the requested resources), but the Network cannot be used (outside of requested time-window)
260
260
* `ACTIVATED` - Network turns from reserved into Activated. Now, devices with access can use the network. Possible transitions to RESERVED or TERMINATED states
261
-
* `TERMINATED` - The Network resource is used and up for deletion. The API does not allow any action (except delete).
261
+
* `TERMINATED` - The Network resource is used and up for deletion. The API does not allow any action (except delete).
0 commit comments