@robinmordasiewicz/f5xc-terraform-mcp 3.3.0 → 3.5.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/README.md +1 -1
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/certificate.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/data-sources/workload.md +2 -2
- package/dist/docs/index.md +276 -0
- package/dist/docs/resources/bgp.md +238 -4
- package/dist/docs/resources/certificate.md +4 -56
- package/dist/docs/resources/cloud_connect.md +2 -2
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/network_policy.md +217 -38
- package/dist/docs/resources/site.md +527 -233
- package/dist/docs/resources/workload.md +2951 -9
- package/dist/docs/specifications/api/CHANGELOG.md +4 -4
- package/dist/docs/specifications/api/README.md +1 -1
- package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
- package/dist/docs/specifications/api/domains/ai_services.json +21 -21
- package/dist/docs/specifications/api/domains/api.json +173 -173
- package/dist/docs/specifications/api/domains/authentication.json +45 -45
- package/dist/docs/specifications/api/domains/bigip.json +94 -94
- package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
- package/dist/docs/specifications/api/domains/blindfold.json +109 -109
- package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
- package/dist/docs/specifications/api/domains/cdn.json +177 -177
- package/dist/docs/specifications/api/domains/ce_management.json +76 -76
- package/dist/docs/specifications/api/domains/certificates.json +75 -75
- package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
- package/dist/docs/specifications/api/domains/container_services.json +91 -91
- package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
- package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
- package/dist/docs/specifications/api/domains/ddos.json +154 -154
- package/dist/docs/specifications/api/domains/dns.json +148 -148
- package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
- package/dist/docs/specifications/api/domains/marketplace.json +103 -103
- package/dist/docs/specifications/api/domains/network.json +230 -230
- package/dist/docs/specifications/api/domains/network_security.json +187 -187
- package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
- package/dist/docs/specifications/api/domains/object_storage.json +12 -12
- package/dist/docs/specifications/api/domains/observability.json +102 -102
- package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
- package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
- package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
- package/dist/docs/specifications/api/domains/shape.json +313 -313
- package/dist/docs/specifications/api/domains/sites.json +349 -349
- package/dist/docs/specifications/api/domains/statistics.json +225 -225
- package/dist/docs/specifications/api/domains/support.json +108 -108
- package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
- package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
- package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
- package/dist/docs/specifications/api/domains/users.json +66 -66
- package/dist/docs/specifications/api/domains/virtual.json +244 -244
- package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
- package/dist/docs/specifications/api/domains/waf.json +139 -139
- package/dist/docs/specifications/api/index.json +12 -12
- package/dist/docs/specifications/api/openapi.json +2600 -2600
- package/dist/docs/specifications/api/openapi.yaml +2600 -2600
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +75 -4
- package/dist/index.js.map +1 -1
- package/dist/metadata/error-patterns.json +192 -0
- package/dist/metadata/resource-metadata.json +13095 -0
- package/dist/metadata/validation-patterns.json +69 -0
- package/dist/schemas/common.d.ts +33 -0
- package/dist/schemas/common.d.ts.map +1 -1
- package/dist/schemas/common.js +32 -0
- package/dist/schemas/common.js.map +1 -1
- package/dist/services/documentation.d.ts.map +1 -1
- package/dist/services/documentation.js +9 -0
- package/dist/services/documentation.js.map +1 -1
- package/dist/services/metadata.d.ts +193 -0
- package/dist/services/metadata.d.ts.map +1 -0
- package/dist/services/metadata.js +367 -0
- package/dist/services/metadata.js.map +1 -0
- package/dist/tools/discover.d.ts.map +1 -1
- package/dist/tools/discover.js +8 -0
- package/dist/tools/discover.js.map +1 -1
- package/dist/tools/metadata.d.ts +19 -0
- package/dist/tools/metadata.d.ts.map +1 -0
- package/dist/tools/metadata.js +612 -0
- package/dist/tools/metadata.js.map +1 -0
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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.20",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -5616,7 +5616,7 @@
|
|
|
5616
5616
|
},
|
|
5617
5617
|
"x-original-maxLength": 1024,
|
|
5618
5618
|
"x-reconciled-from-discovery": true,
|
|
5619
|
-
"x-reconciled-at": "2026-01-
|
|
5619
|
+
"x-reconciled-at": "2026-01-07T15:53:31.485301+00:00"
|
|
5620
5620
|
},
|
|
5621
5621
|
"period_end": {
|
|
5622
5622
|
"type": "string",
|
|
@@ -5942,7 +5942,7 @@
|
|
|
5942
5942
|
},
|
|
5943
5943
|
"x-original-maxLength": 1024,
|
|
5944
5944
|
"x-reconciled-from-discovery": true,
|
|
5945
|
-
"x-reconciled-at": "2026-01-
|
|
5945
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329038+00:00"
|
|
5946
5946
|
},
|
|
5947
5947
|
"role": {
|
|
5948
5948
|
"$ref": "#/components/schemas/payment_methodPaymentMethodRole"
|
|
@@ -6003,7 +6003,7 @@
|
|
|
6003
6003
|
},
|
|
6004
6004
|
"x-original-maxLength": 1024,
|
|
6005
6005
|
"x-reconciled-from-discovery": true,
|
|
6006
|
-
"x-reconciled-at": "2026-01-
|
|
6006
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329049+00:00"
|
|
6007
6007
|
}
|
|
6008
6008
|
},
|
|
6009
6009
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6043,7 +6043,7 @@
|
|
|
6043
6043
|
},
|
|
6044
6044
|
"x-original-maxLength": 1024,
|
|
6045
6045
|
"x-reconciled-from-discovery": true,
|
|
6046
|
-
"x-reconciled-at": "2026-01-
|
|
6046
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329054+00:00"
|
|
6047
6047
|
},
|
|
6048
6048
|
"namespace": {
|
|
6049
6049
|
"type": "string",
|
|
@@ -6063,7 +6063,7 @@
|
|
|
6063
6063
|
},
|
|
6064
6064
|
"x-original-maxLength": 1024,
|
|
6065
6065
|
"x-reconciled-from-discovery": true,
|
|
6066
|
-
"x-reconciled-at": "2026-01-
|
|
6066
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329059+00:00"
|
|
6067
6067
|
}
|
|
6068
6068
|
},
|
|
6069
6069
|
"x-f5xc-description-short": "Changes a payment method role to primary.",
|
|
@@ -6130,7 +6130,7 @@
|
|
|
6130
6130
|
},
|
|
6131
6131
|
"x-original-maxLength": 1024,
|
|
6132
6132
|
"x-reconciled-from-discovery": true,
|
|
6133
|
-
"x-reconciled-at": "2026-01-
|
|
6133
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329064+00:00"
|
|
6134
6134
|
},
|
|
6135
6135
|
"namespace": {
|
|
6136
6136
|
"type": "string",
|
|
@@ -6150,7 +6150,7 @@
|
|
|
6150
6150
|
},
|
|
6151
6151
|
"x-original-maxLength": 1024,
|
|
6152
6152
|
"x-reconciled-from-discovery": true,
|
|
6153
|
-
"x-reconciled-at": "2026-01-
|
|
6153
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329068+00:00"
|
|
6154
6154
|
}
|
|
6155
6155
|
},
|
|
6156
6156
|
"x-f5xc-description-short": "Changes a payment method role (from/to primary or backup).",
|
|
@@ -6192,7 +6192,7 @@
|
|
|
6192
6192
|
},
|
|
6193
6193
|
"x-original-maxLength": 1024,
|
|
6194
6194
|
"x-reconciled-from-discovery": true,
|
|
6195
|
-
"x-reconciled-at": "2026-01-
|
|
6195
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329072+00:00"
|
|
6196
6196
|
},
|
|
6197
6197
|
"namespace": {
|
|
6198
6198
|
"type": "string",
|
|
@@ -6212,7 +6212,7 @@
|
|
|
6212
6212
|
},
|
|
6213
6213
|
"x-original-maxLength": 1024,
|
|
6214
6214
|
"x-reconciled-from-discovery": true,
|
|
6215
|
-
"x-reconciled-at": "2026-01-
|
|
6215
|
+
"x-reconciled-at": "2026-01-07T15:53:47.329076+00:00"
|
|
6216
6216
|
}
|
|
6217
6217
|
},
|
|
6218
6218
|
"x-f5xc-description-short": "Changes a payment method role to secondary.",
|
|
@@ -6278,7 +6278,7 @@
|
|
|
6278
6278
|
},
|
|
6279
6279
|
"x-original-maxLength": 1024,
|
|
6280
6280
|
"x-reconciled-from-discovery": true,
|
|
6281
|
-
"x-reconciled-at": "2026-01-
|
|
6281
|
+
"x-reconciled-at": "2026-01-07T15:53:48.227684+00:00"
|
|
6282
6282
|
},
|
|
6283
6283
|
"new_plan": {
|
|
6284
6284
|
"type": "string",
|
|
@@ -6479,7 +6479,7 @@
|
|
|
6479
6479
|
"x-original-maxLength": 1024,
|
|
6480
6480
|
"format": "hostname",
|
|
6481
6481
|
"x-reconciled-from-discovery": true,
|
|
6482
|
-
"x-reconciled-at": "2026-01-
|
|
6482
|
+
"x-reconciled-at": "2026-01-07T15:53:48.227708+00:00"
|
|
6483
6483
|
},
|
|
6484
6484
|
"payment_address": {
|
|
6485
6485
|
"$ref": "#/components/schemas/schemacontactGlobalSpecType"
|
|
@@ -6834,7 +6834,7 @@
|
|
|
6834
6834
|
},
|
|
6835
6835
|
"x-original-maxLength": 1024,
|
|
6836
6836
|
"x-reconciled-from-discovery": true,
|
|
6837
|
-
"x-reconciled-at": "2026-01-
|
|
6837
|
+
"x-reconciled-at": "2026-01-07T15:53:51.663940+00:00"
|
|
6838
6838
|
}
|
|
6839
6839
|
},
|
|
6840
6840
|
"x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
|
|
@@ -6945,7 +6945,7 @@
|
|
|
6945
6945
|
},
|
|
6946
6946
|
"x-original-maxLength": 1024,
|
|
6947
6947
|
"x-reconciled-from-discovery": true,
|
|
6948
|
-
"x-reconciled-at": "2026-01-
|
|
6948
|
+
"x-reconciled-at": "2026-01-07T15:53:51.663957+00:00"
|
|
6949
6949
|
},
|
|
6950
6950
|
"namespace": {
|
|
6951
6951
|
"type": "string",
|
|
@@ -6965,7 +6965,7 @@
|
|
|
6965
6965
|
},
|
|
6966
6966
|
"x-original-maxLength": 1024,
|
|
6967
6967
|
"x-reconciled-from-discovery": true,
|
|
6968
|
-
"x-reconciled-at": "2026-01-
|
|
6968
|
+
"x-reconciled-at": "2026-01-07T15:53:51.663963+00:00"
|
|
6969
6969
|
}
|
|
6970
6970
|
},
|
|
6971
6971
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7203,7 +7203,7 @@
|
|
|
7203
7203
|
"maxLength": 17,
|
|
7204
7204
|
"minLength": 17,
|
|
7205
7205
|
"x-reconciled-from-discovery": true,
|
|
7206
|
-
"x-reconciled-at": "2026-01-
|
|
7206
|
+
"x-reconciled-at": "2026-01-07T15:53:51.663992+00:00"
|
|
7207
7207
|
},
|
|
7208
7208
|
"system_metadata": {
|
|
7209
7209
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -7485,7 +7485,7 @@
|
|
|
7485
7485
|
},
|
|
7486
7486
|
"x-original-maxLength": 1024,
|
|
7487
7487
|
"x-reconciled-from-discovery": true,
|
|
7488
|
-
"x-reconciled-at": "2026-01-
|
|
7488
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664020+00:00"
|
|
7489
7489
|
},
|
|
7490
7490
|
"disabled": {
|
|
7491
7491
|
"type": "boolean",
|
|
@@ -7539,7 +7539,7 @@
|
|
|
7539
7539
|
},
|
|
7540
7540
|
"x-original-maxLength": 1024,
|
|
7541
7541
|
"x-reconciled-from-discovery": true,
|
|
7542
|
-
"x-reconciled-at": "2026-01-
|
|
7542
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664030+00:00"
|
|
7543
7543
|
},
|
|
7544
7544
|
"namespace": {
|
|
7545
7545
|
"type": "string",
|
|
@@ -7558,7 +7558,7 @@
|
|
|
7558
7558
|
},
|
|
7559
7559
|
"x-original-maxLength": 1024,
|
|
7560
7560
|
"x-reconciled-from-discovery": true,
|
|
7561
|
-
"x-reconciled-at": "2026-01-
|
|
7561
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664035+00:00"
|
|
7562
7562
|
},
|
|
7563
7563
|
"owner_view": {
|
|
7564
7564
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -7600,7 +7600,7 @@
|
|
|
7600
7600
|
"x-field-mutability": "read-only",
|
|
7601
7601
|
"x-original-maxLength": 1024,
|
|
7602
7602
|
"x-reconciled-from-discovery": true,
|
|
7603
|
-
"x-reconciled-at": "2026-01-
|
|
7603
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664042+00:00"
|
|
7604
7604
|
},
|
|
7605
7605
|
"uid": {
|
|
7606
7606
|
"type": "string",
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
"x-original-maxLength": 1024,
|
|
7622
7622
|
"format": "uuid",
|
|
7623
7623
|
"x-reconciled-from-discovery": true,
|
|
7624
|
-
"x-reconciled-at": "2026-01-
|
|
7624
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664048+00:00"
|
|
7625
7625
|
}
|
|
7626
7626
|
},
|
|
7627
7627
|
"x-f5xc-description-short": "By default a summary of quota is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -7670,7 +7670,7 @@
|
|
|
7670
7670
|
},
|
|
7671
7671
|
"x-original-maxLength": 1024,
|
|
7672
7672
|
"x-reconciled-from-discovery": true,
|
|
7673
|
-
"x-reconciled-at": "2026-01-
|
|
7673
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664054+00:00"
|
|
7674
7674
|
},
|
|
7675
7675
|
"display_name": {
|
|
7676
7676
|
"type": "string",
|
|
@@ -7729,7 +7729,7 @@
|
|
|
7729
7729
|
},
|
|
7730
7730
|
"x-original-maxLength": 1024,
|
|
7731
7731
|
"x-reconciled-from-discovery": true,
|
|
7732
|
-
"x-reconciled-at": "2026-01-
|
|
7732
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664063+00:00"
|
|
7733
7733
|
},
|
|
7734
7734
|
"display_name": {
|
|
7735
7735
|
"type": "string",
|
|
@@ -7784,7 +7784,7 @@
|
|
|
7784
7784
|
},
|
|
7785
7785
|
"x-original-maxLength": 1024,
|
|
7786
7786
|
"x-reconciled-from-discovery": true,
|
|
7787
|
-
"x-reconciled-at": "2026-01-
|
|
7787
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664071+00:00"
|
|
7788
7788
|
},
|
|
7789
7789
|
"display_name": {
|
|
7790
7790
|
"type": "string",
|
|
@@ -7845,7 +7845,7 @@
|
|
|
7845
7845
|
},
|
|
7846
7846
|
"x-original-maxLength": 1024,
|
|
7847
7847
|
"x-reconciled-from-discovery": true,
|
|
7848
|
-
"x-reconciled-at": "2026-01-
|
|
7848
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664081+00:00"
|
|
7849
7849
|
},
|
|
7850
7850
|
"display_name": {
|
|
7851
7851
|
"type": "string",
|
|
@@ -8107,7 +8107,7 @@
|
|
|
8107
8107
|
},
|
|
8108
8108
|
"x-original-maxLength": 1024,
|
|
8109
8109
|
"x-reconciled-from-discovery": true,
|
|
8110
|
-
"x-reconciled-at": "2026-01-
|
|
8110
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664104+00:00"
|
|
8111
8111
|
},
|
|
8112
8112
|
"service_name": {
|
|
8113
8113
|
"type": "string",
|
|
@@ -8150,7 +8150,7 @@
|
|
|
8150
8150
|
},
|
|
8151
8151
|
"x-original-maxLength": 1024,
|
|
8152
8152
|
"x-reconciled-from-discovery": true,
|
|
8153
|
-
"x-reconciled-at": "2026-01-
|
|
8153
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664110+00:00"
|
|
8154
8154
|
},
|
|
8155
8155
|
"type": {
|
|
8156
8156
|
"type": "string",
|
|
@@ -8295,7 +8295,7 @@
|
|
|
8295
8295
|
},
|
|
8296
8296
|
"x-original-maxLength": 1024,
|
|
8297
8297
|
"x-reconciled-from-discovery": true,
|
|
8298
|
-
"x-reconciled-at": "2026-01-
|
|
8298
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664123+00:00"
|
|
8299
8299
|
}
|
|
8300
8300
|
},
|
|
8301
8301
|
"x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
|
|
@@ -8411,7 +8411,7 @@
|
|
|
8411
8411
|
},
|
|
8412
8412
|
"x-original-maxLength": 1200,
|
|
8413
8413
|
"x-reconciled-from-discovery": true,
|
|
8414
|
-
"x-reconciled-at": "2026-01-
|
|
8414
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664133+00:00"
|
|
8415
8415
|
},
|
|
8416
8416
|
"disable": {
|
|
8417
8417
|
"type": "boolean",
|
|
@@ -8469,7 +8469,7 @@
|
|
|
8469
8469
|
},
|
|
8470
8470
|
"x-original-maxLength": 1024,
|
|
8471
8471
|
"x-reconciled-from-discovery": true,
|
|
8472
|
-
"x-reconciled-at": "2026-01-
|
|
8472
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664141+00:00"
|
|
8473
8473
|
},
|
|
8474
8474
|
"namespace": {
|
|
8475
8475
|
"type": "string",
|
|
@@ -8490,7 +8490,7 @@
|
|
|
8490
8490
|
},
|
|
8491
8491
|
"x-original-maxLength": 1024,
|
|
8492
8492
|
"x-reconciled-from-discovery": true,
|
|
8493
|
-
"x-reconciled-at": "2026-01-
|
|
8493
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664145+00:00"
|
|
8494
8494
|
}
|
|
8495
8495
|
},
|
|
8496
8496
|
"x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
|
|
@@ -8570,7 +8570,7 @@
|
|
|
8570
8570
|
},
|
|
8571
8571
|
"x-original-maxLength": 1200,
|
|
8572
8572
|
"x-reconciled-from-discovery": true,
|
|
8573
|
-
"x-reconciled-at": "2026-01-
|
|
8573
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664152+00:00"
|
|
8574
8574
|
},
|
|
8575
8575
|
"disable": {
|
|
8576
8576
|
"type": "boolean",
|
|
@@ -8630,7 +8630,7 @@
|
|
|
8630
8630
|
},
|
|
8631
8631
|
"x-original-maxLength": 1024,
|
|
8632
8632
|
"x-reconciled-from-discovery": true,
|
|
8633
|
-
"x-reconciled-at": "2026-01-
|
|
8633
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664159+00:00"
|
|
8634
8634
|
},
|
|
8635
8635
|
"namespace": {
|
|
8636
8636
|
"type": "string",
|
|
@@ -8651,7 +8651,7 @@
|
|
|
8651
8651
|
},
|
|
8652
8652
|
"x-original-maxLength": 1024,
|
|
8653
8653
|
"x-reconciled-from-discovery": true,
|
|
8654
|
-
"x-reconciled-at": "2026-01-
|
|
8654
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664164+00:00"
|
|
8655
8655
|
}
|
|
8656
8656
|
},
|
|
8657
8657
|
"x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
|
|
@@ -8699,7 +8699,7 @@
|
|
|
8699
8699
|
"readOnly": true,
|
|
8700
8700
|
"x-original-maxLength": 1024,
|
|
8701
8701
|
"x-reconciled-from-discovery": true,
|
|
8702
|
-
"x-reconciled-at": "2026-01-
|
|
8702
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664168+00:00"
|
|
8703
8703
|
},
|
|
8704
8704
|
"name": {
|
|
8705
8705
|
"type": "string",
|
|
@@ -8720,7 +8720,7 @@
|
|
|
8720
8720
|
},
|
|
8721
8721
|
"x-original-maxLength": 1024,
|
|
8722
8722
|
"x-reconciled-from-discovery": true,
|
|
8723
|
-
"x-reconciled-at": "2026-01-
|
|
8723
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664172+00:00"
|
|
8724
8724
|
},
|
|
8725
8725
|
"namespace": {
|
|
8726
8726
|
"type": "string",
|
|
@@ -8741,7 +8741,7 @@
|
|
|
8741
8741
|
},
|
|
8742
8742
|
"x-original-maxLength": 1024,
|
|
8743
8743
|
"x-reconciled-from-discovery": true,
|
|
8744
|
-
"x-reconciled-at": "2026-01-
|
|
8744
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664176+00:00"
|
|
8745
8745
|
},
|
|
8746
8746
|
"tenant": {
|
|
8747
8747
|
"type": "string",
|
|
@@ -8764,7 +8764,7 @@
|
|
|
8764
8764
|
"x-field-mutability": "read-only",
|
|
8765
8765
|
"x-original-maxLength": 1024,
|
|
8766
8766
|
"x-reconciled-from-discovery": true,
|
|
8767
|
-
"x-reconciled-at": "2026-01-
|
|
8767
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664180+00:00"
|
|
8768
8768
|
},
|
|
8769
8769
|
"uid": {
|
|
8770
8770
|
"type": "string",
|
|
@@ -8788,7 +8788,7 @@
|
|
|
8788
8788
|
"x-original-maxLength": 1024,
|
|
8789
8789
|
"format": "uuid",
|
|
8790
8790
|
"x-reconciled-from-discovery": true,
|
|
8791
|
-
"x-reconciled-at": "2026-01-
|
|
8791
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664186+00:00"
|
|
8792
8792
|
}
|
|
8793
8793
|
},
|
|
8794
8794
|
"x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
|
|
@@ -8868,7 +8868,7 @@
|
|
|
8868
8868
|
},
|
|
8869
8869
|
"x-original-maxLength": 1200,
|
|
8870
8870
|
"x-reconciled-from-discovery": true,
|
|
8871
|
-
"x-reconciled-at": "2026-01-
|
|
8871
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664193+00:00"
|
|
8872
8872
|
},
|
|
8873
8873
|
"disable": {
|
|
8874
8874
|
"type": "boolean",
|
|
@@ -8926,7 +8926,7 @@
|
|
|
8926
8926
|
},
|
|
8927
8927
|
"x-original-maxLength": 1024,
|
|
8928
8928
|
"x-reconciled-from-discovery": true,
|
|
8929
|
-
"x-reconciled-at": "2026-01-
|
|
8929
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664201+00:00"
|
|
8930
8930
|
},
|
|
8931
8931
|
"namespace": {
|
|
8932
8932
|
"type": "string",
|
|
@@ -8947,7 +8947,7 @@
|
|
|
8947
8947
|
},
|
|
8948
8948
|
"x-original-maxLength": 1024,
|
|
8949
8949
|
"x-reconciled-from-discovery": true,
|
|
8950
|
-
"x-reconciled-at": "2026-01-
|
|
8950
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664205+00:00"
|
|
8951
8951
|
}
|
|
8952
8952
|
},
|
|
8953
8953
|
"x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
|
|
@@ -9071,7 +9071,7 @@
|
|
|
9071
9071
|
"x-original-maxLength": 1024,
|
|
9072
9072
|
"format": "uuid",
|
|
9073
9073
|
"x-reconciled-from-discovery": true,
|
|
9074
|
-
"x-reconciled-at": "2026-01-
|
|
9074
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664218+00:00"
|
|
9075
9075
|
},
|
|
9076
9076
|
"vtrp_id": {
|
|
9077
9077
|
"type": "string",
|
|
@@ -9191,7 +9191,7 @@
|
|
|
9191
9191
|
},
|
|
9192
9192
|
"x-original-maxLength": 1024,
|
|
9193
9193
|
"x-reconciled-from-discovery": true,
|
|
9194
|
-
"x-reconciled-at": "2026-01-
|
|
9194
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664228+00:00"
|
|
9195
9195
|
},
|
|
9196
9196
|
"status": {
|
|
9197
9197
|
"type": "string",
|
|
@@ -9211,7 +9211,7 @@
|
|
|
9211
9211
|
},
|
|
9212
9212
|
"x-original-maxLength": 1024,
|
|
9213
9213
|
"x-reconciled-from-discovery": true,
|
|
9214
|
-
"x-reconciled-at": "2026-01-
|
|
9214
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664232+00:00"
|
|
9215
9215
|
}
|
|
9216
9216
|
},
|
|
9217
9217
|
"x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
|
|
@@ -9406,7 +9406,7 @@
|
|
|
9406
9406
|
"x-field-mutability": "read-only",
|
|
9407
9407
|
"x-original-maxLength": 1024,
|
|
9408
9408
|
"x-reconciled-from-discovery": true,
|
|
9409
|
-
"x-reconciled-at": "2026-01-
|
|
9409
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664251+00:00"
|
|
9410
9410
|
},
|
|
9411
9411
|
"uid": {
|
|
9412
9412
|
"type": "string",
|
|
@@ -9429,7 +9429,7 @@
|
|
|
9429
9429
|
"x-original-maxLength": 1024,
|
|
9430
9430
|
"format": "uuid",
|
|
9431
9431
|
"x-reconciled-from-discovery": true,
|
|
9432
|
-
"x-reconciled-at": "2026-01-
|
|
9432
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664256+00:00"
|
|
9433
9433
|
}
|
|
9434
9434
|
},
|
|
9435
9435
|
"x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
|
|
@@ -9481,7 +9481,7 @@
|
|
|
9481
9481
|
},
|
|
9482
9482
|
"x-original-maxLength": 1024,
|
|
9483
9483
|
"x-reconciled-from-discovery": true,
|
|
9484
|
-
"x-reconciled-at": "2026-01-
|
|
9484
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664262+00:00"
|
|
9485
9485
|
},
|
|
9486
9486
|
"name": {
|
|
9487
9487
|
"type": "string",
|
|
@@ -9502,7 +9502,7 @@
|
|
|
9502
9502
|
},
|
|
9503
9503
|
"x-original-maxLength": 1024,
|
|
9504
9504
|
"x-reconciled-from-discovery": true,
|
|
9505
|
-
"x-reconciled-at": "2026-01-
|
|
9505
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664266+00:00"
|
|
9506
9506
|
},
|
|
9507
9507
|
"namespace": {
|
|
9508
9508
|
"type": "string",
|
|
@@ -9523,7 +9523,7 @@
|
|
|
9523
9523
|
},
|
|
9524
9524
|
"x-original-maxLength": 1024,
|
|
9525
9525
|
"x-reconciled-from-discovery": true,
|
|
9526
|
-
"x-reconciled-at": "2026-01-
|
|
9526
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664270+00:00"
|
|
9527
9527
|
},
|
|
9528
9528
|
"uid": {
|
|
9529
9529
|
"type": "string",
|
|
@@ -9544,7 +9544,7 @@
|
|
|
9544
9544
|
"x-original-maxLength": 1024,
|
|
9545
9545
|
"format": "uuid",
|
|
9546
9546
|
"x-reconciled-from-discovery": true,
|
|
9547
|
-
"x-reconciled-at": "2026-01-
|
|
9547
|
+
"x-reconciled-at": "2026-01-07T15:53:51.664275+00:00"
|
|
9548
9548
|
}
|
|
9549
9549
|
},
|
|
9550
9550
|
"x-f5xc-description-short": "ViewRefType represents a reference to a view.",
|
|
@@ -10099,7 +10099,7 @@
|
|
|
10099
10099
|
"x-original-maxLength": 1024,
|
|
10100
10100
|
"format": "uuid",
|
|
10101
10101
|
"x-reconciled-from-discovery": true,
|
|
10102
|
-
"x-reconciled-at": "2026-01-
|
|
10102
|
+
"x-reconciled-at": "2026-01-07T15:54:10.181112+00:00"
|
|
10103
10103
|
}
|
|
10104
10104
|
},
|
|
10105
10105
|
"x-f5xc-description-short": "Response to call to GET list of tenant subscriptions.",
|
|
@@ -10231,7 +10231,7 @@
|
|
|
10231
10231
|
},
|
|
10232
10232
|
"x-original-maxLength": 1024,
|
|
10233
10233
|
"x-reconciled-from-discovery": true,
|
|
10234
|
-
"x-reconciled-at": "2026-01-
|
|
10234
|
+
"x-reconciled-at": "2026-01-07T15:54:10.181127+00:00"
|
|
10235
10235
|
},
|
|
10236
10236
|
"plan_name": {
|
|
10237
10237
|
"type": "string",
|
|
@@ -10809,7 +10809,7 @@
|
|
|
10809
10809
|
},
|
|
10810
10810
|
"x-original-maxLength": 1024,
|
|
10811
10811
|
"x-reconciled-from-discovery": true,
|
|
10812
|
-
"x-reconciled-at": "2026-01-
|
|
10812
|
+
"x-reconciled-at": "2026-01-07T15:54:20.012726+00:00"
|
|
10813
10813
|
}
|
|
10814
10814
|
},
|
|
10815
10815
|
"x-f5xc-description-short": "Coupon details, discount type, amount and name.",
|
|
@@ -11025,7 +11025,7 @@
|
|
|
11025
11025
|
},
|
|
11026
11026
|
"x-original-maxLength": 1024,
|
|
11027
11027
|
"x-reconciled-from-discovery": true,
|
|
11028
|
-
"x-reconciled-at": "2026-01-
|
|
11028
|
+
"x-reconciled-at": "2026-01-07T15:54:20.012745+00:00"
|
|
11029
11029
|
},
|
|
11030
11030
|
"to": {
|
|
11031
11031
|
"type": "string",
|
|
@@ -11173,7 +11173,7 @@
|
|
|
11173
11173
|
},
|
|
11174
11174
|
"x-original-maxLength": 1024,
|
|
11175
11175
|
"x-reconciled-from-discovery": true,
|
|
11176
|
-
"x-reconciled-at": "2026-01-
|
|
11176
|
+
"x-reconciled-at": "2026-01-07T15:54:20.012759+00:00"
|
|
11177
11177
|
},
|
|
11178
11178
|
"query": {
|
|
11179
11179
|
"type": "string",
|
|
@@ -11268,7 +11268,7 @@
|
|
|
11268
11268
|
},
|
|
11269
11269
|
"x-original-maxLength": 1024,
|
|
11270
11270
|
"x-reconciled-from-discovery": true,
|
|
11271
|
-
"x-reconciled-at": "2026-01-
|
|
11271
|
+
"x-reconciled-at": "2026-01-07T15:54:20.012767+00:00"
|
|
11272
11272
|
}
|
|
11273
11273
|
},
|
|
11274
11274
|
"x-f5xc-description-short": "Request message to GET mon thly usage details.",
|
|
@@ -11363,7 +11363,7 @@
|
|
|
11363
11363
|
},
|
|
11364
11364
|
"x-original-maxLength": 1024,
|
|
11365
11365
|
"x-reconciled-from-discovery": true,
|
|
11366
|
-
"x-reconciled-at": "2026-01-
|
|
11366
|
+
"x-reconciled-at": "2026-01-07T15:54:20.012775+00:00"
|
|
11367
11367
|
},
|
|
11368
11368
|
"to": {
|
|
11369
11369
|
"type": "string",
|
|
@@ -11629,7 +11629,7 @@
|
|
|
11629
11629
|
},
|
|
11630
11630
|
"x-original-maxLength": 1024,
|
|
11631
11631
|
"x-reconciled-from-discovery": true,
|
|
11632
|
-
"x-reconciled-at": "2026-01-
|
|
11632
|
+
"x-reconciled-at": "2026-01-07T15:54:20.012794+00:00"
|
|
11633
11633
|
},
|
|
11634
11634
|
"object_name": {
|
|
11635
11635
|
"type": "string",
|
|
@@ -11775,7 +11775,7 @@
|
|
|
11775
11775
|
},
|
|
11776
11776
|
"x-original-maxLength": 1024,
|
|
11777
11777
|
"x-reconciled-from-discovery": true,
|
|
11778
|
-
"x-reconciled-at": "2026-01-
|
|
11778
|
+
"x-reconciled-at": "2026-01-07T15:54:20.309732+00:00"
|
|
11779
11779
|
}
|
|
11780
11780
|
},
|
|
11781
11781
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11976,7 +11976,7 @@
|
|
|
11976
11976
|
},
|
|
11977
11977
|
"x-original-maxLength": 1024,
|
|
11978
11978
|
"x-reconciled-from-discovery": true,
|
|
11979
|
-
"x-reconciled-at": "2026-01-
|
|
11979
|
+
"x-reconciled-at": "2026-01-07T15:54:20.309752+00:00"
|
|
11980
11980
|
},
|
|
11981
11981
|
"flat_price": {
|
|
11982
11982
|
"type": "integer",
|
|
@@ -12028,7 +12028,7 @@
|
|
|
12028
12028
|
},
|
|
12029
12029
|
"x-original-maxLength": 1024,
|
|
12030
12030
|
"x-reconciled-from-discovery": true,
|
|
12031
|
-
"x-reconciled-at": "2026-01-
|
|
12031
|
+
"x-reconciled-at": "2026-01-07T15:54:20.309761+00:00"
|
|
12032
12032
|
},
|
|
12033
12033
|
"renewal_period_unit": {
|
|
12034
12034
|
"$ref": "#/components/schemas/planPeriodUnitType"
|
|
@@ -12073,7 +12073,7 @@
|
|
|
12073
12073
|
},
|
|
12074
12074
|
"x-original-maxLength": 1024,
|
|
12075
12075
|
"x-reconciled-from-discovery": true,
|
|
12076
|
-
"x-reconciled-at": "2026-01-
|
|
12076
|
+
"x-reconciled-at": "2026-01-07T15:54:20.309770+00:00"
|
|
12077
12077
|
},
|
|
12078
12078
|
"transition_flow": {
|
|
12079
12079
|
"$ref": "#/components/schemas/planUsagePlanTransitionFlow"
|