@robinmordasiewicz/f5xc-api-mcp 2.0.20-2601080407 → 2.0.21-2601081701
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +100 -2
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/describe.d.ts +2 -0
- package/dist/tools/discovery/describe.d.ts.map +1 -1
- package/dist/tools/discovery/describe.js +2 -0
- package/dist/tools/discovery/describe.js.map +1 -1
- package/dist/tools/discovery/index.d.ts +31 -0
- package/dist/tools/discovery/index.d.ts.map +1 -1
- package/dist/tools/discovery/index.js +38 -0
- package/dist/tools/discovery/index.js.map +1 -1
- package/dist/tools/discovery/schema-loader.d.ts +142 -0
- package/dist/tools/discovery/schema-loader.d.ts.map +1 -0
- package/dist/tools/discovery/schema-loader.js +322 -0
- package/dist/tools/discovery/schema-loader.js.map +1 -0
- package/dist/tools/discovery/schema.d.ts +134 -0
- package/dist/tools/discovery/schema.d.ts.map +1 -0
- package/dist/tools/discovery/schema.js +380 -0
- package/dist/tools/discovery/schema.js.map +1 -0
- package/dist/tools/discovery/suggest-params.d.ts +87 -0
- package/dist/tools/discovery/suggest-params.d.ts.map +1 -0
- package/dist/tools/discovery/suggest-params.js +427 -0
- package/dist/tools/discovery/suggest-params.js.map +1 -0
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +26 -25
- package/specs/domains/ai_services.json +22 -22
- package/specs/domains/api.json +174 -175
- package/specs/domains/authentication.json +48 -47
- package/specs/domains/bigip.json +95 -95
- package/specs/domains/billing_and_usage.json +64 -64
- package/specs/domains/blindfold.json +110 -110
- package/specs/domains/bot_and_threat_defense.json +66 -65
- package/specs/domains/cdn.json +178 -179
- package/specs/domains/ce_management.json +77 -78
- package/specs/domains/certificates.json +76 -76
- package/specs/domains/cloud_infrastructure.json +113 -113
- package/specs/domains/container_services.json +92 -92
- package/specs/domains/data_and_privacy_security.json +67 -67
- package/specs/domains/data_intelligence.json +65 -65
- package/specs/domains/ddos.json +155 -156
- package/specs/domains/dns.json +149 -149
- package/specs/domains/managed_kubernetes.json +86 -86
- package/specs/domains/marketplace.json +104 -104
- package/specs/domains/network.json +231 -232
- package/specs/domains/network_security.json +188 -188
- package/specs/domains/nginx_one.json +63 -63
- package/specs/domains/object_storage.json +13 -13
- package/specs/domains/observability.json +103 -104
- package/specs/domains/rate_limiting.json +53 -53
- package/specs/domains/secops_and_incident_response.json +37 -37
- package/specs/domains/service_mesh.json +120 -120
- package/specs/domains/shape.json +314 -315
- package/specs/domains/sites.json +350 -350
- package/specs/domains/statistics.json +226 -227
- package/specs/domains/support.json +109 -109
- package/specs/domains/telemetry_and_insights.json +75 -74
- package/specs/domains/tenant_and_identity.json +269 -272
- package/specs/domains/threat_campaign.json +69 -68
- package/specs/domains/users.json +67 -66
- package/specs/domains/virtual.json +245 -245
- package/specs/domains/vpm_and_node_management.json +4 -3
- package/specs/domains/waf.json +140 -141
- package/specs/index.json +17 -17
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Rate Limiting",
|
|
5
5
|
"description": "Threshold-based request blocking using sliding window calculations. Burst smoothing algorithms maintain sustained throughput without exceeding defined maximums. Per-connection controls apply granular restrictions by protocol type. Automatic block actions trigger when request counts surpass configured limits within specified intervals.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.21",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"name": "Proprietary",
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
|
+
"x-f5xc-description-long": "Threshold-based request blocking using sliding window calculations. Burst smoothing algorithms maintain sustained throughput without exceeding defined maximums. Per-connection controls apply granular restrictions by protocol type. Automatic block actions trigger when request counts surpass configured limits within specified intervals.",
|
|
15
16
|
"summary": "Time-based quota enforcement with configurable windows in hours, minutes, or seconds. Protocol-specific controls for traffic shaping.",
|
|
16
17
|
"x-f5xc-cli-domain": "rate_limiting",
|
|
17
18
|
"x-f5xc-best-practices": {
|
|
@@ -3722,7 +3723,7 @@
|
|
|
3722
3723
|
},
|
|
3723
3724
|
"x-original-maxLength": 1024,
|
|
3724
3725
|
"x-reconciled-from-discovery": true,
|
|
3725
|
-
"x-reconciled-at": "2026-01-
|
|
3726
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189527+00:00"
|
|
3726
3727
|
},
|
|
3727
3728
|
"namespace": {
|
|
3728
3729
|
"type": "string",
|
|
@@ -3742,7 +3743,7 @@
|
|
|
3742
3743
|
},
|
|
3743
3744
|
"x-original-maxLength": 1024,
|
|
3744
3745
|
"x-reconciled-from-discovery": true,
|
|
3745
|
-
"x-reconciled-at": "2026-01-
|
|
3746
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189533+00:00"
|
|
3746
3747
|
}
|
|
3747
3748
|
},
|
|
3748
3749
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3845,7 +3846,7 @@
|
|
|
3845
3846
|
"maxLength": 17,
|
|
3846
3847
|
"minLength": 17,
|
|
3847
3848
|
"x-reconciled-from-discovery": true,
|
|
3848
|
-
"x-reconciled-at": "2026-01-
|
|
3849
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189547+00:00"
|
|
3849
3850
|
},
|
|
3850
3851
|
"system_metadata": {
|
|
3851
3852
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -4072,7 +4073,7 @@
|
|
|
4072
4073
|
},
|
|
4073
4074
|
"x-original-maxLength": 1024,
|
|
4074
4075
|
"x-reconciled-from-discovery": true,
|
|
4075
|
-
"x-reconciled-at": "2026-01-
|
|
4076
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189565+00:00"
|
|
4076
4077
|
},
|
|
4077
4078
|
"disabled": {
|
|
4078
4079
|
"type": "boolean",
|
|
@@ -4126,7 +4127,7 @@
|
|
|
4126
4127
|
},
|
|
4127
4128
|
"x-original-maxLength": 1024,
|
|
4128
4129
|
"x-reconciled-from-discovery": true,
|
|
4129
|
-
"x-reconciled-at": "2026-01-
|
|
4130
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189574+00:00"
|
|
4130
4131
|
},
|
|
4131
4132
|
"namespace": {
|
|
4132
4133
|
"type": "string",
|
|
@@ -4145,7 +4146,7 @@
|
|
|
4145
4146
|
},
|
|
4146
4147
|
"x-original-maxLength": 1024,
|
|
4147
4148
|
"x-reconciled-from-discovery": true,
|
|
4148
|
-
"x-reconciled-at": "2026-01-
|
|
4149
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189578+00:00"
|
|
4149
4150
|
},
|
|
4150
4151
|
"owner_view": {
|
|
4151
4152
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -4187,7 +4188,7 @@
|
|
|
4187
4188
|
"x-field-mutability": "read-only",
|
|
4188
4189
|
"x-original-maxLength": 1024,
|
|
4189
4190
|
"x-reconciled-from-discovery": true,
|
|
4190
|
-
"x-reconciled-at": "2026-01-
|
|
4191
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189585+00:00"
|
|
4191
4192
|
},
|
|
4192
4193
|
"uid": {
|
|
4193
4194
|
"type": "string",
|
|
@@ -4208,7 +4209,7 @@
|
|
|
4208
4209
|
"x-original-maxLength": 1024,
|
|
4209
4210
|
"format": "uuid",
|
|
4210
4211
|
"x-reconciled-from-discovery": true,
|
|
4211
|
-
"x-reconciled-at": "2026-01-
|
|
4212
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189590+00:00"
|
|
4212
4213
|
}
|
|
4213
4214
|
},
|
|
4214
4215
|
"x-f5xc-description-short": "By default a summary of policer is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -4497,7 +4498,7 @@
|
|
|
4497
4498
|
},
|
|
4498
4499
|
"x-original-maxLength": 1024,
|
|
4499
4500
|
"x-reconciled-from-discovery": true,
|
|
4500
|
-
"x-reconciled-at": "2026-01-
|
|
4501
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189608+00:00"
|
|
4501
4502
|
}
|
|
4502
4503
|
},
|
|
4503
4504
|
"x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
|
|
@@ -4572,7 +4573,7 @@
|
|
|
4572
4573
|
},
|
|
4573
4574
|
"x-original-maxLength": 1024,
|
|
4574
4575
|
"x-reconciled-from-discovery": true,
|
|
4575
|
-
"x-reconciled-at": "2026-01-
|
|
4576
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189616+00:00"
|
|
4576
4577
|
},
|
|
4577
4578
|
"service_name": {
|
|
4578
4579
|
"type": "string",
|
|
@@ -4615,7 +4616,7 @@
|
|
|
4615
4616
|
},
|
|
4616
4617
|
"x-original-maxLength": 1024,
|
|
4617
4618
|
"x-reconciled-from-discovery": true,
|
|
4618
|
-
"x-reconciled-at": "2026-01-
|
|
4619
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189621+00:00"
|
|
4619
4620
|
},
|
|
4620
4621
|
"type": {
|
|
4621
4622
|
"type": "string",
|
|
@@ -4760,7 +4761,7 @@
|
|
|
4760
4761
|
},
|
|
4761
4762
|
"x-original-maxLength": 1024,
|
|
4762
4763
|
"x-reconciled-from-discovery": true,
|
|
4763
|
-
"x-reconciled-at": "2026-01-
|
|
4764
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189632+00:00"
|
|
4764
4765
|
}
|
|
4765
4766
|
},
|
|
4766
4767
|
"x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
|
|
@@ -4876,7 +4877,7 @@
|
|
|
4876
4877
|
},
|
|
4877
4878
|
"x-original-maxLength": 1200,
|
|
4878
4879
|
"x-reconciled-from-discovery": true,
|
|
4879
|
-
"x-reconciled-at": "2026-01-
|
|
4880
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189641+00:00"
|
|
4880
4881
|
},
|
|
4881
4882
|
"disable": {
|
|
4882
4883
|
"type": "boolean",
|
|
@@ -4934,7 +4935,7 @@
|
|
|
4934
4935
|
},
|
|
4935
4936
|
"x-original-maxLength": 1024,
|
|
4936
4937
|
"x-reconciled-from-discovery": true,
|
|
4937
|
-
"x-reconciled-at": "2026-01-
|
|
4938
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189648+00:00"
|
|
4938
4939
|
},
|
|
4939
4940
|
"namespace": {
|
|
4940
4941
|
"type": "string",
|
|
@@ -4955,7 +4956,7 @@
|
|
|
4955
4956
|
},
|
|
4956
4957
|
"x-original-maxLength": 1024,
|
|
4957
4958
|
"x-reconciled-from-discovery": true,
|
|
4958
|
-
"x-reconciled-at": "2026-01-
|
|
4959
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189651+00:00"
|
|
4959
4960
|
}
|
|
4960
4961
|
},
|
|
4961
4962
|
"x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
|
|
@@ -5035,7 +5036,7 @@
|
|
|
5035
5036
|
},
|
|
5036
5037
|
"x-original-maxLength": 1200,
|
|
5037
5038
|
"x-reconciled-from-discovery": true,
|
|
5038
|
-
"x-reconciled-at": "2026-01-
|
|
5039
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189657+00:00"
|
|
5039
5040
|
},
|
|
5040
5041
|
"disable": {
|
|
5041
5042
|
"type": "boolean",
|
|
@@ -5095,7 +5096,7 @@
|
|
|
5095
5096
|
},
|
|
5096
5097
|
"x-original-maxLength": 1024,
|
|
5097
5098
|
"x-reconciled-from-discovery": true,
|
|
5098
|
-
"x-reconciled-at": "2026-01-
|
|
5099
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189664+00:00"
|
|
5099
5100
|
},
|
|
5100
5101
|
"namespace": {
|
|
5101
5102
|
"type": "string",
|
|
@@ -5116,7 +5117,7 @@
|
|
|
5116
5117
|
},
|
|
5117
5118
|
"x-original-maxLength": 1024,
|
|
5118
5119
|
"x-reconciled-from-discovery": true,
|
|
5119
|
-
"x-reconciled-at": "2026-01-
|
|
5120
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189668+00:00"
|
|
5120
5121
|
}
|
|
5121
5122
|
},
|
|
5122
5123
|
"x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
|
|
@@ -5164,7 +5165,7 @@
|
|
|
5164
5165
|
"readOnly": true,
|
|
5165
5166
|
"x-original-maxLength": 1024,
|
|
5166
5167
|
"x-reconciled-from-discovery": true,
|
|
5167
|
-
"x-reconciled-at": "2026-01-
|
|
5168
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189673+00:00"
|
|
5168
5169
|
},
|
|
5169
5170
|
"name": {
|
|
5170
5171
|
"type": "string",
|
|
@@ -5185,7 +5186,7 @@
|
|
|
5185
5186
|
},
|
|
5186
5187
|
"x-original-maxLength": 1024,
|
|
5187
5188
|
"x-reconciled-from-discovery": true,
|
|
5188
|
-
"x-reconciled-at": "2026-01-
|
|
5189
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189677+00:00"
|
|
5189
5190
|
},
|
|
5190
5191
|
"namespace": {
|
|
5191
5192
|
"type": "string",
|
|
@@ -5206,7 +5207,7 @@
|
|
|
5206
5207
|
},
|
|
5207
5208
|
"x-original-maxLength": 1024,
|
|
5208
5209
|
"x-reconciled-from-discovery": true,
|
|
5209
|
-
"x-reconciled-at": "2026-01-
|
|
5210
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189681+00:00"
|
|
5210
5211
|
},
|
|
5211
5212
|
"tenant": {
|
|
5212
5213
|
"type": "string",
|
|
@@ -5229,7 +5230,7 @@
|
|
|
5229
5230
|
"x-field-mutability": "read-only",
|
|
5230
5231
|
"x-original-maxLength": 1024,
|
|
5231
5232
|
"x-reconciled-from-discovery": true,
|
|
5232
|
-
"x-reconciled-at": "2026-01-
|
|
5233
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189685+00:00"
|
|
5233
5234
|
},
|
|
5234
5235
|
"uid": {
|
|
5235
5236
|
"type": "string",
|
|
@@ -5253,7 +5254,7 @@
|
|
|
5253
5254
|
"x-original-maxLength": 1024,
|
|
5254
5255
|
"format": "uuid",
|
|
5255
5256
|
"x-reconciled-from-discovery": true,
|
|
5256
|
-
"x-reconciled-at": "2026-01-
|
|
5257
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189690+00:00"
|
|
5257
5258
|
}
|
|
5258
5259
|
},
|
|
5259
5260
|
"x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
|
|
@@ -5333,7 +5334,7 @@
|
|
|
5333
5334
|
},
|
|
5334
5335
|
"x-original-maxLength": 1200,
|
|
5335
5336
|
"x-reconciled-from-discovery": true,
|
|
5336
|
-
"x-reconciled-at": "2026-01-
|
|
5337
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189696+00:00"
|
|
5337
5338
|
},
|
|
5338
5339
|
"disable": {
|
|
5339
5340
|
"type": "boolean",
|
|
@@ -5391,7 +5392,7 @@
|
|
|
5391
5392
|
},
|
|
5392
5393
|
"x-original-maxLength": 1024,
|
|
5393
5394
|
"x-reconciled-from-discovery": true,
|
|
5394
|
-
"x-reconciled-at": "2026-01-
|
|
5395
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189703+00:00"
|
|
5395
5396
|
},
|
|
5396
5397
|
"namespace": {
|
|
5397
5398
|
"type": "string",
|
|
@@ -5412,7 +5413,7 @@
|
|
|
5412
5413
|
},
|
|
5413
5414
|
"x-original-maxLength": 1024,
|
|
5414
5415
|
"x-reconciled-from-discovery": true,
|
|
5415
|
-
"x-reconciled-at": "2026-01-
|
|
5416
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189707+00:00"
|
|
5416
5417
|
}
|
|
5417
5418
|
},
|
|
5418
5419
|
"x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
|
|
@@ -5536,7 +5537,7 @@
|
|
|
5536
5537
|
"x-original-maxLength": 1024,
|
|
5537
5538
|
"format": "uuid",
|
|
5538
5539
|
"x-reconciled-from-discovery": true,
|
|
5539
|
-
"x-reconciled-at": "2026-01-
|
|
5540
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189718+00:00"
|
|
5540
5541
|
},
|
|
5541
5542
|
"vtrp_id": {
|
|
5542
5543
|
"type": "string",
|
|
@@ -5656,7 +5657,7 @@
|
|
|
5656
5657
|
},
|
|
5657
5658
|
"x-original-maxLength": 1024,
|
|
5658
5659
|
"x-reconciled-from-discovery": true,
|
|
5659
|
-
"x-reconciled-at": "2026-01-
|
|
5660
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189727+00:00"
|
|
5660
5661
|
},
|
|
5661
5662
|
"status": {
|
|
5662
5663
|
"type": "string",
|
|
@@ -5676,7 +5677,7 @@
|
|
|
5676
5677
|
},
|
|
5677
5678
|
"x-original-maxLength": 1024,
|
|
5678
5679
|
"x-reconciled-from-discovery": true,
|
|
5679
|
-
"x-reconciled-at": "2026-01-
|
|
5680
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189731+00:00"
|
|
5680
5681
|
}
|
|
5681
5682
|
},
|
|
5682
5683
|
"x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
|
|
@@ -5871,7 +5872,7 @@
|
|
|
5871
5872
|
"x-field-mutability": "read-only",
|
|
5872
5873
|
"x-original-maxLength": 1024,
|
|
5873
5874
|
"x-reconciled-from-discovery": true,
|
|
5874
|
-
"x-reconciled-at": "2026-01-
|
|
5875
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189749+00:00"
|
|
5875
5876
|
},
|
|
5876
5877
|
"uid": {
|
|
5877
5878
|
"type": "string",
|
|
@@ -5894,7 +5895,7 @@
|
|
|
5894
5895
|
"x-original-maxLength": 1024,
|
|
5895
5896
|
"format": "uuid",
|
|
5896
5897
|
"x-reconciled-from-discovery": true,
|
|
5897
|
-
"x-reconciled-at": "2026-01-
|
|
5898
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189753+00:00"
|
|
5898
5899
|
}
|
|
5899
5900
|
},
|
|
5900
5901
|
"x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
|
|
@@ -5946,7 +5947,7 @@
|
|
|
5946
5947
|
},
|
|
5947
5948
|
"x-original-maxLength": 1024,
|
|
5948
5949
|
"x-reconciled-from-discovery": true,
|
|
5949
|
-
"x-reconciled-at": "2026-01-
|
|
5950
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189757+00:00"
|
|
5950
5951
|
},
|
|
5951
5952
|
"name": {
|
|
5952
5953
|
"type": "string",
|
|
@@ -5967,7 +5968,7 @@
|
|
|
5967
5968
|
},
|
|
5968
5969
|
"x-original-maxLength": 1024,
|
|
5969
5970
|
"x-reconciled-from-discovery": true,
|
|
5970
|
-
"x-reconciled-at": "2026-01-
|
|
5971
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189761+00:00"
|
|
5971
5972
|
},
|
|
5972
5973
|
"namespace": {
|
|
5973
5974
|
"type": "string",
|
|
@@ -5988,7 +5989,7 @@
|
|
|
5988
5989
|
},
|
|
5989
5990
|
"x-original-maxLength": 1024,
|
|
5990
5991
|
"x-reconciled-from-discovery": true,
|
|
5991
|
-
"x-reconciled-at": "2026-01-
|
|
5992
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189765+00:00"
|
|
5992
5993
|
},
|
|
5993
5994
|
"uid": {
|
|
5994
5995
|
"type": "string",
|
|
@@ -6009,7 +6010,7 @@
|
|
|
6009
6010
|
"x-original-maxLength": 1024,
|
|
6010
6011
|
"format": "uuid",
|
|
6011
6012
|
"x-reconciled-from-discovery": true,
|
|
6012
|
-
"x-reconciled-at": "2026-01-
|
|
6013
|
+
"x-reconciled-at": "2026-01-08T05:42:43.189769+00:00"
|
|
6013
6014
|
}
|
|
6014
6015
|
},
|
|
6015
6016
|
"x-f5xc-description-short": "ViewRefType represents a reference to a view.",
|
|
@@ -6168,7 +6169,7 @@
|
|
|
6168
6169
|
},
|
|
6169
6170
|
"x-original-maxLength": 1024,
|
|
6170
6171
|
"x-reconciled-from-discovery": true,
|
|
6171
|
-
"x-reconciled-at": "2026-01-
|
|
6172
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545417+00:00"
|
|
6172
6173
|
},
|
|
6173
6174
|
"namespace": {
|
|
6174
6175
|
"type": "string",
|
|
@@ -6188,7 +6189,7 @@
|
|
|
6188
6189
|
},
|
|
6189
6190
|
"x-original-maxLength": 1024,
|
|
6190
6191
|
"x-reconciled-from-discovery": true,
|
|
6191
|
-
"x-reconciled-at": "2026-01-
|
|
6192
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545421+00:00"
|
|
6192
6193
|
}
|
|
6193
6194
|
},
|
|
6194
6195
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6308,7 +6309,7 @@
|
|
|
6308
6309
|
"maxLength": 17,
|
|
6309
6310
|
"minLength": 17,
|
|
6310
6311
|
"x-reconciled-from-discovery": true,
|
|
6311
|
-
"x-reconciled-at": "2026-01-
|
|
6312
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545435+00:00"
|
|
6312
6313
|
},
|
|
6313
6314
|
"system_metadata": {
|
|
6314
6315
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -6558,7 +6559,7 @@
|
|
|
6558
6559
|
},
|
|
6559
6560
|
"x-original-maxLength": 1024,
|
|
6560
6561
|
"x-reconciled-from-discovery": true,
|
|
6561
|
-
"x-reconciled-at": "2026-01-
|
|
6562
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545457+00:00"
|
|
6562
6563
|
},
|
|
6563
6564
|
"disabled": {
|
|
6564
6565
|
"type": "boolean",
|
|
@@ -6612,7 +6613,7 @@
|
|
|
6612
6613
|
},
|
|
6613
6614
|
"x-original-maxLength": 1024,
|
|
6614
6615
|
"x-reconciled-from-discovery": true,
|
|
6615
|
-
"x-reconciled-at": "2026-01-
|
|
6616
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545466+00:00"
|
|
6616
6617
|
},
|
|
6617
6618
|
"namespace": {
|
|
6618
6619
|
"type": "string",
|
|
@@ -6631,7 +6632,7 @@
|
|
|
6631
6632
|
},
|
|
6632
6633
|
"x-original-maxLength": 1024,
|
|
6633
6634
|
"x-reconciled-from-discovery": true,
|
|
6634
|
-
"x-reconciled-at": "2026-01-
|
|
6635
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545470+00:00"
|
|
6635
6636
|
},
|
|
6636
6637
|
"owner_view": {
|
|
6637
6638
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -6673,7 +6674,7 @@
|
|
|
6673
6674
|
"x-field-mutability": "read-only",
|
|
6674
6675
|
"x-original-maxLength": 1024,
|
|
6675
6676
|
"x-reconciled-from-discovery": true,
|
|
6676
|
-
"x-reconciled-at": "2026-01-
|
|
6677
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545478+00:00"
|
|
6677
6678
|
},
|
|
6678
6679
|
"uid": {
|
|
6679
6680
|
"type": "string",
|
|
@@ -6695,7 +6696,7 @@
|
|
|
6695
6696
|
"x-original-maxLength": 1024,
|
|
6696
6697
|
"format": "uuid",
|
|
6697
6698
|
"x-reconciled-from-discovery": true,
|
|
6698
|
-
"x-reconciled-at": "2026-01-
|
|
6699
|
+
"x-reconciled-at": "2026-01-08T05:42:44.545484+00:00"
|
|
6699
6700
|
}
|
|
6700
6701
|
},
|
|
6701
6702
|
"x-f5xc-description-short": "By default a summary of protocol_policer is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -7048,7 +7049,6 @@
|
|
|
7048
7049
|
"title": "Empty",
|
|
7049
7050
|
"x-displayname": "Empty",
|
|
7050
7051
|
"x-ves-proto-message": "ves.io.schema.Empty",
|
|
7051
|
-
"x-f5xc-description-short": "Can be used for messages where no values are needed.",
|
|
7052
7052
|
"x-f5xc-minimum-configuration": {
|
|
7053
7053
|
"description": "Minimum configuration for ioschemaEmpty",
|
|
7054
7054
|
"required_fields": [],
|
|
@@ -7224,7 +7224,7 @@
|
|
|
7224
7224
|
},
|
|
7225
7225
|
"x-original-maxLength": 1024,
|
|
7226
7226
|
"x-reconciled-from-discovery": true,
|
|
7227
|
-
"x-reconciled-at": "2026-01-
|
|
7227
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512222+00:00"
|
|
7228
7228
|
},
|
|
7229
7229
|
"namespace": {
|
|
7230
7230
|
"type": "string",
|
|
@@ -7244,7 +7244,7 @@
|
|
|
7244
7244
|
},
|
|
7245
7245
|
"x-original-maxLength": 1024,
|
|
7246
7246
|
"x-reconciled-from-discovery": true,
|
|
7247
|
-
"x-reconciled-at": "2026-01-
|
|
7247
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512226+00:00"
|
|
7248
7248
|
}
|
|
7249
7249
|
},
|
|
7250
7250
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7347,7 +7347,7 @@
|
|
|
7347
7347
|
"maxLength": 17,
|
|
7348
7348
|
"minLength": 17,
|
|
7349
7349
|
"x-reconciled-from-discovery": true,
|
|
7350
|
-
"x-reconciled-at": "2026-01-
|
|
7350
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512239+00:00"
|
|
7351
7351
|
},
|
|
7352
7352
|
"system_metadata": {
|
|
7353
7353
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7708,7 +7708,7 @@
|
|
|
7708
7708
|
},
|
|
7709
7709
|
"x-original-maxLength": 1024,
|
|
7710
7710
|
"x-reconciled-from-discovery": true,
|
|
7711
|
-
"x-reconciled-at": "2026-01-
|
|
7711
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512259+00:00"
|
|
7712
7712
|
},
|
|
7713
7713
|
"disabled": {
|
|
7714
7714
|
"type": "boolean",
|
|
@@ -7762,7 +7762,7 @@
|
|
|
7762
7762
|
},
|
|
7763
7763
|
"x-original-maxLength": 1024,
|
|
7764
7764
|
"x-reconciled-from-discovery": true,
|
|
7765
|
-
"x-reconciled-at": "2026-01-
|
|
7765
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512268+00:00"
|
|
7766
7766
|
},
|
|
7767
7767
|
"namespace": {
|
|
7768
7768
|
"type": "string",
|
|
@@ -7781,7 +7781,7 @@
|
|
|
7781
7781
|
},
|
|
7782
7782
|
"x-original-maxLength": 1024,
|
|
7783
7783
|
"x-reconciled-from-discovery": true,
|
|
7784
|
-
"x-reconciled-at": "2026-01-
|
|
7784
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512272+00:00"
|
|
7785
7785
|
},
|
|
7786
7786
|
"owner_view": {
|
|
7787
7787
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7823,7 +7823,7 @@
|
|
|
7823
7823
|
"x-field-mutability": "read-only",
|
|
7824
7824
|
"x-original-maxLength": 1024,
|
|
7825
7825
|
"x-reconciled-from-discovery": true,
|
|
7826
|
-
"x-reconciled-at": "2026-01-
|
|
7826
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512279+00:00"
|
|
7827
7827
|
},
|
|
7828
7828
|
"uid": {
|
|
7829
7829
|
"type": "string",
|
|
@@ -7844,7 +7844,7 @@
|
|
|
7844
7844
|
"x-original-maxLength": 1024,
|
|
7845
7845
|
"format": "uuid",
|
|
7846
7846
|
"x-reconciled-from-discovery": true,
|
|
7847
|
-
"x-reconciled-at": "2026-01-
|
|
7847
|
+
"x-reconciled-at": "2026-01-08T05:42:46.512284+00:00"
|
|
7848
7848
|
}
|
|
7849
7849
|
},
|
|
7850
7850
|
"x-f5xc-description-short": "By default a summary of rate_limiter is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|