-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
attachedDataNetwork.json
517 lines (517 loc) · 19.9 KB
/
attachedDataNetwork.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
{
"swagger": "2.0",
"info": {
"title": "MobileNetworkManagementClient",
"description": "The resources in this API specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance",
"version": "2022-11-01"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}": {
"delete": {
"tags": [
"AttachedDataNetwork"
],
"operationId": "AttachedDataNetworks_Delete",
"description": "Deletes the specified attached data network.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreControlPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreDataPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/AttachedDataNetworkNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Delete successful."
},
"202": {
"description": "Accepted. Sets 'Deleting' provisioningState until the operation completes. Returns an operation URI that can be queried to find the current state of the operation."
},
"204": {
"description": "Request successful. Resource does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Delete attached data network resource": {
"$ref": "./examples/AttachedDataNetworkDelete.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
},
"get": {
"tags": [
"AttachedDataNetwork"
],
"operationId": "AttachedDataNetworks_Get",
"description": "Gets information about the specified attached data network.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreControlPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreDataPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/AttachedDataNetworkNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Request successful. The operation returns the resulting attached data network resource.",
"schema": {
"$ref": "#/definitions/AttachedDataNetwork"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Get attached data network": {
"$ref": "./examples/AttachedDataNetworkGet.json"
}
}
},
"put": {
"tags": [
"AttachedDataNetwork"
],
"operationId": "AttachedDataNetworks_CreateOrUpdate",
"description": "Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreControlPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreDataPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/AttachedDataNetworkNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"name": "parameters",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/AttachedDataNetwork"
},
"description": "Parameters supplied to the create or update attached data network operation."
}
],
"responses": {
"200": {
"description": "Update successful. The operation returns the resulting attached data network resource.",
"schema": {
"$ref": "#/definitions/AttachedDataNetwork"
}
},
"201": {
"description": "Create successful. The operation returns the resulting attached data network resource.",
"schema": {
"$ref": "#/definitions/AttachedDataNetwork"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Create attached data network": {
"$ref": "./examples/AttachedDataNetworkCreate.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
}
},
"patch": {
"tags": [
"AttachedDataNetwork"
],
"operationId": "AttachedDataNetworks_UpdateTags",
"description": "Updates an attached data network tags.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreControlPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreDataPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/AttachedDataNetworkNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"name": "parameters",
"in": "body",
"required": true,
"schema": {
"$ref": "./common.json#/definitions/TagsObject"
},
"description": "Parameters supplied to update attached data network tags."
}
],
"responses": {
"200": {
"description": "Update successful. The operation returns the resulting attached data network resource.",
"schema": {
"$ref": "#/definitions/AttachedDataNetwork"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Update attached data network tags": {
"$ref": "./examples/AttachedDataNetworkUpdateTags.json"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks": {
"get": {
"tags": [
"AttachedDataNetworks"
],
"operationId": "AttachedDataNetworks_ListByPacketCoreDataPlane",
"description": "Gets all the attached data networks associated with a packet core data plane.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreControlPlaneNameParameter"
},
{
"$ref": "./common.json#/parameters/PacketCoreDataPlaneNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Request successful. The operation returns a list of attached data network resources.",
"schema": {
"$ref": "#/definitions/AttachedDataNetworkListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"List attached data networks in a data plane": {
"$ref": "./examples/AttachedDataNetworkListByPacketCoreDataPlane.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
"AttachedDataNetwork": {
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/AttachedDataNetworkPropertiesFormat",
"description": "Attached data network properties."
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
}
],
"required": [
"properties"
],
"description": "Attached data network resource. Must be created in the same location as its parent packet core data plane."
},
"AttachedDataNetworkPropertiesFormat": {
"description": "Data network properties.",
"type": "object",
"properties": {
"provisioningState": {
"readOnly": true,
"$ref": "./common.json#/definitions/ProvisioningState",
"description": "The provisioning state of the attached data network resource."
},
"userPlaneDataInterface": {
"$ref": "./common.json#/definitions/InterfaceProperties",
"description": "The user plane interface on the data network. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface."
},
"dnsAddresses": {
"type": "array",
"items": {
"$ref": "./ts29571.json#/definitions/Ipv4Addr"
},
"uniqueItems": true,
"description": "The DNS servers to signal to UEs to use for this attached data network. This configuration is mandatory - if you don't want DNS servers, you must provide an empty array."
},
"naptConfiguration": {
"$ref": "#/definitions/NaptConfiguration",
"description": "The network address and port translation (NAPT) configuration.\nIf this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled."
},
"userEquipmentAddressPoolPrefix": {
"type": "array",
"items": {
"$ref": "./ts29571.json#/definitions/Ipv4AddrMask"
},
"minItems": 1,
"uniqueItems": true,
"description": "The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs.\nThe packet core instance assigns an IP address to a UE when the UE sets up a PDU session.\n You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size."
},
"userEquipmentStaticAddressPoolPrefix": {
"type": "array",
"items": {
"$ref": "./ts29571.json#/definitions/Ipv4AddrMask"
},
"minItems": 1,
"uniqueItems": true,
"description": "The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs.\nThe packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource.\nAt least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size."
}
},
"required": [
"userPlaneDataInterface",
"dnsAddresses"
]
},
"AttachedDataNetworkListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/AttachedDataNetwork"
},
"description": "A list of data networks in a resource group."
},
"nextLink": {
"type": "string",
"readOnly": true,
"description": "The URL to get the next set of results."
}
},
"description": "Response for attached data network API service call."
},
"NaptConfiguration": {
"description": "The network address and port translation settings to use for the attached data network.",
"type": "object",
"properties": {
"enabled": {
"description": "Whether NAPT is enabled for connections to this attached data network.",
"$ref": "#/definitions/NaptEnabled"
},
"portRange": {
"description": "Range of port numbers to use as translated ports on each translated address.\nIf not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.\n(Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)",
"$ref": "#/definitions/PortRange"
},
"portReuseHoldTime": {
"description": "The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be at least 1 second.",
"$ref": "#/definitions/PortReuseHoldTimes"
},
"pinholeLimits": {
"description": "Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.",
"type": "integer",
"format": "int32",
"minimum": 1,
"maximum": 65536,
"default": 65536
},
"pinholeTimeouts": {
"description": "Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.",
"$ref": "#/definitions/PinholeTimeouts"
}
}
},
"NaptEnabled": {
"description": "Whether network address and port translation is enabled.",
"type": "string",
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "NaptEnabled",
"modelAsString": true,
"values": [
{
"value": "Enabled",
"description": "NAPT is enabled"
},
{
"value": "Disabled",
"description": "NAPT is disabled"
}
]
},
"default": "Enabled"
},
"PortRange": {
"description": "Range of port numbers to use as translated ports on each translated address.\nIf not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.\n(Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)",
"type": "object",
"properties": {
"minPort": {
"description": "The minimum port number",
"type": "integer",
"format": "int32",
"minimum": 1024,
"maximum": 65535,
"default": 1024
},
"maxPort": {
"description": "The maximum port number",
"type": "integer",
"format": "int32",
"minimum": 1024,
"maximum": 65535,
"default": 49999
}
}
},
"PortReuseHoldTimes": {
"description": "The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be minimum 1 second.",
"type": "object",
"properties": {
"tcp": {
"description": "Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.",
"type": "integer",
"format": "int32",
"minimum": 1,
"default": 120
},
"udp": {
"description": "Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute.",
"type": "integer",
"format": "int32",
"minimum": 1,
"default": 60
}
}
},
"PinholeTimeouts": {
"description": "Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.",
"type": "object",
"properties": {
"tcp": {
"description": "Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.",
"type": "integer",
"format": "int32",
"minimum": 1,
"default": 180
},
"udp": {
"description": "Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.",
"type": "integer",
"format": "int32",
"minimum": 1,
"default": 30
},
"icmp": {
"description": "Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.",
"type": "integer",
"format": "int32",
"minimum": 1,
"default": 30
}
}
}
}
}