@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.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/data-sources/addon_service.md +143 -0
- package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
- package/dist/docs/data-sources/addon_subscription.md +134 -0
- package/dist/docs/data-sources/allowed_tenant.md +134 -0
- package/dist/docs/data-sources/api_credential.md +134 -0
- package/dist/docs/data-sources/bigip_irule.md +134 -0
- package/dist/docs/data-sources/child_tenant.md +134 -0
- package/dist/docs/data-sources/child_tenant_manager.md +134 -0
- package/dist/docs/data-sources/contact.md +134 -0
- package/dist/docs/data-sources/customer_support.md +134 -0
- package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
- package/dist/docs/data-sources/dns_lb_pool.md +134 -0
- package/dist/docs/data-sources/dns_load_balancer.md +134 -0
- package/dist/docs/data-sources/dns_zone.md +145 -0
- package/dist/docs/data-sources/geo_location_set.md +134 -0
- package/dist/docs/data-sources/ike1.md +134 -0
- package/dist/docs/data-sources/ike2.md +134 -0
- package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
- package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
- package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
- package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
- package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
- package/dist/docs/data-sources/k8s_cluster.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
- package/dist/docs/data-sources/managed_tenant.md +134 -0
- package/dist/docs/data-sources/namespace.md +141 -0
- package/dist/docs/data-sources/oidc_provider.md +134 -0
- package/dist/docs/data-sources/quota.md +134 -0
- package/dist/docs/data-sources/registration.md +134 -0
- package/dist/docs/data-sources/report_config.md +134 -0
- package/dist/docs/data-sources/role.md +134 -0
- package/dist/docs/data-sources/secret_policy.md +134 -0
- package/dist/docs/data-sources/secret_policy_rule.md +134 -0
- package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
- package/dist/docs/data-sources/srv6_network_slice.md +134 -0
- package/dist/docs/data-sources/tenant_profile.md +134 -0
- package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
- package/dist/docs/data-sources/token.md +134 -0
- package/dist/docs/data-sources/tpm_api_key.md +134 -0
- package/dist/docs/data-sources/tpm_category.md +134 -0
- package/dist/docs/data-sources/tpm_manager.md +134 -0
- package/dist/docs/data-sources/virtual_k8s.md +134 -0
- package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
- package/dist/docs/resources/addon_subscription.md +213 -0
- package/dist/docs/resources/allowed_tenant.md +181 -0
- package/dist/docs/resources/api_credential.md +184 -0
- package/dist/docs/resources/bigip_irule.md +173 -0
- package/dist/docs/resources/child_tenant.md +237 -0
- package/dist/docs/resources/child_tenant_manager.md +201 -0
- package/dist/docs/resources/contact.md +187 -0
- package/dist/docs/resources/customer_support.md +253 -0
- package/dist/docs/resources/dns_lb_health_check.md +249 -0
- package/dist/docs/resources/dns_lb_pool.md +310 -0
- package/dist/docs/resources/dns_load_balancer.md +309 -0
- package/dist/docs/resources/dns_zone.md +790 -0
- package/dist/docs/resources/geo_location_set.md +180 -0
- package/dist/docs/resources/ike1.md +216 -0
- package/dist/docs/resources/ike2.md +210 -0
- package/dist/docs/resources/ike_phase1_profile.md +224 -0
- package/dist/docs/resources/ike_phase2_profile.md +214 -0
- package/dist/docs/resources/infraprotect_asn.md +183 -0
- package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
- package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
- package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
- package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
- package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
- package/dist/docs/resources/infraprotect_tunnel.md +289 -0
- package/dist/docs/resources/k8s_cluster.md +326 -0
- package/dist/docs/resources/k8s_cluster_role.md +222 -0
- package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
- package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
- package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
- package/dist/docs/resources/managed_tenant.md +193 -0
- package/dist/docs/resources/namespace.md +170 -0
- package/dist/docs/resources/oidc_provider.md +291 -0
- package/dist/docs/resources/quota.md +187 -0
- package/dist/docs/resources/registration.md +489 -0
- package/dist/docs/resources/report_config.md +237 -0
- package/dist/docs/resources/role.md +183 -0
- package/dist/docs/resources/secret_policy.md +240 -0
- package/dist/docs/resources/secret_policy_rule.md +198 -0
- package/dist/docs/resources/securemesh_site_v2.md +2027 -0
- package/dist/docs/resources/srv6_network_slice.md +175 -0
- package/dist/docs/resources/tenant_profile.md +233 -0
- package/dist/docs/resources/ticket_tracking_system.md +195 -0
- package/dist/docs/resources/token.md +170 -0
- package/dist/docs/resources/tpm_api_key.md +191 -0
- package/dist/docs/resources/tpm_category.md +191 -0
- package/dist/docs/resources/tpm_manager.md +167 -0
- package/dist/docs/resources/virtual_k8s.md +209 -0
- package/dist/docs/resources/voltshare_admin_policy.md +271 -0
- 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 +111 -111
- 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 +99 -4
- package/dist/docs/specifications/api/openapi.json +2616 -2616
- package/dist/docs/specifications/api/openapi.yaml +2616 -2616
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Network Security",
|
|
5
5
|
"description": "Perimeter defense through firewall configurations, address translation, and ingress/egress policies. Traffic steering directs packets according to defined criteria including origin, target, and service type. Segment boundaries create workload isolation zones while HTTP intermediaries manage client requests to external destinations. Port mappings employ static and dynamic address pools for flexible translation scenarios across multi-tenant environments.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.13",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -16796,7 +16796,7 @@
|
|
|
16796
16796
|
},
|
|
16797
16797
|
"x-original-maxLength": 1024,
|
|
16798
16798
|
"x-reconciled-from-discovery": true,
|
|
16799
|
-
"x-reconciled-at": "2026-01-
|
|
16799
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886709+00:00"
|
|
16800
16800
|
},
|
|
16801
16801
|
"namespace": {
|
|
16802
16802
|
"type": "string",
|
|
@@ -16815,7 +16815,7 @@
|
|
|
16815
16815
|
},
|
|
16816
16816
|
"x-original-maxLength": 1024,
|
|
16817
16817
|
"x-reconciled-from-discovery": true,
|
|
16818
|
-
"x-reconciled-at": "2026-01-
|
|
16818
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886715+00:00"
|
|
16819
16819
|
}
|
|
16820
16820
|
},
|
|
16821
16821
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17044,7 +17044,7 @@
|
|
|
17044
17044
|
},
|
|
17045
17045
|
"x-original-maxLength": 1024,
|
|
17046
17046
|
"x-reconciled-from-discovery": true,
|
|
17047
|
-
"x-reconciled-at": "2026-01-
|
|
17047
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886747+00:00"
|
|
17048
17048
|
},
|
|
17049
17049
|
"policy": {
|
|
17050
17050
|
"type": "string",
|
|
@@ -17204,7 +17204,7 @@
|
|
|
17204
17204
|
},
|
|
17205
17205
|
"x-original-maxLength": 1024,
|
|
17206
17206
|
"x-reconciled-from-discovery": true,
|
|
17207
|
-
"x-reconciled-at": "2026-01-
|
|
17207
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886762+00:00"
|
|
17208
17208
|
},
|
|
17209
17209
|
"start_time": {
|
|
17210
17210
|
"type": "string",
|
|
@@ -17381,7 +17381,7 @@
|
|
|
17381
17381
|
},
|
|
17382
17382
|
"x-original-maxLength": 1024,
|
|
17383
17383
|
"x-reconciled-from-discovery": true,
|
|
17384
|
-
"x-reconciled-at": "2026-01-
|
|
17384
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886776+00:00"
|
|
17385
17385
|
}
|
|
17386
17386
|
},
|
|
17387
17387
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17637,7 +17637,7 @@
|
|
|
17637
17637
|
"maxLength": 17,
|
|
17638
17638
|
"minLength": 17,
|
|
17639
17639
|
"x-reconciled-from-discovery": true,
|
|
17640
|
-
"x-reconciled-at": "2026-01-
|
|
17640
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886802+00:00"
|
|
17641
17641
|
},
|
|
17642
17642
|
"system_metadata": {
|
|
17643
17643
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17772,7 +17772,7 @@
|
|
|
17772
17772
|
},
|
|
17773
17773
|
"x-original-maxLength": 1024,
|
|
17774
17774
|
"x-reconciled-from-discovery": true,
|
|
17775
|
-
"x-reconciled-at": "2026-01-
|
|
17775
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886814+00:00"
|
|
17776
17776
|
},
|
|
17777
17777
|
"disabled": {
|
|
17778
17778
|
"type": "boolean",
|
|
@@ -17822,7 +17822,7 @@
|
|
|
17822
17822
|
},
|
|
17823
17823
|
"x-original-maxLength": 1024,
|
|
17824
17824
|
"x-reconciled-from-discovery": true,
|
|
17825
|
-
"x-reconciled-at": "2026-01-
|
|
17825
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886824+00:00"
|
|
17826
17826
|
},
|
|
17827
17827
|
"namespace": {
|
|
17828
17828
|
"type": "string",
|
|
@@ -17841,7 +17841,7 @@
|
|
|
17841
17841
|
},
|
|
17842
17842
|
"x-original-maxLength": 1024,
|
|
17843
17843
|
"x-reconciled-from-discovery": true,
|
|
17844
|
-
"x-reconciled-at": "2026-01-
|
|
17844
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886828+00:00"
|
|
17845
17845
|
},
|
|
17846
17846
|
"owner_view": {
|
|
17847
17847
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17882,7 +17882,7 @@
|
|
|
17882
17882
|
"x-field-mutability": "read-only",
|
|
17883
17883
|
"x-original-maxLength": 1024,
|
|
17884
17884
|
"x-reconciled-from-discovery": true,
|
|
17885
|
-
"x-reconciled-at": "2026-01-
|
|
17885
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886836+00:00"
|
|
17886
17886
|
},
|
|
17887
17887
|
"uid": {
|
|
17888
17888
|
"type": "string",
|
|
@@ -17903,7 +17903,7 @@
|
|
|
17903
17903
|
"x-original-maxLength": 1024,
|
|
17904
17904
|
"format": "uuid",
|
|
17905
17905
|
"x-reconciled-from-discovery": true,
|
|
17906
|
-
"x-reconciled-at": "2026-01-
|
|
17906
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886841+00:00"
|
|
17907
17907
|
}
|
|
17908
17908
|
},
|
|
17909
17909
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18343,7 +18343,7 @@
|
|
|
18343
18343
|
"readOnly": true,
|
|
18344
18344
|
"x-original-maxLength": 1024,
|
|
18345
18345
|
"x-reconciled-from-discovery": true,
|
|
18346
|
-
"x-reconciled-at": "2026-01-
|
|
18346
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886867+00:00"
|
|
18347
18347
|
},
|
|
18348
18348
|
"name": {
|
|
18349
18349
|
"type": "string",
|
|
@@ -18362,7 +18362,7 @@
|
|
|
18362
18362
|
},
|
|
18363
18363
|
"x-original-maxLength": 1024,
|
|
18364
18364
|
"x-reconciled-from-discovery": true,
|
|
18365
|
-
"x-reconciled-at": "2026-01-
|
|
18365
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886871+00:00"
|
|
18366
18366
|
},
|
|
18367
18367
|
"namespace": {
|
|
18368
18368
|
"type": "string",
|
|
@@ -18381,7 +18381,7 @@
|
|
|
18381
18381
|
},
|
|
18382
18382
|
"x-original-maxLength": 1024,
|
|
18383
18383
|
"x-reconciled-from-discovery": true,
|
|
18384
|
-
"x-reconciled-at": "2026-01-
|
|
18384
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886876+00:00"
|
|
18385
18385
|
},
|
|
18386
18386
|
"tenant": {
|
|
18387
18387
|
"type": "string",
|
|
@@ -18402,7 +18402,7 @@
|
|
|
18402
18402
|
"x-field-mutability": "read-only",
|
|
18403
18403
|
"x-original-maxLength": 1024,
|
|
18404
18404
|
"x-reconciled-from-discovery": true,
|
|
18405
|
-
"x-reconciled-at": "2026-01-
|
|
18405
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886880+00:00"
|
|
18406
18406
|
},
|
|
18407
18407
|
"uid": {
|
|
18408
18408
|
"type": "string",
|
|
@@ -18424,7 +18424,7 @@
|
|
|
18424
18424
|
"x-original-maxLength": 1024,
|
|
18425
18425
|
"format": "uuid",
|
|
18426
18426
|
"x-reconciled-from-discovery": true,
|
|
18427
|
-
"x-reconciled-at": "2026-01-
|
|
18427
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886885+00:00"
|
|
18428
18428
|
}
|
|
18429
18429
|
},
|
|
18430
18430
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18687,7 +18687,7 @@
|
|
|
18687
18687
|
},
|
|
18688
18688
|
"x-original-maxLength": 1024,
|
|
18689
18689
|
"x-reconciled-from-discovery": true,
|
|
18690
|
-
"x-reconciled-at": "2026-01-
|
|
18690
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886900+00:00"
|
|
18691
18691
|
}
|
|
18692
18692
|
},
|
|
18693
18693
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18756,7 +18756,7 @@
|
|
|
18756
18756
|
},
|
|
18757
18757
|
"x-original-maxLength": 1024,
|
|
18758
18758
|
"x-reconciled-from-discovery": true,
|
|
18759
|
-
"x-reconciled-at": "2026-01-
|
|
18759
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886908+00:00"
|
|
18760
18760
|
},
|
|
18761
18761
|
"service_name": {
|
|
18762
18762
|
"type": "string",
|
|
@@ -18795,7 +18795,7 @@
|
|
|
18795
18795
|
},
|
|
18796
18796
|
"x-original-maxLength": 1024,
|
|
18797
18797
|
"x-reconciled-from-discovery": true,
|
|
18798
|
-
"x-reconciled-at": "2026-01-
|
|
18798
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886914+00:00"
|
|
18799
18799
|
},
|
|
18800
18800
|
"type": {
|
|
18801
18801
|
"type": "string",
|
|
@@ -19033,7 +19033,7 @@
|
|
|
19033
19033
|
},
|
|
19034
19034
|
"x-original-maxLength": 1024,
|
|
19035
19035
|
"x-reconciled-from-discovery": true,
|
|
19036
|
-
"x-reconciled-at": "2026-01-
|
|
19036
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886929+00:00"
|
|
19037
19037
|
}
|
|
19038
19038
|
},
|
|
19039
19039
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19283,7 +19283,7 @@
|
|
|
19283
19283
|
},
|
|
19284
19284
|
"x-original-maxLength": 256,
|
|
19285
19285
|
"x-reconciled-from-discovery": true,
|
|
19286
|
-
"x-reconciled-at": "2026-01-
|
|
19286
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886943+00:00"
|
|
19287
19287
|
},
|
|
19288
19288
|
"name": {
|
|
19289
19289
|
"type": "string",
|
|
@@ -19313,7 +19313,7 @@
|
|
|
19313
19313
|
},
|
|
19314
19314
|
"x-original-maxLength": 1024,
|
|
19315
19315
|
"x-reconciled-from-discovery": true,
|
|
19316
|
-
"x-reconciled-at": "2026-01-
|
|
19316
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886948+00:00"
|
|
19317
19317
|
}
|
|
19318
19318
|
},
|
|
19319
19319
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19392,7 +19392,7 @@
|
|
|
19392
19392
|
},
|
|
19393
19393
|
"x-original-maxLength": 1024,
|
|
19394
19394
|
"x-reconciled-from-discovery": true,
|
|
19395
|
-
"x-reconciled-at": "2026-01-
|
|
19395
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886955+00:00"
|
|
19396
19396
|
}
|
|
19397
19397
|
},
|
|
19398
19398
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19464,7 +19464,7 @@
|
|
|
19464
19464
|
},
|
|
19465
19465
|
"x-original-maxLength": 1200,
|
|
19466
19466
|
"x-reconciled-from-discovery": true,
|
|
19467
|
-
"x-reconciled-at": "2026-01-
|
|
19467
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886961+00:00"
|
|
19468
19468
|
},
|
|
19469
19469
|
"disable": {
|
|
19470
19470
|
"type": "boolean",
|
|
@@ -19517,7 +19517,7 @@
|
|
|
19517
19517
|
},
|
|
19518
19518
|
"x-original-maxLength": 1024,
|
|
19519
19519
|
"x-reconciled-from-discovery": true,
|
|
19520
|
-
"x-reconciled-at": "2026-01-
|
|
19520
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886969+00:00"
|
|
19521
19521
|
},
|
|
19522
19522
|
"namespace": {
|
|
19523
19523
|
"type": "string",
|
|
@@ -19536,7 +19536,7 @@
|
|
|
19536
19536
|
},
|
|
19537
19537
|
"x-original-maxLength": 1024,
|
|
19538
19538
|
"x-reconciled-from-discovery": true,
|
|
19539
|
-
"x-reconciled-at": "2026-01-
|
|
19539
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886973+00:00"
|
|
19540
19540
|
}
|
|
19541
19541
|
},
|
|
19542
19542
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19612,7 +19612,7 @@
|
|
|
19612
19612
|
},
|
|
19613
19613
|
"x-original-maxLength": 1200,
|
|
19614
19614
|
"x-reconciled-from-discovery": true,
|
|
19615
|
-
"x-reconciled-at": "2026-01-
|
|
19615
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886980+00:00"
|
|
19616
19616
|
},
|
|
19617
19617
|
"disable": {
|
|
19618
19618
|
"type": "boolean",
|
|
@@ -19667,7 +19667,7 @@
|
|
|
19667
19667
|
},
|
|
19668
19668
|
"x-original-maxLength": 1024,
|
|
19669
19669
|
"x-reconciled-from-discovery": true,
|
|
19670
|
-
"x-reconciled-at": "2026-01-
|
|
19670
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886987+00:00"
|
|
19671
19671
|
},
|
|
19672
19672
|
"namespace": {
|
|
19673
19673
|
"type": "string",
|
|
@@ -19686,7 +19686,7 @@
|
|
|
19686
19686
|
},
|
|
19687
19687
|
"x-original-maxLength": 1024,
|
|
19688
19688
|
"x-reconciled-from-discovery": true,
|
|
19689
|
-
"x-reconciled-at": "2026-01-
|
|
19689
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886992+00:00"
|
|
19690
19690
|
}
|
|
19691
19691
|
},
|
|
19692
19692
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19762,7 +19762,7 @@
|
|
|
19762
19762
|
},
|
|
19763
19763
|
"x-original-maxLength": 1200,
|
|
19764
19764
|
"x-reconciled-from-discovery": true,
|
|
19765
|
-
"x-reconciled-at": "2026-01-
|
|
19765
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886998+00:00"
|
|
19766
19766
|
},
|
|
19767
19767
|
"disable": {
|
|
19768
19768
|
"type": "boolean",
|
|
@@ -19815,7 +19815,7 @@
|
|
|
19815
19815
|
},
|
|
19816
19816
|
"x-original-maxLength": 1024,
|
|
19817
19817
|
"x-reconciled-from-discovery": true,
|
|
19818
|
-
"x-reconciled-at": "2026-01-
|
|
19818
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887005+00:00"
|
|
19819
19819
|
},
|
|
19820
19820
|
"namespace": {
|
|
19821
19821
|
"type": "string",
|
|
@@ -19834,7 +19834,7 @@
|
|
|
19834
19834
|
},
|
|
19835
19835
|
"x-original-maxLength": 1024,
|
|
19836
19836
|
"x-reconciled-from-discovery": true,
|
|
19837
|
-
"x-reconciled-at": "2026-01-
|
|
19837
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887010+00:00"
|
|
19838
19838
|
}
|
|
19839
19839
|
},
|
|
19840
19840
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19948,7 +19948,7 @@
|
|
|
19948
19948
|
"x-original-maxLength": 1024,
|
|
19949
19949
|
"format": "uuid",
|
|
19950
19950
|
"x-reconciled-from-discovery": true,
|
|
19951
|
-
"x-reconciled-at": "2026-01-
|
|
19951
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887023+00:00"
|
|
19952
19952
|
},
|
|
19953
19953
|
"vtrp_id": {
|
|
19954
19954
|
"type": "string",
|
|
@@ -20060,7 +20060,7 @@
|
|
|
20060
20060
|
},
|
|
20061
20061
|
"x-original-maxLength": 1024,
|
|
20062
20062
|
"x-reconciled-from-discovery": true,
|
|
20063
|
-
"x-reconciled-at": "2026-01-
|
|
20063
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887045+00:00"
|
|
20064
20064
|
},
|
|
20065
20065
|
"status": {
|
|
20066
20066
|
"type": "string",
|
|
@@ -20079,7 +20079,7 @@
|
|
|
20079
20079
|
},
|
|
20080
20080
|
"x-original-maxLength": 1024,
|
|
20081
20081
|
"x-reconciled-from-discovery": true,
|
|
20082
|
-
"x-reconciled-at": "2026-01-
|
|
20082
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887050+00:00"
|
|
20083
20083
|
}
|
|
20084
20084
|
},
|
|
20085
20085
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20257,7 +20257,7 @@
|
|
|
20257
20257
|
"x-field-mutability": "read-only",
|
|
20258
20258
|
"x-original-maxLength": 1024,
|
|
20259
20259
|
"x-reconciled-from-discovery": true,
|
|
20260
|
-
"x-reconciled-at": "2026-01-
|
|
20260
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887069+00:00"
|
|
20261
20261
|
},
|
|
20262
20262
|
"uid": {
|
|
20263
20263
|
"type": "string",
|
|
@@ -20278,7 +20278,7 @@
|
|
|
20278
20278
|
"x-original-maxLength": 1024,
|
|
20279
20279
|
"format": "uuid",
|
|
20280
20280
|
"x-reconciled-from-discovery": true,
|
|
20281
|
-
"x-reconciled-at": "2026-01-
|
|
20281
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887074+00:00"
|
|
20282
20282
|
}
|
|
20283
20283
|
},
|
|
20284
20284
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20350,7 +20350,7 @@
|
|
|
20350
20350
|
},
|
|
20351
20351
|
"x-original-maxLength": 1024,
|
|
20352
20352
|
"x-reconciled-from-discovery": true,
|
|
20353
|
-
"x-reconciled-at": "2026-01-
|
|
20353
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887079+00:00"
|
|
20354
20354
|
},
|
|
20355
20355
|
"previous_value": {
|
|
20356
20356
|
"type": "string",
|
|
@@ -20388,7 +20388,7 @@
|
|
|
20388
20388
|
},
|
|
20389
20389
|
"x-original-maxLength": 1024,
|
|
20390
20390
|
"x-reconciled-from-discovery": true,
|
|
20391
|
-
"x-reconciled-at": "2026-01-
|
|
20391
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887086+00:00"
|
|
20392
20392
|
}
|
|
20393
20393
|
},
|
|
20394
20394
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20430,7 +20430,7 @@
|
|
|
20430
20430
|
},
|
|
20431
20431
|
"x-original-maxLength": 1024,
|
|
20432
20432
|
"x-reconciled-from-discovery": true,
|
|
20433
|
-
"x-reconciled-at": "2026-01-
|
|
20433
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887090+00:00"
|
|
20434
20434
|
},
|
|
20435
20435
|
"name": {
|
|
20436
20436
|
"type": "string",
|
|
@@ -20449,7 +20449,7 @@
|
|
|
20449
20449
|
},
|
|
20450
20450
|
"x-original-maxLength": 1024,
|
|
20451
20451
|
"x-reconciled-from-discovery": true,
|
|
20452
|
-
"x-reconciled-at": "2026-01-
|
|
20452
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887094+00:00"
|
|
20453
20453
|
},
|
|
20454
20454
|
"namespace": {
|
|
20455
20455
|
"type": "string",
|
|
@@ -20468,7 +20468,7 @@
|
|
|
20468
20468
|
},
|
|
20469
20469
|
"x-original-maxLength": 1024,
|
|
20470
20470
|
"x-reconciled-from-discovery": true,
|
|
20471
|
-
"x-reconciled-at": "2026-01-
|
|
20471
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887099+00:00"
|
|
20472
20472
|
},
|
|
20473
20473
|
"uid": {
|
|
20474
20474
|
"type": "string",
|
|
@@ -20489,7 +20489,7 @@
|
|
|
20489
20489
|
"x-original-maxLength": 1024,
|
|
20490
20490
|
"format": "uuid",
|
|
20491
20491
|
"x-reconciled-from-discovery": true,
|
|
20492
|
-
"x-reconciled-at": "2026-01-
|
|
20492
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887103+00:00"
|
|
20493
20493
|
}
|
|
20494
20494
|
},
|
|
20495
20495
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20607,7 +20607,7 @@
|
|
|
20607
20607
|
},
|
|
20608
20608
|
"x-original-maxLength": 128,
|
|
20609
20609
|
"x-reconciled-from-discovery": true,
|
|
20610
|
-
"x-reconciled-at": "2026-01-
|
|
20610
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887111+00:00"
|
|
20611
20611
|
},
|
|
20612
20612
|
"namespace": {
|
|
20613
20613
|
"type": "string",
|
|
@@ -20632,7 +20632,7 @@
|
|
|
20632
20632
|
},
|
|
20633
20633
|
"x-original-maxLength": 64,
|
|
20634
20634
|
"x-reconciled-from-discovery": true,
|
|
20635
|
-
"x-reconciled-at": "2026-01-
|
|
20635
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887115+00:00"
|
|
20636
20636
|
},
|
|
20637
20637
|
"tenant": {
|
|
20638
20638
|
"type": "string",
|
|
@@ -20659,7 +20659,7 @@
|
|
|
20659
20659
|
"x-field-mutability": "read-only",
|
|
20660
20660
|
"x-original-maxLength": 64,
|
|
20661
20661
|
"x-reconciled-from-discovery": true,
|
|
20662
|
-
"x-reconciled-at": "2026-01-
|
|
20662
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887119+00:00"
|
|
20663
20663
|
}
|
|
20664
20664
|
},
|
|
20665
20665
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21324,7 +21324,7 @@
|
|
|
21324
21324
|
},
|
|
21325
21325
|
"x-original-maxLength": 1024,
|
|
21326
21326
|
"x-reconciled-from-discovery": true,
|
|
21327
|
-
"x-reconciled-at": "2026-01-
|
|
21327
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437886+00:00"
|
|
21328
21328
|
},
|
|
21329
21329
|
"namespace": {
|
|
21330
21330
|
"type": "string",
|
|
@@ -21343,7 +21343,7 @@
|
|
|
21343
21343
|
},
|
|
21344
21344
|
"x-original-maxLength": 1024,
|
|
21345
21345
|
"x-reconciled-from-discovery": true,
|
|
21346
|
-
"x-reconciled-at": "2026-01-
|
|
21346
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437891+00:00"
|
|
21347
21347
|
}
|
|
21348
21348
|
},
|
|
21349
21349
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21441,7 +21441,7 @@
|
|
|
21441
21441
|
"maxLength": 17,
|
|
21442
21442
|
"minLength": 17,
|
|
21443
21443
|
"x-reconciled-from-discovery": true,
|
|
21444
|
-
"x-reconciled-at": "2026-01-
|
|
21444
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437907+00:00"
|
|
21445
21445
|
},
|
|
21446
21446
|
"system_metadata": {
|
|
21447
21447
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -21576,7 +21576,7 @@
|
|
|
21576
21576
|
},
|
|
21577
21577
|
"x-original-maxLength": 1024,
|
|
21578
21578
|
"x-reconciled-from-discovery": true,
|
|
21579
|
-
"x-reconciled-at": "2026-01-
|
|
21579
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437920+00:00"
|
|
21580
21580
|
},
|
|
21581
21581
|
"disabled": {
|
|
21582
21582
|
"type": "boolean",
|
|
@@ -21626,7 +21626,7 @@
|
|
|
21626
21626
|
},
|
|
21627
21627
|
"x-original-maxLength": 1024,
|
|
21628
21628
|
"x-reconciled-from-discovery": true,
|
|
21629
|
-
"x-reconciled-at": "2026-01-
|
|
21629
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437932+00:00"
|
|
21630
21630
|
},
|
|
21631
21631
|
"namespace": {
|
|
21632
21632
|
"type": "string",
|
|
@@ -21645,7 +21645,7 @@
|
|
|
21645
21645
|
},
|
|
21646
21646
|
"x-original-maxLength": 1024,
|
|
21647
21647
|
"x-reconciled-from-discovery": true,
|
|
21648
|
-
"x-reconciled-at": "2026-01-
|
|
21648
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437936+00:00"
|
|
21649
21649
|
},
|
|
21650
21650
|
"owner_view": {
|
|
21651
21651
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -21686,7 +21686,7 @@
|
|
|
21686
21686
|
"x-field-mutability": "read-only",
|
|
21687
21687
|
"x-original-maxLength": 1024,
|
|
21688
21688
|
"x-reconciled-from-discovery": true,
|
|
21689
|
-
"x-reconciled-at": "2026-01-
|
|
21689
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437944+00:00"
|
|
21690
21690
|
},
|
|
21691
21691
|
"uid": {
|
|
21692
21692
|
"type": "string",
|
|
@@ -21707,7 +21707,7 @@
|
|
|
21707
21707
|
"x-original-maxLength": 1024,
|
|
21708
21708
|
"format": "uuid",
|
|
21709
21709
|
"x-reconciled-from-discovery": true,
|
|
21710
|
-
"x-reconciled-at": "2026-01-
|
|
21710
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437950+00:00"
|
|
21711
21711
|
}
|
|
21712
21712
|
},
|
|
21713
21713
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21813,7 +21813,7 @@
|
|
|
21813
21813
|
},
|
|
21814
21814
|
"x-original-maxLength": 1024,
|
|
21815
21815
|
"x-reconciled-from-discovery": true,
|
|
21816
|
-
"x-reconciled-at": "2026-01-
|
|
21816
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437960+00:00"
|
|
21817
21817
|
},
|
|
21818
21818
|
"policy": {
|
|
21819
21819
|
"type": "string",
|
|
@@ -21956,7 +21956,7 @@
|
|
|
21956
21956
|
},
|
|
21957
21957
|
"x-original-maxLength": 1024,
|
|
21958
21958
|
"x-reconciled-from-discovery": true,
|
|
21959
|
-
"x-reconciled-at": "2026-01-
|
|
21959
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437974+00:00"
|
|
21960
21960
|
},
|
|
21961
21961
|
"start_time": {
|
|
21962
21962
|
"type": "string",
|
|
@@ -22132,7 +22132,7 @@
|
|
|
22132
22132
|
},
|
|
22133
22133
|
"x-original-maxLength": 1024,
|
|
22134
22134
|
"x-reconciled-from-discovery": true,
|
|
22135
|
-
"x-reconciled-at": "2026-01-
|
|
22135
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437988+00:00"
|
|
22136
22136
|
}
|
|
22137
22137
|
},
|
|
22138
22138
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22643,7 +22643,7 @@
|
|
|
22643
22643
|
},
|
|
22644
22644
|
"x-original-maxLength": 1024,
|
|
22645
22645
|
"x-reconciled-from-discovery": true,
|
|
22646
|
-
"x-reconciled-at": "2026-01-
|
|
22646
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481690+00:00"
|
|
22647
22647
|
},
|
|
22648
22648
|
"namespace": {
|
|
22649
22649
|
"type": "string",
|
|
@@ -22662,7 +22662,7 @@
|
|
|
22662
22662
|
},
|
|
22663
22663
|
"x-original-maxLength": 1024,
|
|
22664
22664
|
"x-reconciled-from-discovery": true,
|
|
22665
|
-
"x-reconciled-at": "2026-01-
|
|
22665
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481697+00:00"
|
|
22666
22666
|
}
|
|
22667
22667
|
},
|
|
22668
22668
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22881,7 +22881,7 @@
|
|
|
22881
22881
|
},
|
|
22882
22882
|
"x-original-maxLength": 1024,
|
|
22883
22883
|
"x-reconciled-from-discovery": true,
|
|
22884
|
-
"x-reconciled-at": "2026-01-
|
|
22884
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481722+00:00"
|
|
22885
22885
|
},
|
|
22886
22886
|
"site": {
|
|
22887
22887
|
"type": "string",
|
|
@@ -22991,7 +22991,7 @@
|
|
|
22991
22991
|
},
|
|
22992
22992
|
"x-original-maxLength": 1024,
|
|
22993
22993
|
"x-reconciled-from-discovery": true,
|
|
22994
|
-
"x-reconciled-at": "2026-01-
|
|
22994
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481733+00:00"
|
|
22995
22995
|
},
|
|
22996
22996
|
"start_time": {
|
|
22997
22997
|
"type": "string",
|
|
@@ -23166,7 +23166,7 @@
|
|
|
23166
23166
|
},
|
|
23167
23167
|
"x-original-maxLength": 1024,
|
|
23168
23168
|
"x-reconciled-from-discovery": true,
|
|
23169
|
-
"x-reconciled-at": "2026-01-
|
|
23169
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481748+00:00"
|
|
23170
23170
|
}
|
|
23171
23171
|
},
|
|
23172
23172
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23326,7 +23326,7 @@
|
|
|
23326
23326
|
"maxLength": 17,
|
|
23327
23327
|
"minLength": 17,
|
|
23328
23328
|
"x-reconciled-from-discovery": true,
|
|
23329
|
-
"x-reconciled-at": "2026-01-
|
|
23329
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481770+00:00"
|
|
23330
23330
|
},
|
|
23331
23331
|
"system_metadata": {
|
|
23332
23332
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -23501,7 +23501,7 @@
|
|
|
23501
23501
|
},
|
|
23502
23502
|
"x-original-maxLength": 1024,
|
|
23503
23503
|
"x-reconciled-from-discovery": true,
|
|
23504
|
-
"x-reconciled-at": "2026-01-
|
|
23504
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481787+00:00"
|
|
23505
23505
|
},
|
|
23506
23506
|
"disabled": {
|
|
23507
23507
|
"type": "boolean",
|
|
@@ -23551,7 +23551,7 @@
|
|
|
23551
23551
|
},
|
|
23552
23552
|
"x-original-maxLength": 1024,
|
|
23553
23553
|
"x-reconciled-from-discovery": true,
|
|
23554
|
-
"x-reconciled-at": "2026-01-
|
|
23554
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481797+00:00"
|
|
23555
23555
|
},
|
|
23556
23556
|
"namespace": {
|
|
23557
23557
|
"type": "string",
|
|
@@ -23570,7 +23570,7 @@
|
|
|
23570
23570
|
},
|
|
23571
23571
|
"x-original-maxLength": 1024,
|
|
23572
23572
|
"x-reconciled-from-discovery": true,
|
|
23573
|
-
"x-reconciled-at": "2026-01-
|
|
23573
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481802+00:00"
|
|
23574
23574
|
},
|
|
23575
23575
|
"owner_view": {
|
|
23576
23576
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -23611,7 +23611,7 @@
|
|
|
23611
23611
|
"x-field-mutability": "read-only",
|
|
23612
23612
|
"x-original-maxLength": 1024,
|
|
23613
23613
|
"x-reconciled-from-discovery": true,
|
|
23614
|
-
"x-reconciled-at": "2026-01-
|
|
23614
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481810+00:00"
|
|
23615
23615
|
},
|
|
23616
23616
|
"uid": {
|
|
23617
23617
|
"type": "string",
|
|
@@ -23632,7 +23632,7 @@
|
|
|
23632
23632
|
"x-original-maxLength": 1024,
|
|
23633
23633
|
"format": "uuid",
|
|
23634
23634
|
"x-reconciled-from-discovery": true,
|
|
23635
|
-
"x-reconciled-at": "2026-01-
|
|
23635
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481816+00:00"
|
|
23636
23636
|
}
|
|
23637
23637
|
},
|
|
23638
23638
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24573,7 +24573,7 @@
|
|
|
24573
24573
|
},
|
|
24574
24574
|
"x-original-maxLength": 1024,
|
|
24575
24575
|
"x-reconciled-from-discovery": true,
|
|
24576
|
-
"x-reconciled-at": "2026-01-
|
|
24576
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817298+00:00"
|
|
24577
24577
|
},
|
|
24578
24578
|
"namespace": {
|
|
24579
24579
|
"type": "string",
|
|
@@ -24592,7 +24592,7 @@
|
|
|
24592
24592
|
},
|
|
24593
24593
|
"x-original-maxLength": 1024,
|
|
24594
24594
|
"x-reconciled-from-discovery": true,
|
|
24595
|
-
"x-reconciled-at": "2026-01-
|
|
24595
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817304+00:00"
|
|
24596
24596
|
}
|
|
24597
24597
|
},
|
|
24598
24598
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24690,7 +24690,7 @@
|
|
|
24690
24690
|
"maxLength": 17,
|
|
24691
24691
|
"minLength": 17,
|
|
24692
24692
|
"x-reconciled-from-discovery": true,
|
|
24693
|
-
"x-reconciled-at": "2026-01-
|
|
24693
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817324+00:00"
|
|
24694
24694
|
},
|
|
24695
24695
|
"system_metadata": {
|
|
24696
24696
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -24885,7 +24885,7 @@
|
|
|
24885
24885
|
},
|
|
24886
24886
|
"x-original-maxLength": 1024,
|
|
24887
24887
|
"x-reconciled-from-discovery": true,
|
|
24888
|
-
"x-reconciled-at": "2026-01-
|
|
24888
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817342+00:00"
|
|
24889
24889
|
},
|
|
24890
24890
|
"disabled": {
|
|
24891
24891
|
"type": "boolean",
|
|
@@ -24935,7 +24935,7 @@
|
|
|
24935
24935
|
},
|
|
24936
24936
|
"x-original-maxLength": 1024,
|
|
24937
24937
|
"x-reconciled-from-discovery": true,
|
|
24938
|
-
"x-reconciled-at": "2026-01-
|
|
24938
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817353+00:00"
|
|
24939
24939
|
},
|
|
24940
24940
|
"namespace": {
|
|
24941
24941
|
"type": "string",
|
|
@@ -24954,7 +24954,7 @@
|
|
|
24954
24954
|
},
|
|
24955
24955
|
"x-original-maxLength": 1024,
|
|
24956
24956
|
"x-reconciled-from-discovery": true,
|
|
24957
|
-
"x-reconciled-at": "2026-01-
|
|
24957
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817357+00:00"
|
|
24958
24958
|
},
|
|
24959
24959
|
"owner_view": {
|
|
24960
24960
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -24995,7 +24995,7 @@
|
|
|
24995
24995
|
"x-field-mutability": "read-only",
|
|
24996
24996
|
"x-original-maxLength": 1024,
|
|
24997
24997
|
"x-reconciled-from-discovery": true,
|
|
24998
|
-
"x-reconciled-at": "2026-01-
|
|
24998
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817365+00:00"
|
|
24999
24999
|
},
|
|
25000
25000
|
"uid": {
|
|
25001
25001
|
"type": "string",
|
|
@@ -25016,7 +25016,7 @@
|
|
|
25016
25016
|
"x-original-maxLength": 1024,
|
|
25017
25017
|
"format": "uuid",
|
|
25018
25018
|
"x-reconciled-from-discovery": true,
|
|
25019
|
-
"x-reconciled-at": "2026-01-
|
|
25019
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817371+00:00"
|
|
25020
25020
|
}
|
|
25021
25021
|
},
|
|
25022
25022
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25224,7 +25224,7 @@
|
|
|
25224
25224
|
"readOnly": true,
|
|
25225
25225
|
"x-original-maxLength": 1024,
|
|
25226
25226
|
"x-reconciled-from-discovery": true,
|
|
25227
|
-
"x-reconciled-at": "2026-01-
|
|
25227
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817465+00:00"
|
|
25228
25228
|
},
|
|
25229
25229
|
"name": {
|
|
25230
25230
|
"type": "string",
|
|
@@ -25243,7 +25243,7 @@
|
|
|
25243
25243
|
},
|
|
25244
25244
|
"x-original-maxLength": 1024,
|
|
25245
25245
|
"x-reconciled-from-discovery": true,
|
|
25246
|
-
"x-reconciled-at": "2026-01-
|
|
25246
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817469+00:00"
|
|
25247
25247
|
},
|
|
25248
25248
|
"namespace": {
|
|
25249
25249
|
"type": "string",
|
|
@@ -25262,7 +25262,7 @@
|
|
|
25262
25262
|
},
|
|
25263
25263
|
"x-original-maxLength": 1024,
|
|
25264
25264
|
"x-reconciled-from-discovery": true,
|
|
25265
|
-
"x-reconciled-at": "2026-01-
|
|
25265
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817473+00:00"
|
|
25266
25266
|
},
|
|
25267
25267
|
"tenant": {
|
|
25268
25268
|
"type": "string",
|
|
@@ -25283,7 +25283,7 @@
|
|
|
25283
25283
|
"x-field-mutability": "read-only",
|
|
25284
25284
|
"x-original-maxLength": 1024,
|
|
25285
25285
|
"x-reconciled-from-discovery": true,
|
|
25286
|
-
"x-reconciled-at": "2026-01-
|
|
25286
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817477+00:00"
|
|
25287
25287
|
},
|
|
25288
25288
|
"uid": {
|
|
25289
25289
|
"type": "string",
|
|
@@ -25305,7 +25305,7 @@
|
|
|
25305
25305
|
"x-original-maxLength": 1024,
|
|
25306
25306
|
"format": "uuid",
|
|
25307
25307
|
"x-reconciled-from-discovery": true,
|
|
25308
|
-
"x-reconciled-at": "2026-01-
|
|
25308
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817482+00:00"
|
|
25309
25309
|
}
|
|
25310
25310
|
},
|
|
25311
25311
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25483,7 +25483,7 @@
|
|
|
25483
25483
|
},
|
|
25484
25484
|
"x-original-maxLength": 1024,
|
|
25485
25485
|
"x-reconciled-from-discovery": true,
|
|
25486
|
-
"x-reconciled-at": "2026-01-
|
|
25486
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219291+00:00"
|
|
25487
25487
|
},
|
|
25488
25488
|
"namespace": {
|
|
25489
25489
|
"type": "string",
|
|
@@ -25502,7 +25502,7 @@
|
|
|
25502
25502
|
},
|
|
25503
25503
|
"x-original-maxLength": 1024,
|
|
25504
25504
|
"x-reconciled-from-discovery": true,
|
|
25505
|
-
"x-reconciled-at": "2026-01-
|
|
25505
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219298+00:00"
|
|
25506
25506
|
}
|
|
25507
25507
|
},
|
|
25508
25508
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25754,7 +25754,7 @@
|
|
|
25754
25754
|
},
|
|
25755
25755
|
"x-original-maxLength": 1024,
|
|
25756
25756
|
"x-reconciled-from-discovery": true,
|
|
25757
|
-
"x-reconciled-at": "2026-01-
|
|
25757
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219319+00:00"
|
|
25758
25758
|
}
|
|
25759
25759
|
},
|
|
25760
25760
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25886,7 +25886,7 @@
|
|
|
25886
25886
|
"maxLength": 17,
|
|
25887
25887
|
"minLength": 17,
|
|
25888
25888
|
"x-reconciled-from-discovery": true,
|
|
25889
|
-
"x-reconciled-at": "2026-01-
|
|
25889
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219336+00:00"
|
|
25890
25890
|
},
|
|
25891
25891
|
"system_metadata": {
|
|
25892
25892
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -26157,7 +26157,7 @@
|
|
|
26157
26157
|
},
|
|
26158
26158
|
"x-original-maxLength": 1024,
|
|
26159
26159
|
"x-reconciled-from-discovery": true,
|
|
26160
|
-
"x-reconciled-at": "2026-01-
|
|
26160
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219357+00:00"
|
|
26161
26161
|
},
|
|
26162
26162
|
"disabled": {
|
|
26163
26163
|
"type": "boolean",
|
|
@@ -26207,7 +26207,7 @@
|
|
|
26207
26207
|
},
|
|
26208
26208
|
"x-original-maxLength": 1024,
|
|
26209
26209
|
"x-reconciled-from-discovery": true,
|
|
26210
|
-
"x-reconciled-at": "2026-01-
|
|
26210
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219367+00:00"
|
|
26211
26211
|
},
|
|
26212
26212
|
"namespace": {
|
|
26213
26213
|
"type": "string",
|
|
@@ -26226,7 +26226,7 @@
|
|
|
26226
26226
|
},
|
|
26227
26227
|
"x-original-maxLength": 1024,
|
|
26228
26228
|
"x-reconciled-from-discovery": true,
|
|
26229
|
-
"x-reconciled-at": "2026-01-
|
|
26229
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219371+00:00"
|
|
26230
26230
|
},
|
|
26231
26231
|
"owner_view": {
|
|
26232
26232
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -26267,7 +26267,7 @@
|
|
|
26267
26267
|
"x-field-mutability": "read-only",
|
|
26268
26268
|
"x-original-maxLength": 1024,
|
|
26269
26269
|
"x-reconciled-from-discovery": true,
|
|
26270
|
-
"x-reconciled-at": "2026-01-
|
|
26270
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219379+00:00"
|
|
26271
26271
|
},
|
|
26272
26272
|
"uid": {
|
|
26273
26273
|
"type": "string",
|
|
@@ -26288,7 +26288,7 @@
|
|
|
26288
26288
|
"x-original-maxLength": 1024,
|
|
26289
26289
|
"format": "uuid",
|
|
26290
26290
|
"x-reconciled-from-discovery": true,
|
|
26291
|
-
"x-reconciled-at": "2026-01-
|
|
26291
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219385+00:00"
|
|
26292
26292
|
}
|
|
26293
26293
|
},
|
|
26294
26294
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26652,7 +26652,7 @@
|
|
|
26652
26652
|
},
|
|
26653
26653
|
"x-original-maxLength": 1200,
|
|
26654
26654
|
"x-reconciled-from-discovery": true,
|
|
26655
|
-
"x-reconciled-at": "2026-01-
|
|
26655
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219485+00:00"
|
|
26656
26656
|
},
|
|
26657
26657
|
"disable": {
|
|
26658
26658
|
"type": "boolean",
|
|
@@ -26707,7 +26707,7 @@
|
|
|
26707
26707
|
},
|
|
26708
26708
|
"x-original-maxLength": 1024,
|
|
26709
26709
|
"x-reconciled-from-discovery": true,
|
|
26710
|
-
"x-reconciled-at": "2026-01-
|
|
26710
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219493+00:00"
|
|
26711
26711
|
},
|
|
26712
26712
|
"namespace": {
|
|
26713
26713
|
"type": "string",
|
|
@@ -26726,7 +26726,7 @@
|
|
|
26726
26726
|
},
|
|
26727
26727
|
"x-original-maxLength": 1024,
|
|
26728
26728
|
"x-reconciled-from-discovery": true,
|
|
26729
|
-
"x-reconciled-at": "2026-01-
|
|
26729
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219497+00:00"
|
|
26730
26730
|
},
|
|
26731
26731
|
"uid": {
|
|
26732
26732
|
"type": "string",
|
|
@@ -26748,7 +26748,7 @@
|
|
|
26748
26748
|
"x-original-maxLength": 1024,
|
|
26749
26749
|
"format": "uuid",
|
|
26750
26750
|
"x-reconciled-from-discovery": true,
|
|
26751
|
-
"x-reconciled-at": "2026-01-
|
|
26751
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219503+00:00"
|
|
26752
26752
|
}
|
|
26753
26753
|
},
|
|
26754
26754
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26950,7 +26950,7 @@
|
|
|
26950
26950
|
"maxLength": 6,
|
|
26951
26951
|
"minLength": 6,
|
|
26952
26952
|
"x-reconciled-from-discovery": true,
|
|
26953
|
-
"x-reconciled-at": "2026-01-
|
|
26953
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219616+00:00"
|
|
26954
26954
|
},
|
|
26955
26955
|
"object_index": {
|
|
26956
26956
|
"type": "integer",
|
|
@@ -27023,7 +27023,7 @@
|
|
|
27023
27023
|
"x-field-mutability": "read-only",
|
|
27024
27024
|
"x-original-maxLength": 1024,
|
|
27025
27025
|
"x-reconciled-from-discovery": true,
|
|
27026
|
-
"x-reconciled-at": "2026-01-
|
|
27026
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219626+00:00"
|
|
27027
27027
|
},
|
|
27028
27028
|
"trace_info": {
|
|
27029
27029
|
"type": "string",
|
|
@@ -27061,7 +27061,7 @@
|
|
|
27061
27061
|
"x-original-maxLength": 1024,
|
|
27062
27062
|
"format": "uuid",
|
|
27063
27063
|
"x-reconciled-from-discovery": true,
|
|
27064
|
-
"x-reconciled-at": "2026-01-
|
|
27064
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219633+00:00"
|
|
27065
27065
|
},
|
|
27066
27066
|
"vtrp_id": {
|
|
27067
27067
|
"type": "string",
|
|
@@ -27309,7 +27309,7 @@
|
|
|
27309
27309
|
},
|
|
27310
27310
|
"x-original-maxLength": 1024,
|
|
27311
27311
|
"x-reconciled-from-discovery": true,
|
|
27312
|
-
"x-reconciled-at": "2026-01-
|
|
27312
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086281+00:00"
|
|
27313
27313
|
},
|
|
27314
27314
|
"namespace": {
|
|
27315
27315
|
"type": "string",
|
|
@@ -27328,7 +27328,7 @@
|
|
|
27328
27328
|
},
|
|
27329
27329
|
"x-original-maxLength": 1024,
|
|
27330
27330
|
"x-reconciled-from-discovery": true,
|
|
27331
|
-
"x-reconciled-at": "2026-01-
|
|
27331
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086285+00:00"
|
|
27332
27332
|
}
|
|
27333
27333
|
},
|
|
27334
27334
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27454,7 +27454,7 @@
|
|
|
27454
27454
|
"maxLength": 17,
|
|
27455
27455
|
"minLength": 17,
|
|
27456
27456
|
"x-reconciled-from-discovery": true,
|
|
27457
|
-
"x-reconciled-at": "2026-01-
|
|
27457
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086302+00:00"
|
|
27458
27458
|
},
|
|
27459
27459
|
"system_metadata": {
|
|
27460
27460
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -27638,7 +27638,7 @@
|
|
|
27638
27638
|
},
|
|
27639
27639
|
"x-original-maxLength": 1024,
|
|
27640
27640
|
"x-reconciled-from-discovery": true,
|
|
27641
|
-
"x-reconciled-at": "2026-01-
|
|
27641
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086317+00:00"
|
|
27642
27642
|
},
|
|
27643
27643
|
"disabled": {
|
|
27644
27644
|
"type": "boolean",
|
|
@@ -27688,7 +27688,7 @@
|
|
|
27688
27688
|
},
|
|
27689
27689
|
"x-original-maxLength": 1024,
|
|
27690
27690
|
"x-reconciled-from-discovery": true,
|
|
27691
|
-
"x-reconciled-at": "2026-01-
|
|
27691
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086327+00:00"
|
|
27692
27692
|
},
|
|
27693
27693
|
"namespace": {
|
|
27694
27694
|
"type": "string",
|
|
@@ -27707,7 +27707,7 @@
|
|
|
27707
27707
|
},
|
|
27708
27708
|
"x-original-maxLength": 1024,
|
|
27709
27709
|
"x-reconciled-from-discovery": true,
|
|
27710
|
-
"x-reconciled-at": "2026-01-
|
|
27710
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086331+00:00"
|
|
27711
27711
|
},
|
|
27712
27712
|
"owner_view": {
|
|
27713
27713
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -27748,7 +27748,7 @@
|
|
|
27748
27748
|
"x-field-mutability": "read-only",
|
|
27749
27749
|
"x-original-maxLength": 1024,
|
|
27750
27750
|
"x-reconciled-from-discovery": true,
|
|
27751
|
-
"x-reconciled-at": "2026-01-
|
|
27751
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086339+00:00"
|
|
27752
27752
|
},
|
|
27753
27753
|
"uid": {
|
|
27754
27754
|
"type": "string",
|
|
@@ -27769,7 +27769,7 @@
|
|
|
27769
27769
|
"x-original-maxLength": 1024,
|
|
27770
27770
|
"format": "uuid",
|
|
27771
27771
|
"x-reconciled-from-discovery": true,
|
|
27772
|
-
"x-reconciled-at": "2026-01-
|
|
27772
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086344+00:00"
|
|
27773
27773
|
}
|
|
27774
27774
|
},
|
|
27775
27775
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28065,7 +28065,7 @@
|
|
|
28065
28065
|
},
|
|
28066
28066
|
"x-original-maxLength": 1024,
|
|
28067
28067
|
"x-reconciled-from-discovery": true,
|
|
28068
|
-
"x-reconciled-at": "2026-01-
|
|
28068
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086376+00:00"
|
|
28069
28069
|
},
|
|
28070
28070
|
"network_interface": {
|
|
28071
28071
|
"$ref": "#/components/schemas/schemaNetworkInterfaceRefType"
|
|
@@ -28928,7 +28928,7 @@
|
|
|
28928
28928
|
},
|
|
28929
28929
|
"x-original-maxLength": 1024,
|
|
28930
28930
|
"x-reconciled-from-discovery": true,
|
|
28931
|
-
"x-reconciled-at": "2026-01-
|
|
28931
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827156+00:00"
|
|
28932
28932
|
},
|
|
28933
28933
|
"namespace": {
|
|
28934
28934
|
"type": "string",
|
|
@@ -28947,7 +28947,7 @@
|
|
|
28947
28947
|
},
|
|
28948
28948
|
"x-original-maxLength": 1024,
|
|
28949
28949
|
"x-reconciled-from-discovery": true,
|
|
28950
|
-
"x-reconciled-at": "2026-01-
|
|
28950
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827161+00:00"
|
|
28951
28951
|
}
|
|
28952
28952
|
},
|
|
28953
28953
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29045,7 +29045,7 @@
|
|
|
29045
29045
|
"maxLength": 17,
|
|
29046
29046
|
"minLength": 17,
|
|
29047
29047
|
"x-reconciled-from-discovery": true,
|
|
29048
|
-
"x-reconciled-at": "2026-01-
|
|
29048
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827176+00:00"
|
|
29049
29049
|
},
|
|
29050
29050
|
"system_metadata": {
|
|
29051
29051
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -29230,7 +29230,7 @@
|
|
|
29230
29230
|
},
|
|
29231
29231
|
"x-original-maxLength": 1024,
|
|
29232
29232
|
"x-reconciled-from-discovery": true,
|
|
29233
|
-
"x-reconciled-at": "2026-01-
|
|
29233
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827197+00:00"
|
|
29234
29234
|
},
|
|
29235
29235
|
"disabled": {
|
|
29236
29236
|
"type": "boolean",
|
|
@@ -29280,7 +29280,7 @@
|
|
|
29280
29280
|
},
|
|
29281
29281
|
"x-original-maxLength": 1024,
|
|
29282
29282
|
"x-reconciled-from-discovery": true,
|
|
29283
|
-
"x-reconciled-at": "2026-01-
|
|
29283
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827208+00:00"
|
|
29284
29284
|
},
|
|
29285
29285
|
"namespace": {
|
|
29286
29286
|
"type": "string",
|
|
@@ -29299,7 +29299,7 @@
|
|
|
29299
29299
|
},
|
|
29300
29300
|
"x-original-maxLength": 1024,
|
|
29301
29301
|
"x-reconciled-from-discovery": true,
|
|
29302
|
-
"x-reconciled-at": "2026-01-
|
|
29302
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827212+00:00"
|
|
29303
29303
|
},
|
|
29304
29304
|
"owner_view": {
|
|
29305
29305
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -29340,7 +29340,7 @@
|
|
|
29340
29340
|
"x-field-mutability": "read-only",
|
|
29341
29341
|
"x-original-maxLength": 1024,
|
|
29342
29342
|
"x-reconciled-from-discovery": true,
|
|
29343
|
-
"x-reconciled-at": "2026-01-
|
|
29343
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827220+00:00"
|
|
29344
29344
|
},
|
|
29345
29345
|
"uid": {
|
|
29346
29346
|
"type": "string",
|
|
@@ -29361,7 +29361,7 @@
|
|
|
29361
29361
|
"x-original-maxLength": 1024,
|
|
29362
29362
|
"format": "uuid",
|
|
29363
29363
|
"x-reconciled-from-discovery": true,
|
|
29364
|
-
"x-reconciled-at": "2026-01-
|
|
29364
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827225+00:00"
|
|
29365
29365
|
}
|
|
29366
29366
|
},
|
|
29367
29367
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29662,7 +29662,7 @@
|
|
|
29662
29662
|
},
|
|
29663
29663
|
"x-original-maxLength": 1024,
|
|
29664
29664
|
"x-reconciled-from-discovery": true,
|
|
29665
|
-
"x-reconciled-at": "2026-01-
|
|
29665
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687587+00:00"
|
|
29666
29666
|
},
|
|
29667
29667
|
"namespace": {
|
|
29668
29668
|
"type": "string",
|
|
@@ -29681,7 +29681,7 @@
|
|
|
29681
29681
|
},
|
|
29682
29682
|
"x-original-maxLength": 1024,
|
|
29683
29683
|
"x-reconciled-from-discovery": true,
|
|
29684
|
-
"x-reconciled-at": "2026-01-
|
|
29684
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687591+00:00"
|
|
29685
29685
|
}
|
|
29686
29686
|
},
|
|
29687
29687
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29779,7 +29779,7 @@
|
|
|
29779
29779
|
"maxLength": 17,
|
|
29780
29780
|
"minLength": 17,
|
|
29781
29781
|
"x-reconciled-from-discovery": true,
|
|
29782
|
-
"x-reconciled-at": "2026-01-
|
|
29782
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687612+00:00"
|
|
29783
29783
|
},
|
|
29784
29784
|
"system_metadata": {
|
|
29785
29785
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -29983,7 +29983,7 @@
|
|
|
29983
29983
|
},
|
|
29984
29984
|
"x-original-maxLength": 1024,
|
|
29985
29985
|
"x-reconciled-from-discovery": true,
|
|
29986
|
-
"x-reconciled-at": "2026-01-
|
|
29986
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687628+00:00"
|
|
29987
29987
|
},
|
|
29988
29988
|
"disabled": {
|
|
29989
29989
|
"type": "boolean",
|
|
@@ -30033,7 +30033,7 @@
|
|
|
30033
30033
|
},
|
|
30034
30034
|
"x-original-maxLength": 1024,
|
|
30035
30035
|
"x-reconciled-from-discovery": true,
|
|
30036
|
-
"x-reconciled-at": "2026-01-
|
|
30036
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687639+00:00"
|
|
30037
30037
|
},
|
|
30038
30038
|
"namespace": {
|
|
30039
30039
|
"type": "string",
|
|
@@ -30052,7 +30052,7 @@
|
|
|
30052
30052
|
},
|
|
30053
30053
|
"x-original-maxLength": 1024,
|
|
30054
30054
|
"x-reconciled-from-discovery": true,
|
|
30055
|
-
"x-reconciled-at": "2026-01-
|
|
30055
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687643+00:00"
|
|
30056
30056
|
},
|
|
30057
30057
|
"owner_view": {
|
|
30058
30058
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -30093,7 +30093,7 @@
|
|
|
30093
30093
|
"x-field-mutability": "read-only",
|
|
30094
30094
|
"x-original-maxLength": 1024,
|
|
30095
30095
|
"x-reconciled-from-discovery": true,
|
|
30096
|
-
"x-reconciled-at": "2026-01-
|
|
30096
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687651+00:00"
|
|
30097
30097
|
},
|
|
30098
30098
|
"uid": {
|
|
30099
30099
|
"type": "string",
|
|
@@ -30114,7 +30114,7 @@
|
|
|
30114
30114
|
"x-original-maxLength": 1024,
|
|
30115
30115
|
"format": "uuid",
|
|
30116
30116
|
"x-reconciled-from-discovery": true,
|
|
30117
|
-
"x-reconciled-at": "2026-01-
|
|
30117
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687656+00:00"
|
|
30118
30118
|
}
|
|
30119
30119
|
},
|
|
30120
30120
|
"x-f5xc-minimum-configuration": {
|
|
@@ -30220,7 +30220,7 @@
|
|
|
30220
30220
|
},
|
|
30221
30221
|
"x-original-maxLength": 1024,
|
|
30222
30222
|
"x-reconciled-from-discovery": true,
|
|
30223
|
-
"x-reconciled-at": "2026-01-
|
|
30223
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687666+00:00"
|
|
30224
30224
|
},
|
|
30225
30225
|
"policy": {
|
|
30226
30226
|
"type": "string",
|
|
@@ -30380,7 +30380,7 @@
|
|
|
30380
30380
|
},
|
|
30381
30381
|
"x-original-maxLength": 1024,
|
|
30382
30382
|
"x-reconciled-from-discovery": true,
|
|
30383
|
-
"x-reconciled-at": "2026-01-
|
|
30383
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687683+00:00"
|
|
30384
30384
|
},
|
|
30385
30385
|
"start_time": {
|
|
30386
30386
|
"type": "string",
|
|
@@ -30557,7 +30557,7 @@
|
|
|
30557
30557
|
},
|
|
30558
30558
|
"x-original-maxLength": 1024,
|
|
30559
30559
|
"x-reconciled-from-discovery": true,
|
|
30560
|
-
"x-reconciled-at": "2026-01-
|
|
30560
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687699+00:00"
|
|
30561
30561
|
}
|
|
30562
30562
|
},
|
|
30563
30563
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31014,7 +31014,7 @@
|
|
|
31014
31014
|
},
|
|
31015
31015
|
"x-original-maxLength": 1024,
|
|
31016
31016
|
"x-reconciled-from-discovery": true,
|
|
31017
|
-
"x-reconciled-at": "2026-01-
|
|
31017
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043236+00:00"
|
|
31018
31018
|
},
|
|
31019
31019
|
"namespace": {
|
|
31020
31020
|
"type": "string",
|
|
@@ -31033,7 +31033,7 @@
|
|
|
31033
31033
|
},
|
|
31034
31034
|
"x-original-maxLength": 1024,
|
|
31035
31035
|
"x-reconciled-from-discovery": true,
|
|
31036
|
-
"x-reconciled-at": "2026-01-
|
|
31036
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043240+00:00"
|
|
31037
31037
|
}
|
|
31038
31038
|
},
|
|
31039
31039
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31131,7 +31131,7 @@
|
|
|
31131
31131
|
"maxLength": 17,
|
|
31132
31132
|
"minLength": 17,
|
|
31133
31133
|
"x-reconciled-from-discovery": true,
|
|
31134
|
-
"x-reconciled-at": "2026-01-
|
|
31134
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043256+00:00"
|
|
31135
31135
|
},
|
|
31136
31136
|
"system_metadata": {
|
|
31137
31137
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -31359,7 +31359,7 @@
|
|
|
31359
31359
|
},
|
|
31360
31360
|
"x-original-maxLength": 1024,
|
|
31361
31361
|
"x-reconciled-from-discovery": true,
|
|
31362
|
-
"x-reconciled-at": "2026-01-
|
|
31362
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043279+00:00"
|
|
31363
31363
|
},
|
|
31364
31364
|
"disabled": {
|
|
31365
31365
|
"type": "boolean",
|
|
@@ -31409,7 +31409,7 @@
|
|
|
31409
31409
|
},
|
|
31410
31410
|
"x-original-maxLength": 1024,
|
|
31411
31411
|
"x-reconciled-from-discovery": true,
|
|
31412
|
-
"x-reconciled-at": "2026-01-
|
|
31412
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043290+00:00"
|
|
31413
31413
|
},
|
|
31414
31414
|
"namespace": {
|
|
31415
31415
|
"type": "string",
|
|
@@ -31428,7 +31428,7 @@
|
|
|
31428
31428
|
},
|
|
31429
31429
|
"x-original-maxLength": 1024,
|
|
31430
31430
|
"x-reconciled-from-discovery": true,
|
|
31431
|
-
"x-reconciled-at": "2026-01-
|
|
31431
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043294+00:00"
|
|
31432
31432
|
},
|
|
31433
31433
|
"owner_view": {
|
|
31434
31434
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -31469,7 +31469,7 @@
|
|
|
31469
31469
|
"x-field-mutability": "read-only",
|
|
31470
31470
|
"x-original-maxLength": 1024,
|
|
31471
31471
|
"x-reconciled-from-discovery": true,
|
|
31472
|
-
"x-reconciled-at": "2026-01-
|
|
31472
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043302+00:00"
|
|
31473
31473
|
},
|
|
31474
31474
|
"uid": {
|
|
31475
31475
|
"type": "string",
|
|
@@ -31490,7 +31490,7 @@
|
|
|
31490
31490
|
"x-original-maxLength": 1024,
|
|
31491
31491
|
"format": "uuid",
|
|
31492
31492
|
"x-reconciled-from-discovery": true,
|
|
31493
|
-
"x-reconciled-at": "2026-01-
|
|
31493
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043308+00:00"
|
|
31494
31494
|
}
|
|
31495
31495
|
},
|
|
31496
31496
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31780,7 +31780,7 @@
|
|
|
31780
31780
|
"maxLength": 17,
|
|
31781
31781
|
"minLength": 17,
|
|
31782
31782
|
"x-reconciled-from-discovery": true,
|
|
31783
|
-
"x-reconciled-at": "2026-01-
|
|
31783
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321658+00:00"
|
|
31784
31784
|
},
|
|
31785
31785
|
"system_metadata": {
|
|
31786
31786
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -31952,7 +31952,7 @@
|
|
|
31952
31952
|
},
|
|
31953
31953
|
"x-original-maxLength": 1024,
|
|
31954
31954
|
"x-reconciled-from-discovery": true,
|
|
31955
|
-
"x-reconciled-at": "2026-01-
|
|
31955
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321675+00:00"
|
|
31956
31956
|
},
|
|
31957
31957
|
"disabled": {
|
|
31958
31958
|
"type": "boolean",
|
|
@@ -32002,7 +32002,7 @@
|
|
|
32002
32002
|
},
|
|
32003
32003
|
"x-original-maxLength": 1024,
|
|
32004
32004
|
"x-reconciled-from-discovery": true,
|
|
32005
|
-
"x-reconciled-at": "2026-01-
|
|
32005
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321687+00:00"
|
|
32006
32006
|
},
|
|
32007
32007
|
"namespace": {
|
|
32008
32008
|
"type": "string",
|
|
@@ -32021,7 +32021,7 @@
|
|
|
32021
32021
|
},
|
|
32022
32022
|
"x-original-maxLength": 1024,
|
|
32023
32023
|
"x-reconciled-from-discovery": true,
|
|
32024
|
-
"x-reconciled-at": "2026-01-
|
|
32024
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321691+00:00"
|
|
32025
32025
|
},
|
|
32026
32026
|
"owner_view": {
|
|
32027
32027
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -32062,7 +32062,7 @@
|
|
|
32062
32062
|
"x-field-mutability": "read-only",
|
|
32063
32063
|
"x-original-maxLength": 1024,
|
|
32064
32064
|
"x-reconciled-from-discovery": true,
|
|
32065
|
-
"x-reconciled-at": "2026-01-
|
|
32065
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321699+00:00"
|
|
32066
32066
|
},
|
|
32067
32067
|
"uid": {
|
|
32068
32068
|
"type": "string",
|
|
@@ -32083,7 +32083,7 @@
|
|
|
32083
32083
|
"x-original-maxLength": 1024,
|
|
32084
32084
|
"format": "uuid",
|
|
32085
32085
|
"x-reconciled-from-discovery": true,
|
|
32086
|
-
"x-reconciled-at": "2026-01-
|
|
32086
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321705+00:00"
|
|
32087
32087
|
}
|
|
32088
32088
|
},
|
|
32089
32089
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32257,7 +32257,7 @@
|
|
|
32257
32257
|
},
|
|
32258
32258
|
"x-original-maxLength": 1024,
|
|
32259
32259
|
"x-reconciled-from-discovery": true,
|
|
32260
|
-
"x-reconciled-at": "2026-01-
|
|
32260
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671488+00:00"
|
|
32261
32261
|
},
|
|
32262
32262
|
"namespace": {
|
|
32263
32263
|
"type": "string",
|
|
@@ -32276,7 +32276,7 @@
|
|
|
32276
32276
|
},
|
|
32277
32277
|
"x-original-maxLength": 1024,
|
|
32278
32278
|
"x-reconciled-from-discovery": true,
|
|
32279
|
-
"x-reconciled-at": "2026-01-
|
|
32279
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671492+00:00"
|
|
32280
32280
|
}
|
|
32281
32281
|
},
|
|
32282
32282
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32500,7 +32500,7 @@
|
|
|
32500
32500
|
"maxLength": 17,
|
|
32501
32501
|
"minLength": 17,
|
|
32502
32502
|
"x-reconciled-from-discovery": true,
|
|
32503
|
-
"x-reconciled-at": "2026-01-
|
|
32503
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671519+00:00"
|
|
32504
32504
|
},
|
|
32505
32505
|
"system_metadata": {
|
|
32506
32506
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -32635,7 +32635,7 @@
|
|
|
32635
32635
|
},
|
|
32636
32636
|
"x-original-maxLength": 1024,
|
|
32637
32637
|
"x-reconciled-from-discovery": true,
|
|
32638
|
-
"x-reconciled-at": "2026-01-
|
|
32638
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671532+00:00"
|
|
32639
32639
|
},
|
|
32640
32640
|
"disabled": {
|
|
32641
32641
|
"type": "boolean",
|
|
@@ -32685,7 +32685,7 @@
|
|
|
32685
32685
|
},
|
|
32686
32686
|
"x-original-maxLength": 1024,
|
|
32687
32687
|
"x-reconciled-from-discovery": true,
|
|
32688
|
-
"x-reconciled-at": "2026-01-
|
|
32688
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671542+00:00"
|
|
32689
32689
|
},
|
|
32690
32690
|
"namespace": {
|
|
32691
32691
|
"type": "string",
|
|
@@ -32704,7 +32704,7 @@
|
|
|
32704
32704
|
},
|
|
32705
32705
|
"x-original-maxLength": 1024,
|
|
32706
32706
|
"x-reconciled-from-discovery": true,
|
|
32707
|
-
"x-reconciled-at": "2026-01-
|
|
32707
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671547+00:00"
|
|
32708
32708
|
},
|
|
32709
32709
|
"owner_view": {
|
|
32710
32710
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -32745,7 +32745,7 @@
|
|
|
32745
32745
|
"x-field-mutability": "read-only",
|
|
32746
32746
|
"x-original-maxLength": 1024,
|
|
32747
32747
|
"x-reconciled-from-discovery": true,
|
|
32748
|
-
"x-reconciled-at": "2026-01-
|
|
32748
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671555+00:00"
|
|
32749
32749
|
},
|
|
32750
32750
|
"uid": {
|
|
32751
32751
|
"type": "string",
|
|
@@ -32766,7 +32766,7 @@
|
|
|
32766
32766
|
"x-original-maxLength": 1024,
|
|
32767
32767
|
"format": "uuid",
|
|
32768
32768
|
"x-reconciled-from-discovery": true,
|
|
32769
|
-
"x-reconciled-at": "2026-01-
|
|
32769
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671560+00:00"
|
|
32770
32770
|
}
|
|
32771
32771
|
},
|
|
32772
32772
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33509,7 +33509,7 @@
|
|
|
33509
33509
|
},
|
|
33510
33510
|
"x-original-maxLength": 1024,
|
|
33511
33511
|
"x-reconciled-from-discovery": true,
|
|
33512
|
-
"x-reconciled-at": "2026-01-
|
|
33512
|
+
"x-reconciled-at": "2026-01-05T18:29:50.849987+00:00"
|
|
33513
33513
|
}
|
|
33514
33514
|
},
|
|
33515
33515
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33555,7 +33555,7 @@
|
|
|
33555
33555
|
"maxLength": 15,
|
|
33556
33556
|
"minLength": 3,
|
|
33557
33557
|
"x-reconciled-from-discovery": true,
|
|
33558
|
-
"x-reconciled-at": "2026-01-
|
|
33558
|
+
"x-reconciled-at": "2026-01-05T18:29:50.849995+00:00"
|
|
33559
33559
|
}
|
|
33560
33560
|
},
|
|
33561
33561
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33651,7 +33651,7 @@
|
|
|
33651
33651
|
},
|
|
33652
33652
|
"x-original-maxLength": 1024,
|
|
33653
33653
|
"x-reconciled-from-discovery": true,
|
|
33654
|
-
"x-reconciled-at": "2026-01-
|
|
33654
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850005+00:00"
|
|
33655
33655
|
},
|
|
33656
33656
|
"site": {
|
|
33657
33657
|
"type": "string",
|
|
@@ -33790,7 +33790,7 @@
|
|
|
33790
33790
|
},
|
|
33791
33791
|
"x-original-maxLength": 1024,
|
|
33792
33792
|
"x-reconciled-from-discovery": true,
|
|
33793
|
-
"x-reconciled-at": "2026-01-
|
|
33793
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850021+00:00"
|
|
33794
33794
|
},
|
|
33795
33795
|
"namespace": {
|
|
33796
33796
|
"type": "string",
|
|
@@ -33809,7 +33809,7 @@
|
|
|
33809
33809
|
},
|
|
33810
33810
|
"x-original-maxLength": 1024,
|
|
33811
33811
|
"x-reconciled-from-discovery": true,
|
|
33812
|
-
"x-reconciled-at": "2026-01-
|
|
33812
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850025+00:00"
|
|
33813
33813
|
}
|
|
33814
33814
|
},
|
|
33815
33815
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33907,7 +33907,7 @@
|
|
|
33907
33907
|
"maxLength": 17,
|
|
33908
33908
|
"minLength": 17,
|
|
33909
33909
|
"x-reconciled-from-discovery": true,
|
|
33910
|
-
"x-reconciled-at": "2026-01-
|
|
33910
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850051+00:00"
|
|
33911
33911
|
},
|
|
33912
33912
|
"system_metadata": {
|
|
33913
33913
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -34042,7 +34042,7 @@
|
|
|
34042
34042
|
},
|
|
34043
34043
|
"x-original-maxLength": 1024,
|
|
34044
34044
|
"x-reconciled-from-discovery": true,
|
|
34045
|
-
"x-reconciled-at": "2026-01-
|
|
34045
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850062+00:00"
|
|
34046
34046
|
},
|
|
34047
34047
|
"disabled": {
|
|
34048
34048
|
"type": "boolean",
|
|
@@ -34092,7 +34092,7 @@
|
|
|
34092
34092
|
},
|
|
34093
34093
|
"x-original-maxLength": 1024,
|
|
34094
34094
|
"x-reconciled-from-discovery": true,
|
|
34095
|
-
"x-reconciled-at": "2026-01-
|
|
34095
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850072+00:00"
|
|
34096
34096
|
},
|
|
34097
34097
|
"namespace": {
|
|
34098
34098
|
"type": "string",
|
|
@@ -34111,7 +34111,7 @@
|
|
|
34111
34111
|
},
|
|
34112
34112
|
"x-original-maxLength": 1024,
|
|
34113
34113
|
"x-reconciled-from-discovery": true,
|
|
34114
|
-
"x-reconciled-at": "2026-01-
|
|
34114
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850076+00:00"
|
|
34115
34115
|
},
|
|
34116
34116
|
"owner_view": {
|
|
34117
34117
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -34152,7 +34152,7 @@
|
|
|
34152
34152
|
"x-field-mutability": "read-only",
|
|
34153
34153
|
"x-original-maxLength": 1024,
|
|
34154
34154
|
"x-reconciled-from-discovery": true,
|
|
34155
|
-
"x-reconciled-at": "2026-01-
|
|
34155
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850084+00:00"
|
|
34156
34156
|
},
|
|
34157
34157
|
"uid": {
|
|
34158
34158
|
"type": "string",
|
|
@@ -34173,7 +34173,7 @@
|
|
|
34173
34173
|
"x-original-maxLength": 1024,
|
|
34174
34174
|
"format": "uuid",
|
|
34175
34175
|
"x-reconciled-from-discovery": true,
|
|
34176
|
-
"x-reconciled-at": "2026-01-
|
|
34176
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850088+00:00"
|
|
34177
34177
|
}
|
|
34178
34178
|
},
|
|
34179
34179
|
"x-f5xc-minimum-configuration": {
|
|
@@ -34401,7 +34401,7 @@
|
|
|
34401
34401
|
},
|
|
34402
34402
|
"x-original-maxLength": 1024,
|
|
34403
34403
|
"x-reconciled-from-discovery": true,
|
|
34404
|
-
"x-reconciled-at": "2026-01-
|
|
34404
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850106+00:00"
|
|
34405
34405
|
},
|
|
34406
34406
|
"start_time": {
|
|
34407
34407
|
"type": "string",
|
|
@@ -34673,7 +34673,7 @@
|
|
|
34673
34673
|
"maxLength": 17,
|
|
34674
34674
|
"minLength": 17,
|
|
34675
34675
|
"x-reconciled-from-discovery": true,
|
|
34676
|
-
"x-reconciled-at": "2026-01-
|
|
34676
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144581+00:00"
|
|
34677
34677
|
},
|
|
34678
34678
|
"system_metadata": {
|
|
34679
34679
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -34847,7 +34847,7 @@
|
|
|
34847
34847
|
},
|
|
34848
34848
|
"x-original-maxLength": 1024,
|
|
34849
34849
|
"x-reconciled-from-discovery": true,
|
|
34850
|
-
"x-reconciled-at": "2026-01-
|
|
34850
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144595+00:00"
|
|
34851
34851
|
},
|
|
34852
34852
|
"disabled": {
|
|
34853
34853
|
"type": "boolean",
|
|
@@ -34897,7 +34897,7 @@
|
|
|
34897
34897
|
},
|
|
34898
34898
|
"x-original-maxLength": 1024,
|
|
34899
34899
|
"x-reconciled-from-discovery": true,
|
|
34900
|
-
"x-reconciled-at": "2026-01-
|
|
34900
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144605+00:00"
|
|
34901
34901
|
},
|
|
34902
34902
|
"namespace": {
|
|
34903
34903
|
"type": "string",
|
|
@@ -34916,7 +34916,7 @@
|
|
|
34916
34916
|
},
|
|
34917
34917
|
"x-original-maxLength": 1024,
|
|
34918
34918
|
"x-reconciled-from-discovery": true,
|
|
34919
|
-
"x-reconciled-at": "2026-01-
|
|
34919
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144610+00:00"
|
|
34920
34920
|
},
|
|
34921
34921
|
"owner_view": {
|
|
34922
34922
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -34957,7 +34957,7 @@
|
|
|
34957
34957
|
"x-field-mutability": "read-only",
|
|
34958
34958
|
"x-original-maxLength": 1024,
|
|
34959
34959
|
"x-reconciled-from-discovery": true,
|
|
34960
|
-
"x-reconciled-at": "2026-01-
|
|
34960
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144618+00:00"
|
|
34961
34961
|
},
|
|
34962
34962
|
"uid": {
|
|
34963
34963
|
"type": "string",
|
|
@@ -34978,7 +34978,7 @@
|
|
|
34978
34978
|
"x-original-maxLength": 1024,
|
|
34979
34979
|
"format": "uuid",
|
|
34980
34980
|
"x-reconciled-from-discovery": true,
|
|
34981
|
-
"x-reconciled-at": "2026-01-
|
|
34981
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144623+00:00"
|
|
34982
34982
|
}
|
|
34983
34983
|
},
|
|
34984
34984
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35713,7 +35713,7 @@
|
|
|
35713
35713
|
},
|
|
35714
35714
|
"x-original-maxLength": 256,
|
|
35715
35715
|
"x-reconciled-from-discovery": true,
|
|
35716
|
-
"x-reconciled-at": "2026-01-
|
|
35716
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676124+00:00"
|
|
35717
35717
|
}
|
|
35718
35718
|
},
|
|
35719
35719
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35843,7 +35843,7 @@
|
|
|
35843
35843
|
},
|
|
35844
35844
|
"x-original-maxLength": 1024,
|
|
35845
35845
|
"x-reconciled-from-discovery": true,
|
|
35846
|
-
"x-reconciled-at": "2026-01-
|
|
35846
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676138+00:00"
|
|
35847
35847
|
}
|
|
35848
35848
|
},
|
|
35849
35849
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36011,7 +36011,7 @@
|
|
|
36011
36011
|
},
|
|
36012
36012
|
"x-original-maxLength": 1024,
|
|
36013
36013
|
"x-reconciled-from-discovery": true,
|
|
36014
|
-
"x-reconciled-at": "2026-01-
|
|
36014
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676157+00:00"
|
|
36015
36015
|
}
|
|
36016
36016
|
},
|
|
36017
36017
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36268,7 +36268,7 @@
|
|
|
36268
36268
|
},
|
|
36269
36269
|
"x-original-maxLength": 256,
|
|
36270
36270
|
"x-reconciled-from-discovery": true,
|
|
36271
|
-
"x-reconciled-at": "2026-01-
|
|
36271
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676181+00:00"
|
|
36272
36272
|
}
|
|
36273
36273
|
},
|
|
36274
36274
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37000,7 +37000,7 @@
|
|
|
37000
37000
|
},
|
|
37001
37001
|
"x-original-maxLength": 256,
|
|
37002
37002
|
"x-reconciled-from-discovery": true,
|
|
37003
|
-
"x-reconciled-at": "2026-01-
|
|
37003
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676211+00:00"
|
|
37004
37004
|
}
|
|
37005
37005
|
},
|
|
37006
37006
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38956,7 +38956,7 @@
|
|
|
38956
38956
|
},
|
|
38957
38957
|
"x-original-maxLength": 1024,
|
|
38958
38958
|
"x-reconciled-from-discovery": true,
|
|
38959
|
-
"x-reconciled-at": "2026-01-
|
|
38959
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676362+00:00"
|
|
38960
38960
|
},
|
|
38961
38961
|
"regex_values": {
|
|
38962
38962
|
"type": "array",
|
|
@@ -39254,7 +39254,7 @@
|
|
|
39254
39254
|
},
|
|
39255
39255
|
"x-original-maxLength": 256,
|
|
39256
39256
|
"x-reconciled-from-discovery": true,
|
|
39257
|
-
"x-reconciled-at": "2026-01-
|
|
39257
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676563+00:00"
|
|
39258
39258
|
}
|
|
39259
39259
|
},
|
|
39260
39260
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39523,7 +39523,7 @@
|
|
|
39523
39523
|
},
|
|
39524
39524
|
"x-original-maxLength": 256,
|
|
39525
39525
|
"x-reconciled-from-discovery": true,
|
|
39526
|
-
"x-reconciled-at": "2026-01-
|
|
39526
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676585+00:00"
|
|
39527
39527
|
}
|
|
39528
39528
|
},
|
|
39529
39529
|
"x-f5xc-minimum-configuration": {
|
|
@@ -40251,7 +40251,7 @@
|
|
|
40251
40251
|
},
|
|
40252
40252
|
"x-original-maxLength": 1024,
|
|
40253
40253
|
"x-reconciled-from-discovery": true,
|
|
40254
|
-
"x-reconciled-at": "2026-01-
|
|
40254
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676689+00:00"
|
|
40255
40255
|
},
|
|
40256
40256
|
"namespace": {
|
|
40257
40257
|
"type": "string",
|
|
@@ -40270,7 +40270,7 @@
|
|
|
40270
40270
|
},
|
|
40271
40271
|
"x-original-maxLength": 1024,
|
|
40272
40272
|
"x-reconciled-from-discovery": true,
|
|
40273
|
-
"x-reconciled-at": "2026-01-
|
|
40273
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676693+00:00"
|
|
40274
40274
|
}
|
|
40275
40275
|
},
|
|
40276
40276
|
"x-f5xc-minimum-configuration": {
|
|
@@ -40368,7 +40368,7 @@
|
|
|
40368
40368
|
"maxLength": 17,
|
|
40369
40369
|
"minLength": 17,
|
|
40370
40370
|
"x-reconciled-from-discovery": true,
|
|
40371
|
-
"x-reconciled-at": "2026-01-
|
|
40371
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676707+00:00"
|
|
40372
40372
|
},
|
|
40373
40373
|
"system_metadata": {
|
|
40374
40374
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -40545,7 +40545,7 @@
|
|
|
40545
40545
|
},
|
|
40546
40546
|
"x-original-maxLength": 1024,
|
|
40547
40547
|
"x-reconciled-from-discovery": true,
|
|
40548
|
-
"x-reconciled-at": "2026-01-
|
|
40548
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676721+00:00"
|
|
40549
40549
|
},
|
|
40550
40550
|
"disabled": {
|
|
40551
40551
|
"type": "boolean",
|
|
@@ -40595,7 +40595,7 @@
|
|
|
40595
40595
|
},
|
|
40596
40596
|
"x-original-maxLength": 1024,
|
|
40597
40597
|
"x-reconciled-from-discovery": true,
|
|
40598
|
-
"x-reconciled-at": "2026-01-
|
|
40598
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676730+00:00"
|
|
40599
40599
|
},
|
|
40600
40600
|
"namespace": {
|
|
40601
40601
|
"type": "string",
|
|
@@ -40614,7 +40614,7 @@
|
|
|
40614
40614
|
},
|
|
40615
40615
|
"x-original-maxLength": 1024,
|
|
40616
40616
|
"x-reconciled-from-discovery": true,
|
|
40617
|
-
"x-reconciled-at": "2026-01-
|
|
40617
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676734+00:00"
|
|
40618
40618
|
},
|
|
40619
40619
|
"owner_view": {
|
|
40620
40620
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -40655,7 +40655,7 @@
|
|
|
40655
40655
|
"x-field-mutability": "read-only",
|
|
40656
40656
|
"x-original-maxLength": 1024,
|
|
40657
40657
|
"x-reconciled-from-discovery": true,
|
|
40658
|
-
"x-reconciled-at": "2026-01-
|
|
40658
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676742+00:00"
|
|
40659
40659
|
},
|
|
40660
40660
|
"uid": {
|
|
40661
40661
|
"type": "string",
|
|
@@ -40676,7 +40676,7 @@
|
|
|
40676
40676
|
"x-original-maxLength": 1024,
|
|
40677
40677
|
"format": "uuid",
|
|
40678
40678
|
"x-reconciled-from-discovery": true,
|
|
40679
|
-
"x-reconciled-at": "2026-01-
|
|
40679
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676747+00:00"
|
|
40680
40680
|
}
|
|
40681
40681
|
},
|
|
40682
40682
|
"x-f5xc-minimum-configuration": {
|
|
@@ -40893,7 +40893,7 @@
|
|
|
40893
40893
|
},
|
|
40894
40894
|
"x-original-maxLength": 1024,
|
|
40895
40895
|
"x-reconciled-from-discovery": true,
|
|
40896
|
-
"x-reconciled-at": "2026-01-
|
|
40896
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676764+00:00"
|
|
40897
40897
|
},
|
|
40898
40898
|
"policy": {
|
|
40899
40899
|
"type": "string",
|
|
@@ -41070,7 +41070,7 @@
|
|
|
41070
41070
|
},
|
|
41071
41071
|
"x-original-maxLength": 1024,
|
|
41072
41072
|
"x-reconciled-from-discovery": true,
|
|
41073
|
-
"x-reconciled-at": "2026-01-
|
|
41073
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676780+00:00"
|
|
41074
41074
|
},
|
|
41075
41075
|
"start_time": {
|
|
41076
41076
|
"type": "string",
|
|
@@ -41248,7 +41248,7 @@
|
|
|
41248
41248
|
},
|
|
41249
41249
|
"x-original-maxLength": 1024,
|
|
41250
41250
|
"x-reconciled-from-discovery": true,
|
|
41251
|
-
"x-reconciled-at": "2026-01-
|
|
41251
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676793+00:00"
|
|
41252
41252
|
}
|
|
41253
41253
|
},
|
|
41254
41254
|
"x-f5xc-minimum-configuration": {
|
|
@@ -41377,7 +41377,7 @@
|
|
|
41377
41377
|
},
|
|
41378
41378
|
"x-original-maxLength": 1024,
|
|
41379
41379
|
"x-reconciled-from-discovery": true,
|
|
41380
|
-
"x-reconciled-at": "2026-01-
|
|
41380
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676815+00:00"
|
|
41381
41381
|
},
|
|
41382
41382
|
"domain_matcher": {
|
|
41383
41383
|
"$ref": "#/components/schemas/policyMatcherType"
|
|
@@ -41512,7 +41512,7 @@
|
|
|
41512
41512
|
},
|
|
41513
41513
|
"x-original-maxLength": 1024,
|
|
41514
41514
|
"x-reconciled-from-discovery": true,
|
|
41515
|
-
"x-reconciled-at": "2026-01-
|
|
41515
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676843+00:00"
|
|
41516
41516
|
},
|
|
41517
41517
|
"openapi_validation_action": {
|
|
41518
41518
|
"$ref": "#/components/schemas/policyOpenApiValidationAction"
|