@robinmordasiewicz/f5xc-terraform-mcp 3.6.31 → 3.7.0
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/docs/specifications/api/CHANGELOG.md +4 -4
- package/dist/docs/specifications/api/README.md +2 -2
- package/dist/docs/specifications/api/domains/admin_console_and_ui.json +26 -25
- package/dist/docs/specifications/api/domains/ai_services.json +22 -22
- package/dist/docs/specifications/api/domains/api.json +174 -175
- package/dist/docs/specifications/api/domains/authentication.json +48 -47
- package/dist/docs/specifications/api/domains/bigip.json +95 -95
- package/dist/docs/specifications/api/domains/billing_and_usage.json +64 -64
- package/dist/docs/specifications/api/domains/blindfold.json +110 -110
- package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +66 -65
- package/dist/docs/specifications/api/domains/cdn.json +178 -179
- package/dist/docs/specifications/api/domains/ce_management.json +77 -78
- package/dist/docs/specifications/api/domains/certificates.json +76 -76
- package/dist/docs/specifications/api/domains/cloud_infrastructure.json +113 -113
- package/dist/docs/specifications/api/domains/container_services.json +92 -92
- package/dist/docs/specifications/api/domains/data_and_privacy_security.json +67 -67
- package/dist/docs/specifications/api/domains/data_intelligence.json +65 -65
- package/dist/docs/specifications/api/domains/ddos.json +155 -156
- package/dist/docs/specifications/api/domains/dns.json +149 -149
- package/dist/docs/specifications/api/domains/managed_kubernetes.json +86 -86
- package/dist/docs/specifications/api/domains/marketplace.json +104 -104
- package/dist/docs/specifications/api/domains/network.json +231 -232
- package/dist/docs/specifications/api/domains/network_security.json +188 -188
- package/dist/docs/specifications/api/domains/nginx_one.json +63 -63
- package/dist/docs/specifications/api/domains/object_storage.json +13 -13
- package/dist/docs/specifications/api/domains/observability.json +103 -104
- package/dist/docs/specifications/api/domains/rate_limiting.json +53 -53
- package/dist/docs/specifications/api/domains/secops_and_incident_response.json +37 -37
- package/dist/docs/specifications/api/domains/service_mesh.json +120 -120
- package/dist/docs/specifications/api/domains/shape.json +314 -315
- package/dist/docs/specifications/api/domains/sites.json +350 -350
- package/dist/docs/specifications/api/domains/statistics.json +226 -227
- package/dist/docs/specifications/api/domains/support.json +109 -109
- package/dist/docs/specifications/api/domains/telemetry_and_insights.json +75 -74
- package/dist/docs/specifications/api/domains/tenant_and_identity.json +269 -272
- package/dist/docs/specifications/api/domains/threat_campaign.json +69 -68
- package/dist/docs/specifications/api/domains/users.json +67 -66
- package/dist/docs/specifications/api/domains/virtual.json +245 -245
- package/dist/docs/specifications/api/domains/vpm_and_node_management.json +4 -3
- package/dist/docs/specifications/api/domains/waf.json +140 -141
- package/dist/docs/specifications/api/index.json +17 -17
- package/dist/docs/specifications/api/openapi.json +2601 -2604
- package/dist/docs/specifications/api/openapi.yaml +2606 -2604
- package/package.json +1 -1
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Vpm And Node Management",
|
|
5
|
-
"description": "F5 Distributed Cloud
|
|
6
|
-
"version": "2.0.
|
|
5
|
+
"description": "Vpm And Node Management management for F5 Distributed Cloud. Provides APIs for configuring vpm and node management, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
|
|
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,8 @@
|
|
|
12
12
|
"name": "Proprietary",
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
|
+
"x-f5xc-description-long": "Vpm And Node Management management for F5 Distributed Cloud. Provides APIs for configuring vpm and node management, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
|
|
16
|
+
"summary": "Configure and manage vpm and node management settings, policies, and resources across your F5 Distributed Cloud deployment.",
|
|
15
17
|
"x-f5xc-cli-domain": "vpm_and_node_management",
|
|
16
18
|
"x-f5xc-best-practices": {
|
|
17
19
|
"common_errors": [
|
|
@@ -344,7 +346,6 @@
|
|
|
344
346
|
"title": "Empty",
|
|
345
347
|
"x-displayname": "Empty",
|
|
346
348
|
"x-ves-proto-message": "ves.io.schema.Empty",
|
|
347
|
-
"x-f5xc-description-short": "Can be used for messages where no values are needed.",
|
|
348
349
|
"x-f5xc-minimum-configuration": {
|
|
349
350
|
"description": "Minimum configuration for schemaEmpty",
|
|
350
351
|
"required_fields": [],
|