@robinmordasiewicz/f5xc-api-mcp 2.0.3-2601050134 → 2.0.10-2601051503
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/generator/domain-metadata.d.ts +207 -7
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +293 -21
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +9 -2
- package/dist/generator/naming/acronyms.d.ts.map +1 -1
- package/dist/generator/naming/acronyms.js +35 -129
- package/dist/generator/naming/acronyms.js.map +1 -1
- package/dist/generator/naming/index.d.ts +1 -1
- package/dist/generator/naming/index.d.ts.map +1 -1
- package/dist/generator/naming/index.js +1 -1
- package/dist/generator/naming/index.js.map +1 -1
- package/dist/generator/openapi-parser.d.ts +23 -0
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +14 -0
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/prompts/error-resolution.d.ts +7 -24
- package/dist/prompts/error-resolution.d.ts.map +1 -1
- package/dist/prompts/error-resolution.js +94 -296
- package/dist/prompts/error-resolution.js.map +1 -1
- package/dist/prompts/index.d.ts +2 -2
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +3 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts +8 -16
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +100 -306
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +9 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +4 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +158 -225
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
- package/dist/tools/discovery/cost-estimator.js +16 -4
- package/dist/tools/discovery/cost-estimator.js.map +1 -1
- package/dist/tools/discovery/index-loader.d.ts.map +1 -1
- package/dist/tools/discovery/index-loader.js +2 -0
- package/dist/tools/discovery/index-loader.js.map +1 -1
- package/dist/tools/discovery/types.d.ts +2 -0
- package/dist/tools/discovery/types.d.ts.map +1 -1
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/dist/version.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +25 -25
- package/specs/domains/ai_services.json +21 -21
- package/specs/domains/api.json +173 -183
- package/specs/domains/authentication.json +45 -45
- package/specs/domains/bigip.json +94 -94
- package/specs/domains/billing_and_usage.json +63 -63
- package/specs/domains/blindfold.json +109 -109
- package/specs/domains/bot_and_threat_defense.json +65 -65
- package/specs/domains/cdn.json +177 -557
- package/specs/domains/ce_management.json +111 -111
- package/specs/domains/certificates.json +75 -75
- package/specs/domains/cloud_infrastructure.json +112 -112
- package/specs/domains/container_services.json +91 -146
- package/specs/domains/data_and_privacy_security.json +66 -66
- package/specs/domains/data_intelligence.json +62 -62
- package/specs/domains/ddos.json +154 -154
- package/specs/domains/dns.json +148 -168
- package/specs/domains/managed_kubernetes.json +85 -85
- package/specs/domains/marketplace.json +103 -103
- package/specs/domains/network.json +230 -230
- package/specs/domains/network_security.json +187 -197
- package/specs/domains/nginx_one.json +62 -62
- package/specs/domains/object_storage.json +12 -12
- package/specs/domains/observability.json +102 -102
- package/specs/domains/rate_limiting.json +52 -52
- package/specs/domains/secops_and_incident_response.json +36 -36
- package/specs/domains/service_mesh.json +119 -124
- package/specs/domains/shape.json +313 -313
- package/specs/domains/sites.json +349 -349
- package/specs/domains/statistics.json +225 -225
- package/specs/domains/support.json +108 -108
- package/specs/domains/telemetry_and_insights.json +72 -72
- package/specs/domains/tenant_and_identity.json +268 -273
- package/specs/domains/threat_campaign.json +66 -86
- package/specs/domains/users.json +66 -66
- package/specs/domains/virtual.json +244 -874
- package/specs/domains/vpm_and_node_management.json +1 -1
- package/specs/domains/waf.json +139 -334
- package/specs/index.json +1661 -184
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Billing And Usage",
|
|
5
5
|
"description": "Subscription lifecycle with plan transitions and billing states. Payment method hierarchies supporting primary and secondary configurations. Invoice generation with PDF downloads and custom listing. Resource quotas per namespace with limit definitions and consumption metrics. Contact types for billing notifications and tenant deletion workflows.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.10",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -5385,7 +5385,7 @@
|
|
|
5385
5385
|
},
|
|
5386
5386
|
"x-original-maxLength": 1024,
|
|
5387
5387
|
"x-reconciled-from-discovery": true,
|
|
5388
|
-
"x-reconciled-at": "2026-01-
|
|
5388
|
+
"x-reconciled-at": "2026-01-05T14:38:31.163442+00:00"
|
|
5389
5389
|
},
|
|
5390
5390
|
"period_end": {
|
|
5391
5391
|
"type": "string",
|
|
@@ -5703,7 +5703,7 @@
|
|
|
5703
5703
|
},
|
|
5704
5704
|
"x-original-maxLength": 1024,
|
|
5705
5705
|
"x-reconciled-from-discovery": true,
|
|
5706
|
-
"x-reconciled-at": "2026-01-
|
|
5706
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783866+00:00"
|
|
5707
5707
|
},
|
|
5708
5708
|
"role": {
|
|
5709
5709
|
"$ref": "#/components/schemas/payment_methodPaymentMethodRole"
|
|
@@ -5761,7 +5761,7 @@
|
|
|
5761
5761
|
},
|
|
5762
5762
|
"x-original-maxLength": 1024,
|
|
5763
5763
|
"x-reconciled-from-discovery": true,
|
|
5764
|
-
"x-reconciled-at": "2026-01-
|
|
5764
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783877+00:00"
|
|
5765
5765
|
}
|
|
5766
5766
|
},
|
|
5767
5767
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5800,7 +5800,7 @@
|
|
|
5800
5800
|
},
|
|
5801
5801
|
"x-original-maxLength": 1024,
|
|
5802
5802
|
"x-reconciled-from-discovery": true,
|
|
5803
|
-
"x-reconciled-at": "2026-01-
|
|
5803
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783883+00:00"
|
|
5804
5804
|
},
|
|
5805
5805
|
"namespace": {
|
|
5806
5806
|
"type": "string",
|
|
@@ -5819,7 +5819,7 @@
|
|
|
5819
5819
|
},
|
|
5820
5820
|
"x-original-maxLength": 1024,
|
|
5821
5821
|
"x-reconciled-from-discovery": true,
|
|
5822
|
-
"x-reconciled-at": "2026-01-
|
|
5822
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783887+00:00"
|
|
5823
5823
|
}
|
|
5824
5824
|
},
|
|
5825
5825
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5882,7 +5882,7 @@
|
|
|
5882
5882
|
},
|
|
5883
5883
|
"x-original-maxLength": 1024,
|
|
5884
5884
|
"x-reconciled-from-discovery": true,
|
|
5885
|
-
"x-reconciled-at": "2026-01-
|
|
5885
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783892+00:00"
|
|
5886
5886
|
},
|
|
5887
5887
|
"namespace": {
|
|
5888
5888
|
"type": "string",
|
|
@@ -5901,7 +5901,7 @@
|
|
|
5901
5901
|
},
|
|
5902
5902
|
"x-original-maxLength": 1024,
|
|
5903
5903
|
"x-reconciled-from-discovery": true,
|
|
5904
|
-
"x-reconciled-at": "2026-01-
|
|
5904
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783897+00:00"
|
|
5905
5905
|
}
|
|
5906
5906
|
},
|
|
5907
5907
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5941,7 +5941,7 @@
|
|
|
5941
5941
|
},
|
|
5942
5942
|
"x-original-maxLength": 1024,
|
|
5943
5943
|
"x-reconciled-from-discovery": true,
|
|
5944
|
-
"x-reconciled-at": "2026-01-
|
|
5944
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783902+00:00"
|
|
5945
5945
|
},
|
|
5946
5946
|
"namespace": {
|
|
5947
5947
|
"type": "string",
|
|
@@ -5960,7 +5960,7 @@
|
|
|
5960
5960
|
},
|
|
5961
5961
|
"x-original-maxLength": 1024,
|
|
5962
5962
|
"x-reconciled-from-discovery": true,
|
|
5963
|
-
"x-reconciled-at": "2026-01-
|
|
5963
|
+
"x-reconciled-at": "2026-01-05T14:38:44.783906+00:00"
|
|
5964
5964
|
}
|
|
5965
5965
|
},
|
|
5966
5966
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6023,7 +6023,7 @@
|
|
|
6023
6023
|
},
|
|
6024
6024
|
"x-original-maxLength": 1024,
|
|
6025
6025
|
"x-reconciled-from-discovery": true,
|
|
6026
|
-
"x-reconciled-at": "2026-01-
|
|
6026
|
+
"x-reconciled-at": "2026-01-05T14:38:45.539128+00:00"
|
|
6027
6027
|
},
|
|
6028
6028
|
"new_plan": {
|
|
6029
6029
|
"type": "string",
|
|
@@ -6212,7 +6212,7 @@
|
|
|
6212
6212
|
"x-original-maxLength": 1024,
|
|
6213
6213
|
"format": "hostname",
|
|
6214
6214
|
"x-reconciled-from-discovery": true,
|
|
6215
|
-
"x-reconciled-at": "2026-01-
|
|
6215
|
+
"x-reconciled-at": "2026-01-05T14:38:45.539153+00:00"
|
|
6216
6216
|
},
|
|
6217
6217
|
"payment_address": {
|
|
6218
6218
|
"$ref": "#/components/schemas/schemacontactGlobalSpecType"
|
|
@@ -6554,7 +6554,7 @@
|
|
|
6554
6554
|
},
|
|
6555
6555
|
"x-original-maxLength": 1024,
|
|
6556
6556
|
"x-reconciled-from-discovery": true,
|
|
6557
|
-
"x-reconciled-at": "2026-01-
|
|
6557
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506047+00:00"
|
|
6558
6558
|
}
|
|
6559
6559
|
},
|
|
6560
6560
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6662,7 +6662,7 @@
|
|
|
6662
6662
|
},
|
|
6663
6663
|
"x-original-maxLength": 1024,
|
|
6664
6664
|
"x-reconciled-from-discovery": true,
|
|
6665
|
-
"x-reconciled-at": "2026-01-
|
|
6665
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506065+00:00"
|
|
6666
6666
|
},
|
|
6667
6667
|
"namespace": {
|
|
6668
6668
|
"type": "string",
|
|
@@ -6681,7 +6681,7 @@
|
|
|
6681
6681
|
},
|
|
6682
6682
|
"x-original-maxLength": 1024,
|
|
6683
6683
|
"x-reconciled-from-discovery": true,
|
|
6684
|
-
"x-reconciled-at": "2026-01-
|
|
6684
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506070+00:00"
|
|
6685
6685
|
}
|
|
6686
6686
|
},
|
|
6687
6687
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6907,7 +6907,7 @@
|
|
|
6907
6907
|
"maxLength": 17,
|
|
6908
6908
|
"minLength": 17,
|
|
6909
6909
|
"x-reconciled-from-discovery": true,
|
|
6910
|
-
"x-reconciled-at": "2026-01-
|
|
6910
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506099+00:00"
|
|
6911
6911
|
},
|
|
6912
6912
|
"system_metadata": {
|
|
6913
6913
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7173,7 +7173,7 @@
|
|
|
7173
7173
|
},
|
|
7174
7174
|
"x-original-maxLength": 1024,
|
|
7175
7175
|
"x-reconciled-from-discovery": true,
|
|
7176
|
-
"x-reconciled-at": "2026-01-
|
|
7176
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506125+00:00"
|
|
7177
7177
|
},
|
|
7178
7178
|
"disabled": {
|
|
7179
7179
|
"type": "boolean",
|
|
@@ -7223,7 +7223,7 @@
|
|
|
7223
7223
|
},
|
|
7224
7224
|
"x-original-maxLength": 1024,
|
|
7225
7225
|
"x-reconciled-from-discovery": true,
|
|
7226
|
-
"x-reconciled-at": "2026-01-
|
|
7226
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506136+00:00"
|
|
7227
7227
|
},
|
|
7228
7228
|
"namespace": {
|
|
7229
7229
|
"type": "string",
|
|
@@ -7242,7 +7242,7 @@
|
|
|
7242
7242
|
},
|
|
7243
7243
|
"x-original-maxLength": 1024,
|
|
7244
7244
|
"x-reconciled-from-discovery": true,
|
|
7245
|
-
"x-reconciled-at": "2026-01-
|
|
7245
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506140+00:00"
|
|
7246
7246
|
},
|
|
7247
7247
|
"owner_view": {
|
|
7248
7248
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7283,7 +7283,7 @@
|
|
|
7283
7283
|
"x-field-mutability": "read-only",
|
|
7284
7284
|
"x-original-maxLength": 1024,
|
|
7285
7285
|
"x-reconciled-from-discovery": true,
|
|
7286
|
-
"x-reconciled-at": "2026-01-
|
|
7286
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506149+00:00"
|
|
7287
7287
|
},
|
|
7288
7288
|
"uid": {
|
|
7289
7289
|
"type": "string",
|
|
@@ -7304,7 +7304,7 @@
|
|
|
7304
7304
|
"x-original-maxLength": 1024,
|
|
7305
7305
|
"format": "uuid",
|
|
7306
7306
|
"x-reconciled-from-discovery": true,
|
|
7307
|
-
"x-reconciled-at": "2026-01-
|
|
7307
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506154+00:00"
|
|
7308
7308
|
}
|
|
7309
7309
|
},
|
|
7310
7310
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7350,7 +7350,7 @@
|
|
|
7350
7350
|
},
|
|
7351
7351
|
"x-original-maxLength": 1024,
|
|
7352
7352
|
"x-reconciled-from-discovery": true,
|
|
7353
|
-
"x-reconciled-at": "2026-01-
|
|
7353
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506159+00:00"
|
|
7354
7354
|
},
|
|
7355
7355
|
"display_name": {
|
|
7356
7356
|
"type": "string",
|
|
@@ -7406,7 +7406,7 @@
|
|
|
7406
7406
|
},
|
|
7407
7407
|
"x-original-maxLength": 1024,
|
|
7408
7408
|
"x-reconciled-from-discovery": true,
|
|
7409
|
-
"x-reconciled-at": "2026-01-
|
|
7409
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506168+00:00"
|
|
7410
7410
|
},
|
|
7411
7411
|
"display_name": {
|
|
7412
7412
|
"type": "string",
|
|
@@ -7458,7 +7458,7 @@
|
|
|
7458
7458
|
},
|
|
7459
7459
|
"x-original-maxLength": 1024,
|
|
7460
7460
|
"x-reconciled-from-discovery": true,
|
|
7461
|
-
"x-reconciled-at": "2026-01-
|
|
7461
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506176+00:00"
|
|
7462
7462
|
},
|
|
7463
7463
|
"display_name": {
|
|
7464
7464
|
"type": "string",
|
|
@@ -7517,7 +7517,7 @@
|
|
|
7517
7517
|
},
|
|
7518
7518
|
"x-original-maxLength": 1024,
|
|
7519
7519
|
"x-reconciled-from-discovery": true,
|
|
7520
|
-
"x-reconciled-at": "2026-01-
|
|
7520
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506186+00:00"
|
|
7521
7521
|
},
|
|
7522
7522
|
"display_name": {
|
|
7523
7523
|
"type": "string",
|
|
@@ -7767,7 +7767,7 @@
|
|
|
7767
7767
|
},
|
|
7768
7768
|
"x-original-maxLength": 1024,
|
|
7769
7769
|
"x-reconciled-from-discovery": true,
|
|
7770
|
-
"x-reconciled-at": "2026-01-
|
|
7770
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506210+00:00"
|
|
7771
7771
|
},
|
|
7772
7772
|
"service_name": {
|
|
7773
7773
|
"type": "string",
|
|
@@ -7806,7 +7806,7 @@
|
|
|
7806
7806
|
},
|
|
7807
7807
|
"x-original-maxLength": 1024,
|
|
7808
7808
|
"x-reconciled-from-discovery": true,
|
|
7809
|
-
"x-reconciled-at": "2026-01-
|
|
7809
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506216+00:00"
|
|
7810
7810
|
},
|
|
7811
7811
|
"type": {
|
|
7812
7812
|
"type": "string",
|
|
@@ -7943,7 +7943,7 @@
|
|
|
7943
7943
|
},
|
|
7944
7944
|
"x-original-maxLength": 1024,
|
|
7945
7945
|
"x-reconciled-from-discovery": true,
|
|
7946
|
-
"x-reconciled-at": "2026-01-
|
|
7946
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506228+00:00"
|
|
7947
7947
|
}
|
|
7948
7948
|
},
|
|
7949
7949
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8052,7 +8052,7 @@
|
|
|
8052
8052
|
},
|
|
8053
8053
|
"x-original-maxLength": 1200,
|
|
8054
8054
|
"x-reconciled-from-discovery": true,
|
|
8055
|
-
"x-reconciled-at": "2026-01-
|
|
8055
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506238+00:00"
|
|
8056
8056
|
},
|
|
8057
8057
|
"disable": {
|
|
8058
8058
|
"type": "boolean",
|
|
@@ -8105,7 +8105,7 @@
|
|
|
8105
8105
|
},
|
|
8106
8106
|
"x-original-maxLength": 1024,
|
|
8107
8107
|
"x-reconciled-from-discovery": true,
|
|
8108
|
-
"x-reconciled-at": "2026-01-
|
|
8108
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506245+00:00"
|
|
8109
8109
|
},
|
|
8110
8110
|
"namespace": {
|
|
8111
8111
|
"type": "string",
|
|
@@ -8124,7 +8124,7 @@
|
|
|
8124
8124
|
},
|
|
8125
8125
|
"x-original-maxLength": 1024,
|
|
8126
8126
|
"x-reconciled-from-discovery": true,
|
|
8127
|
-
"x-reconciled-at": "2026-01-
|
|
8127
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506249+00:00"
|
|
8128
8128
|
}
|
|
8129
8129
|
},
|
|
8130
8130
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8200,7 +8200,7 @@
|
|
|
8200
8200
|
},
|
|
8201
8201
|
"x-original-maxLength": 1200,
|
|
8202
8202
|
"x-reconciled-from-discovery": true,
|
|
8203
|
-
"x-reconciled-at": "2026-01-
|
|
8203
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506256+00:00"
|
|
8204
8204
|
},
|
|
8205
8205
|
"disable": {
|
|
8206
8206
|
"type": "boolean",
|
|
@@ -8255,7 +8255,7 @@
|
|
|
8255
8255
|
},
|
|
8256
8256
|
"x-original-maxLength": 1024,
|
|
8257
8257
|
"x-reconciled-from-discovery": true,
|
|
8258
|
-
"x-reconciled-at": "2026-01-
|
|
8258
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506264+00:00"
|
|
8259
8259
|
},
|
|
8260
8260
|
"namespace": {
|
|
8261
8261
|
"type": "string",
|
|
@@ -8274,7 +8274,7 @@
|
|
|
8274
8274
|
},
|
|
8275
8275
|
"x-original-maxLength": 1024,
|
|
8276
8276
|
"x-reconciled-from-discovery": true,
|
|
8277
|
-
"x-reconciled-at": "2026-01-
|
|
8277
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506268+00:00"
|
|
8278
8278
|
}
|
|
8279
8279
|
},
|
|
8280
8280
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8319,7 +8319,7 @@
|
|
|
8319
8319
|
"readOnly": true,
|
|
8320
8320
|
"x-original-maxLength": 1024,
|
|
8321
8321
|
"x-reconciled-from-discovery": true,
|
|
8322
|
-
"x-reconciled-at": "2026-01-
|
|
8322
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506273+00:00"
|
|
8323
8323
|
},
|
|
8324
8324
|
"name": {
|
|
8325
8325
|
"type": "string",
|
|
@@ -8338,7 +8338,7 @@
|
|
|
8338
8338
|
},
|
|
8339
8339
|
"x-original-maxLength": 1024,
|
|
8340
8340
|
"x-reconciled-from-discovery": true,
|
|
8341
|
-
"x-reconciled-at": "2026-01-
|
|
8341
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506277+00:00"
|
|
8342
8342
|
},
|
|
8343
8343
|
"namespace": {
|
|
8344
8344
|
"type": "string",
|
|
@@ -8357,7 +8357,7 @@
|
|
|
8357
8357
|
},
|
|
8358
8358
|
"x-original-maxLength": 1024,
|
|
8359
8359
|
"x-reconciled-from-discovery": true,
|
|
8360
|
-
"x-reconciled-at": "2026-01-
|
|
8360
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506281+00:00"
|
|
8361
8361
|
},
|
|
8362
8362
|
"tenant": {
|
|
8363
8363
|
"type": "string",
|
|
@@ -8378,7 +8378,7 @@
|
|
|
8378
8378
|
"x-field-mutability": "read-only",
|
|
8379
8379
|
"x-original-maxLength": 1024,
|
|
8380
8380
|
"x-reconciled-from-discovery": true,
|
|
8381
|
-
"x-reconciled-at": "2026-01-
|
|
8381
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506286+00:00"
|
|
8382
8382
|
},
|
|
8383
8383
|
"uid": {
|
|
8384
8384
|
"type": "string",
|
|
@@ -8400,7 +8400,7 @@
|
|
|
8400
8400
|
"x-original-maxLength": 1024,
|
|
8401
8401
|
"format": "uuid",
|
|
8402
8402
|
"x-reconciled-from-discovery": true,
|
|
8403
|
-
"x-reconciled-at": "2026-01-
|
|
8403
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506291+00:00"
|
|
8404
8404
|
}
|
|
8405
8405
|
},
|
|
8406
8406
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8475,7 +8475,7 @@
|
|
|
8475
8475
|
},
|
|
8476
8476
|
"x-original-maxLength": 1200,
|
|
8477
8477
|
"x-reconciled-from-discovery": true,
|
|
8478
|
-
"x-reconciled-at": "2026-01-
|
|
8478
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506298+00:00"
|
|
8479
8479
|
},
|
|
8480
8480
|
"disable": {
|
|
8481
8481
|
"type": "boolean",
|
|
@@ -8528,7 +8528,7 @@
|
|
|
8528
8528
|
},
|
|
8529
8529
|
"x-original-maxLength": 1024,
|
|
8530
8530
|
"x-reconciled-from-discovery": true,
|
|
8531
|
-
"x-reconciled-at": "2026-01-
|
|
8531
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506306+00:00"
|
|
8532
8532
|
},
|
|
8533
8533
|
"namespace": {
|
|
8534
8534
|
"type": "string",
|
|
@@ -8547,7 +8547,7 @@
|
|
|
8547
8547
|
},
|
|
8548
8548
|
"x-original-maxLength": 1024,
|
|
8549
8549
|
"x-reconciled-from-discovery": true,
|
|
8550
|
-
"x-reconciled-at": "2026-01-
|
|
8550
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506310+00:00"
|
|
8551
8551
|
}
|
|
8552
8552
|
},
|
|
8553
8553
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8661,7 +8661,7 @@
|
|
|
8661
8661
|
"x-original-maxLength": 1024,
|
|
8662
8662
|
"format": "uuid",
|
|
8663
8663
|
"x-reconciled-from-discovery": true,
|
|
8664
|
-
"x-reconciled-at": "2026-01-
|
|
8664
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506323+00:00"
|
|
8665
8665
|
},
|
|
8666
8666
|
"vtrp_id": {
|
|
8667
8667
|
"type": "string",
|
|
@@ -8773,7 +8773,7 @@
|
|
|
8773
8773
|
},
|
|
8774
8774
|
"x-original-maxLength": 1024,
|
|
8775
8775
|
"x-reconciled-from-discovery": true,
|
|
8776
|
-
"x-reconciled-at": "2026-01-
|
|
8776
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506333+00:00"
|
|
8777
8777
|
},
|
|
8778
8778
|
"status": {
|
|
8779
8779
|
"type": "string",
|
|
@@ -8792,7 +8792,7 @@
|
|
|
8792
8792
|
},
|
|
8793
8793
|
"x-original-maxLength": 1024,
|
|
8794
8794
|
"x-reconciled-from-discovery": true,
|
|
8795
|
-
"x-reconciled-at": "2026-01-
|
|
8795
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506337+00:00"
|
|
8796
8796
|
}
|
|
8797
8797
|
},
|
|
8798
8798
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8970,7 +8970,7 @@
|
|
|
8970
8970
|
"x-field-mutability": "read-only",
|
|
8971
8971
|
"x-original-maxLength": 1024,
|
|
8972
8972
|
"x-reconciled-from-discovery": true,
|
|
8973
|
-
"x-reconciled-at": "2026-01-
|
|
8973
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506358+00:00"
|
|
8974
8974
|
},
|
|
8975
8975
|
"uid": {
|
|
8976
8976
|
"type": "string",
|
|
@@ -8991,7 +8991,7 @@
|
|
|
8991
8991
|
"x-original-maxLength": 1024,
|
|
8992
8992
|
"format": "uuid",
|
|
8993
8993
|
"x-reconciled-from-discovery": true,
|
|
8994
|
-
"x-reconciled-at": "2026-01-
|
|
8994
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506363+00:00"
|
|
8995
8995
|
}
|
|
8996
8996
|
},
|
|
8997
8997
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9041,7 +9041,7 @@
|
|
|
9041
9041
|
},
|
|
9042
9042
|
"x-original-maxLength": 1024,
|
|
9043
9043
|
"x-reconciled-from-discovery": true,
|
|
9044
|
-
"x-reconciled-at": "2026-01-
|
|
9044
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506367+00:00"
|
|
9045
9045
|
},
|
|
9046
9046
|
"name": {
|
|
9047
9047
|
"type": "string",
|
|
@@ -9060,7 +9060,7 @@
|
|
|
9060
9060
|
},
|
|
9061
9061
|
"x-original-maxLength": 1024,
|
|
9062
9062
|
"x-reconciled-from-discovery": true,
|
|
9063
|
-
"x-reconciled-at": "2026-01-
|
|
9063
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506371+00:00"
|
|
9064
9064
|
},
|
|
9065
9065
|
"namespace": {
|
|
9066
9066
|
"type": "string",
|
|
@@ -9079,7 +9079,7 @@
|
|
|
9079
9079
|
},
|
|
9080
9080
|
"x-original-maxLength": 1024,
|
|
9081
9081
|
"x-reconciled-from-discovery": true,
|
|
9082
|
-
"x-reconciled-at": "2026-01-
|
|
9082
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506375+00:00"
|
|
9083
9083
|
},
|
|
9084
9084
|
"uid": {
|
|
9085
9085
|
"type": "string",
|
|
@@ -9100,7 +9100,7 @@
|
|
|
9100
9100
|
"x-original-maxLength": 1024,
|
|
9101
9101
|
"format": "uuid",
|
|
9102
9102
|
"x-reconciled-from-discovery": true,
|
|
9103
|
-
"x-reconciled-at": "2026-01-
|
|
9103
|
+
"x-reconciled-at": "2026-01-05T14:38:48.506380+00:00"
|
|
9104
9104
|
}
|
|
9105
9105
|
},
|
|
9106
9106
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9619,7 +9619,7 @@
|
|
|
9619
9619
|
"x-original-maxLength": 1024,
|
|
9620
9620
|
"format": "uuid",
|
|
9621
9621
|
"x-reconciled-from-discovery": true,
|
|
9622
|
-
"x-reconciled-at": "2026-01-
|
|
9622
|
+
"x-reconciled-at": "2026-01-05T14:39:05.205396+00:00"
|
|
9623
9623
|
}
|
|
9624
9624
|
},
|
|
9625
9625
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9743,7 +9743,7 @@
|
|
|
9743
9743
|
},
|
|
9744
9744
|
"x-original-maxLength": 1024,
|
|
9745
9745
|
"x-reconciled-from-discovery": true,
|
|
9746
|
-
"x-reconciled-at": "2026-01-
|
|
9746
|
+
"x-reconciled-at": "2026-01-05T14:39:05.205413+00:00"
|
|
9747
9747
|
},
|
|
9748
9748
|
"plan_name": {
|
|
9749
9749
|
"type": "string",
|
|
@@ -10306,7 +10306,7 @@
|
|
|
10306
10306
|
},
|
|
10307
10307
|
"x-original-maxLength": 1024,
|
|
10308
10308
|
"x-reconciled-from-discovery": true,
|
|
10309
|
-
"x-reconciled-at": "2026-01-
|
|
10309
|
+
"x-reconciled-at": "2026-01-05T14:39:13.669556+00:00"
|
|
10310
10310
|
}
|
|
10311
10311
|
},
|
|
10312
10312
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10515,7 +10515,7 @@
|
|
|
10515
10515
|
},
|
|
10516
10516
|
"x-original-maxLength": 1024,
|
|
10517
10517
|
"x-reconciled-from-discovery": true,
|
|
10518
|
-
"x-reconciled-at": "2026-01-
|
|
10518
|
+
"x-reconciled-at": "2026-01-05T14:39:13.669575+00:00"
|
|
10519
10519
|
},
|
|
10520
10520
|
"to": {
|
|
10521
10521
|
"type": "string",
|
|
@@ -10660,7 +10660,7 @@
|
|
|
10660
10660
|
},
|
|
10661
10661
|
"x-original-maxLength": 1024,
|
|
10662
10662
|
"x-reconciled-from-discovery": true,
|
|
10663
|
-
"x-reconciled-at": "2026-01-
|
|
10663
|
+
"x-reconciled-at": "2026-01-05T14:39:13.669589+00:00"
|
|
10664
10664
|
},
|
|
10665
10665
|
"query": {
|
|
10666
10666
|
"type": "string",
|
|
@@ -10751,7 +10751,7 @@
|
|
|
10751
10751
|
},
|
|
10752
10752
|
"x-original-maxLength": 1024,
|
|
10753
10753
|
"x-reconciled-from-discovery": true,
|
|
10754
|
-
"x-reconciled-at": "2026-01-
|
|
10754
|
+
"x-reconciled-at": "2026-01-05T14:39:13.669598+00:00"
|
|
10755
10755
|
}
|
|
10756
10756
|
},
|
|
10757
10757
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10842,7 +10842,7 @@
|
|
|
10842
10842
|
},
|
|
10843
10843
|
"x-original-maxLength": 1024,
|
|
10844
10844
|
"x-reconciled-from-discovery": true,
|
|
10845
|
-
"x-reconciled-at": "2026-01-
|
|
10845
|
+
"x-reconciled-at": "2026-01-05T14:39:13.669606+00:00"
|
|
10846
10846
|
},
|
|
10847
10847
|
"to": {
|
|
10848
10848
|
"type": "string",
|
|
@@ -11101,7 +11101,7 @@
|
|
|
11101
11101
|
},
|
|
11102
11102
|
"x-original-maxLength": 1024,
|
|
11103
11103
|
"x-reconciled-from-discovery": true,
|
|
11104
|
-
"x-reconciled-at": "2026-01-
|
|
11104
|
+
"x-reconciled-at": "2026-01-05T14:39:13.669627+00:00"
|
|
11105
11105
|
},
|
|
11106
11106
|
"object_name": {
|
|
11107
11107
|
"type": "string",
|
|
@@ -11245,7 +11245,7 @@
|
|
|
11245
11245
|
},
|
|
11246
11246
|
"x-original-maxLength": 1024,
|
|
11247
11247
|
"x-reconciled-from-discovery": true,
|
|
11248
|
-
"x-reconciled-at": "2026-01-
|
|
11248
|
+
"x-reconciled-at": "2026-01-05T14:39:13.922818+00:00"
|
|
11249
11249
|
}
|
|
11250
11250
|
},
|
|
11251
11251
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11439,7 +11439,7 @@
|
|
|
11439
11439
|
},
|
|
11440
11440
|
"x-original-maxLength": 1024,
|
|
11441
11441
|
"x-reconciled-from-discovery": true,
|
|
11442
|
-
"x-reconciled-at": "2026-01-
|
|
11442
|
+
"x-reconciled-at": "2026-01-05T14:39:13.922839+00:00"
|
|
11443
11443
|
},
|
|
11444
11444
|
"flat_price": {
|
|
11445
11445
|
"type": "integer",
|
|
@@ -11489,7 +11489,7 @@
|
|
|
11489
11489
|
},
|
|
11490
11490
|
"x-original-maxLength": 1024,
|
|
11491
11491
|
"x-reconciled-from-discovery": true,
|
|
11492
|
-
"x-reconciled-at": "2026-01-
|
|
11492
|
+
"x-reconciled-at": "2026-01-05T14:39:13.922847+00:00"
|
|
11493
11493
|
},
|
|
11494
11494
|
"renewal_period_unit": {
|
|
11495
11495
|
"$ref": "#/components/schemas/planPeriodUnitType"
|
|
@@ -11533,7 +11533,7 @@
|
|
|
11533
11533
|
},
|
|
11534
11534
|
"x-original-maxLength": 1024,
|
|
11535
11535
|
"x-reconciled-from-discovery": true,
|
|
11536
|
-
"x-reconciled-at": "2026-01-
|
|
11536
|
+
"x-reconciled-at": "2026-01-05T14:39:13.922857+00:00"
|
|
11537
11537
|
},
|
|
11538
11538
|
"transition_flow": {
|
|
11539
11539
|
"$ref": "#/components/schemas/planUsagePlanTransitionFlow"
|