@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": "Dns",
|
|
5
5
|
"description": "Name infrastructure with authoritative zones, A/AAAA/CNAME record types, and zone management. Supports zone transfers, security extensions, health-based routing, and delegation. Enables reliable name resolution, geographic load balancing, and name-based traffic steering across distributed environments.",
|
|
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"
|
|
@@ -12204,7 +12204,7 @@
|
|
|
12204
12204
|
},
|
|
12205
12205
|
"x-original-maxLength": 1024,
|
|
12206
12206
|
"x-reconciled-from-discovery": true,
|
|
12207
|
-
"x-reconciled-at": "2026-01-
|
|
12207
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732448+00:00"
|
|
12208
12208
|
},
|
|
12209
12209
|
"namespace": {
|
|
12210
12210
|
"type": "string",
|
|
@@ -12224,7 +12224,7 @@
|
|
|
12224
12224
|
},
|
|
12225
12225
|
"x-original-maxLength": 1024,
|
|
12226
12226
|
"x-reconciled-from-discovery": true,
|
|
12227
|
-
"x-reconciled-at": "2026-01-
|
|
12227
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732455+00:00"
|
|
12228
12228
|
}
|
|
12229
12229
|
},
|
|
12230
12230
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12457,7 +12457,7 @@
|
|
|
12457
12457
|
"maxLength": 17,
|
|
12458
12458
|
"minLength": 17,
|
|
12459
12459
|
"x-reconciled-from-discovery": true,
|
|
12460
|
-
"x-reconciled-at": "2026-01-
|
|
12460
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732472+00:00"
|
|
12461
12461
|
},
|
|
12462
12462
|
"system_metadata": {
|
|
12463
12463
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -12715,7 +12715,7 @@
|
|
|
12715
12715
|
},
|
|
12716
12716
|
"x-original-maxLength": 1024,
|
|
12717
12717
|
"x-reconciled-from-discovery": true,
|
|
12718
|
-
"x-reconciled-at": "2026-01-
|
|
12718
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732491+00:00"
|
|
12719
12719
|
},
|
|
12720
12720
|
"disabled": {
|
|
12721
12721
|
"type": "boolean",
|
|
@@ -12769,7 +12769,7 @@
|
|
|
12769
12769
|
},
|
|
12770
12770
|
"x-original-maxLength": 1024,
|
|
12771
12771
|
"x-reconciled-from-discovery": true,
|
|
12772
|
-
"x-reconciled-at": "2026-01-
|
|
12772
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732501+00:00"
|
|
12773
12773
|
},
|
|
12774
12774
|
"namespace": {
|
|
12775
12775
|
"type": "string",
|
|
@@ -12788,7 +12788,7 @@
|
|
|
12788
12788
|
},
|
|
12789
12789
|
"x-original-maxLength": 1024,
|
|
12790
12790
|
"x-reconciled-from-discovery": true,
|
|
12791
|
-
"x-reconciled-at": "2026-01-
|
|
12791
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732506+00:00"
|
|
12792
12792
|
},
|
|
12793
12793
|
"owner_view": {
|
|
12794
12794
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -12830,7 +12830,7 @@
|
|
|
12830
12830
|
"x-field-mutability": "read-only",
|
|
12831
12831
|
"x-original-maxLength": 1024,
|
|
12832
12832
|
"x-reconciled-from-discovery": true,
|
|
12833
|
-
"x-reconciled-at": "2026-01-
|
|
12833
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732514+00:00"
|
|
12834
12834
|
},
|
|
12835
12835
|
"uid": {
|
|
12836
12836
|
"type": "string",
|
|
@@ -12852,7 +12852,7 @@
|
|
|
12852
12852
|
"x-original-maxLength": 1024,
|
|
12853
12853
|
"format": "uuid",
|
|
12854
12854
|
"x-reconciled-from-discovery": true,
|
|
12855
|
-
"x-reconciled-at": "2026-01-
|
|
12855
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732520+00:00"
|
|
12856
12856
|
}
|
|
12857
12857
|
},
|
|
12858
12858
|
"x-f5xc-description-short": "By default a summary of dns_compliance_checks is returned in 'List'.",
|
|
@@ -13109,7 +13109,7 @@
|
|
|
13109
13109
|
"readOnly": true,
|
|
13110
13110
|
"x-original-maxLength": 1024,
|
|
13111
13111
|
"x-reconciled-from-discovery": true,
|
|
13112
|
-
"x-reconciled-at": "2026-01-
|
|
13112
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732538+00:00"
|
|
13113
13113
|
},
|
|
13114
13114
|
"name": {
|
|
13115
13115
|
"type": "string",
|
|
@@ -13130,7 +13130,7 @@
|
|
|
13130
13130
|
},
|
|
13131
13131
|
"x-original-maxLength": 1024,
|
|
13132
13132
|
"x-reconciled-from-discovery": true,
|
|
13133
|
-
"x-reconciled-at": "2026-01-
|
|
13133
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732543+00:00"
|
|
13134
13134
|
},
|
|
13135
13135
|
"namespace": {
|
|
13136
13136
|
"type": "string",
|
|
@@ -13151,7 +13151,7 @@
|
|
|
13151
13151
|
},
|
|
13152
13152
|
"x-original-maxLength": 1024,
|
|
13153
13153
|
"x-reconciled-from-discovery": true,
|
|
13154
|
-
"x-reconciled-at": "2026-01-
|
|
13154
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732547+00:00"
|
|
13155
13155
|
},
|
|
13156
13156
|
"tenant": {
|
|
13157
13157
|
"type": "string",
|
|
@@ -13174,7 +13174,7 @@
|
|
|
13174
13174
|
"x-field-mutability": "read-only",
|
|
13175
13175
|
"x-original-maxLength": 1024,
|
|
13176
13176
|
"x-reconciled-from-discovery": true,
|
|
13177
|
-
"x-reconciled-at": "2026-01-
|
|
13177
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732551+00:00"
|
|
13178
13178
|
},
|
|
13179
13179
|
"uid": {
|
|
13180
13180
|
"type": "string",
|
|
@@ -13198,7 +13198,7 @@
|
|
|
13198
13198
|
"x-original-maxLength": 1024,
|
|
13199
13199
|
"format": "uuid",
|
|
13200
13200
|
"x-reconciled-from-discovery": true,
|
|
13201
|
-
"x-reconciled-at": "2026-01-
|
|
13201
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732569+00:00"
|
|
13202
13202
|
}
|
|
13203
13203
|
},
|
|
13204
13204
|
"x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
|
|
@@ -13251,7 +13251,7 @@
|
|
|
13251
13251
|
},
|
|
13252
13252
|
"x-original-maxLength": 1024,
|
|
13253
13253
|
"x-reconciled-from-discovery": true,
|
|
13254
|
-
"x-reconciled-at": "2026-01-
|
|
13254
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732575+00:00"
|
|
13255
13255
|
}
|
|
13256
13256
|
},
|
|
13257
13257
|
"x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
|
|
@@ -13326,7 +13326,7 @@
|
|
|
13326
13326
|
},
|
|
13327
13327
|
"x-original-maxLength": 1024,
|
|
13328
13328
|
"x-reconciled-from-discovery": true,
|
|
13329
|
-
"x-reconciled-at": "2026-01-
|
|
13329
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732583+00:00"
|
|
13330
13330
|
},
|
|
13331
13331
|
"service_name": {
|
|
13332
13332
|
"type": "string",
|
|
@@ -13369,7 +13369,7 @@
|
|
|
13369
13369
|
},
|
|
13370
13370
|
"x-original-maxLength": 1024,
|
|
13371
13371
|
"x-reconciled-from-discovery": true,
|
|
13372
|
-
"x-reconciled-at": "2026-01-
|
|
13372
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732589+00:00"
|
|
13373
13373
|
},
|
|
13374
13374
|
"type": {
|
|
13375
13375
|
"type": "string",
|
|
@@ -13514,7 +13514,7 @@
|
|
|
13514
13514
|
},
|
|
13515
13515
|
"x-original-maxLength": 1024,
|
|
13516
13516
|
"x-reconciled-from-discovery": true,
|
|
13517
|
-
"x-reconciled-at": "2026-01-
|
|
13517
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732600+00:00"
|
|
13518
13518
|
}
|
|
13519
13519
|
},
|
|
13520
13520
|
"x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
|
|
@@ -13630,7 +13630,7 @@
|
|
|
13630
13630
|
},
|
|
13631
13631
|
"x-original-maxLength": 1200,
|
|
13632
13632
|
"x-reconciled-from-discovery": true,
|
|
13633
|
-
"x-reconciled-at": "2026-01-
|
|
13633
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732610+00:00"
|
|
13634
13634
|
},
|
|
13635
13635
|
"disable": {
|
|
13636
13636
|
"type": "boolean",
|
|
@@ -13688,7 +13688,7 @@
|
|
|
13688
13688
|
},
|
|
13689
13689
|
"x-original-maxLength": 1024,
|
|
13690
13690
|
"x-reconciled-from-discovery": true,
|
|
13691
|
-
"x-reconciled-at": "2026-01-
|
|
13691
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732618+00:00"
|
|
13692
13692
|
},
|
|
13693
13693
|
"namespace": {
|
|
13694
13694
|
"type": "string",
|
|
@@ -13709,7 +13709,7 @@
|
|
|
13709
13709
|
},
|
|
13710
13710
|
"x-original-maxLength": 1024,
|
|
13711
13711
|
"x-reconciled-from-discovery": true,
|
|
13712
|
-
"x-reconciled-at": "2026-01-
|
|
13712
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732622+00:00"
|
|
13713
13713
|
}
|
|
13714
13714
|
},
|
|
13715
13715
|
"x-f5xc-description-short": "ObjectCreateMetaType is metadata that can be specified in Create request of an object.",
|
|
@@ -13789,7 +13789,7 @@
|
|
|
13789
13789
|
},
|
|
13790
13790
|
"x-original-maxLength": 1200,
|
|
13791
13791
|
"x-reconciled-from-discovery": true,
|
|
13792
|
-
"x-reconciled-at": "2026-01-
|
|
13792
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732629+00:00"
|
|
13793
13793
|
},
|
|
13794
13794
|
"disable": {
|
|
13795
13795
|
"type": "boolean",
|
|
@@ -13849,7 +13849,7 @@
|
|
|
13849
13849
|
},
|
|
13850
13850
|
"x-original-maxLength": 1024,
|
|
13851
13851
|
"x-reconciled-from-discovery": true,
|
|
13852
|
-
"x-reconciled-at": "2026-01-
|
|
13852
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732637+00:00"
|
|
13853
13853
|
},
|
|
13854
13854
|
"namespace": {
|
|
13855
13855
|
"type": "string",
|
|
@@ -13870,7 +13870,7 @@
|
|
|
13870
13870
|
},
|
|
13871
13871
|
"x-original-maxLength": 1024,
|
|
13872
13872
|
"x-reconciled-from-discovery": true,
|
|
13873
|
-
"x-reconciled-at": "2026-01-
|
|
13873
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732642+00:00"
|
|
13874
13874
|
}
|
|
13875
13875
|
},
|
|
13876
13876
|
"x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
|
|
@@ -13950,7 +13950,7 @@
|
|
|
13950
13950
|
},
|
|
13951
13951
|
"x-original-maxLength": 1200,
|
|
13952
13952
|
"x-reconciled-from-discovery": true,
|
|
13953
|
-
"x-reconciled-at": "2026-01-
|
|
13953
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732648+00:00"
|
|
13954
13954
|
},
|
|
13955
13955
|
"disable": {
|
|
13956
13956
|
"type": "boolean",
|
|
@@ -14008,7 +14008,7 @@
|
|
|
14008
14008
|
},
|
|
14009
14009
|
"x-original-maxLength": 1024,
|
|
14010
14010
|
"x-reconciled-from-discovery": true,
|
|
14011
|
-
"x-reconciled-at": "2026-01-
|
|
14011
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732655+00:00"
|
|
14012
14012
|
},
|
|
14013
14013
|
"namespace": {
|
|
14014
14014
|
"type": "string",
|
|
@@ -14029,7 +14029,7 @@
|
|
|
14029
14029
|
},
|
|
14030
14030
|
"x-original-maxLength": 1024,
|
|
14031
14031
|
"x-reconciled-from-discovery": true,
|
|
14032
|
-
"x-reconciled-at": "2026-01-
|
|
14032
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732660+00:00"
|
|
14033
14033
|
}
|
|
14034
14034
|
},
|
|
14035
14035
|
"x-f5xc-description-short": "ObjectReplaceMetaType is metadata that can be specified in Replace request of an object.",
|
|
@@ -14153,7 +14153,7 @@
|
|
|
14153
14153
|
"x-original-maxLength": 1024,
|
|
14154
14154
|
"format": "uuid",
|
|
14155
14155
|
"x-reconciled-from-discovery": true,
|
|
14156
|
-
"x-reconciled-at": "2026-01-
|
|
14156
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732673+00:00"
|
|
14157
14157
|
},
|
|
14158
14158
|
"vtrp_id": {
|
|
14159
14159
|
"type": "string",
|
|
@@ -14273,7 +14273,7 @@
|
|
|
14273
14273
|
},
|
|
14274
14274
|
"x-original-maxLength": 1024,
|
|
14275
14275
|
"x-reconciled-from-discovery": true,
|
|
14276
|
-
"x-reconciled-at": "2026-01-
|
|
14276
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732682+00:00"
|
|
14277
14277
|
},
|
|
14278
14278
|
"status": {
|
|
14279
14279
|
"type": "string",
|
|
@@ -14293,7 +14293,7 @@
|
|
|
14293
14293
|
},
|
|
14294
14294
|
"x-original-maxLength": 1024,
|
|
14295
14295
|
"x-reconciled-from-discovery": true,
|
|
14296
|
-
"x-reconciled-at": "2026-01-
|
|
14296
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732687+00:00"
|
|
14297
14297
|
}
|
|
14298
14298
|
},
|
|
14299
14299
|
"x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
|
|
@@ -14488,7 +14488,7 @@
|
|
|
14488
14488
|
"x-field-mutability": "read-only",
|
|
14489
14489
|
"x-original-maxLength": 1024,
|
|
14490
14490
|
"x-reconciled-from-discovery": true,
|
|
14491
|
-
"x-reconciled-at": "2026-01-
|
|
14491
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732706+00:00"
|
|
14492
14492
|
},
|
|
14493
14493
|
"uid": {
|
|
14494
14494
|
"type": "string",
|
|
@@ -14511,7 +14511,7 @@
|
|
|
14511
14511
|
"x-original-maxLength": 1024,
|
|
14512
14512
|
"format": "uuid",
|
|
14513
14513
|
"x-reconciled-from-discovery": true,
|
|
14514
|
-
"x-reconciled-at": "2026-01-
|
|
14514
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732712+00:00"
|
|
14515
14515
|
}
|
|
14516
14516
|
},
|
|
14517
14517
|
"x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
|
|
@@ -14563,7 +14563,7 @@
|
|
|
14563
14563
|
},
|
|
14564
14564
|
"x-original-maxLength": 1024,
|
|
14565
14565
|
"x-reconciled-from-discovery": true,
|
|
14566
|
-
"x-reconciled-at": "2026-01-
|
|
14566
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732717+00:00"
|
|
14567
14567
|
},
|
|
14568
14568
|
"name": {
|
|
14569
14569
|
"type": "string",
|
|
@@ -14584,7 +14584,7 @@
|
|
|
14584
14584
|
},
|
|
14585
14585
|
"x-original-maxLength": 1024,
|
|
14586
14586
|
"x-reconciled-from-discovery": true,
|
|
14587
|
-
"x-reconciled-at": "2026-01-
|
|
14587
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732721+00:00"
|
|
14588
14588
|
},
|
|
14589
14589
|
"namespace": {
|
|
14590
14590
|
"type": "string",
|
|
@@ -14605,7 +14605,7 @@
|
|
|
14605
14605
|
},
|
|
14606
14606
|
"x-original-maxLength": 1024,
|
|
14607
14607
|
"x-reconciled-from-discovery": true,
|
|
14608
|
-
"x-reconciled-at": "2026-01-
|
|
14608
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732725+00:00"
|
|
14609
14609
|
},
|
|
14610
14610
|
"uid": {
|
|
14611
14611
|
"type": "string",
|
|
@@ -14626,7 +14626,7 @@
|
|
|
14626
14626
|
"x-original-maxLength": 1024,
|
|
14627
14627
|
"format": "uuid",
|
|
14628
14628
|
"x-reconciled-from-discovery": true,
|
|
14629
|
-
"x-reconciled-at": "2026-01-
|
|
14629
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732729+00:00"
|
|
14630
14630
|
}
|
|
14631
14631
|
},
|
|
14632
14632
|
"x-f5xc-description-short": "ViewRefType represents a reference to a view.",
|
|
@@ -14682,7 +14682,7 @@
|
|
|
14682
14682
|
},
|
|
14683
14683
|
"x-original-maxLength": 128,
|
|
14684
14684
|
"x-reconciled-from-discovery": true,
|
|
14685
|
-
"x-reconciled-at": "2026-01-
|
|
14685
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732735+00:00"
|
|
14686
14686
|
},
|
|
14687
14687
|
"namespace": {
|
|
14688
14688
|
"type": "string",
|
|
@@ -14709,7 +14709,7 @@
|
|
|
14709
14709
|
},
|
|
14710
14710
|
"x-original-maxLength": 64,
|
|
14711
14711
|
"x-reconciled-from-discovery": true,
|
|
14712
|
-
"x-reconciled-at": "2026-01-
|
|
14712
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732739+00:00"
|
|
14713
14713
|
},
|
|
14714
14714
|
"tenant": {
|
|
14715
14715
|
"type": "string",
|
|
@@ -14738,7 +14738,7 @@
|
|
|
14738
14738
|
"x-field-mutability": "read-only",
|
|
14739
14739
|
"x-original-maxLength": 64,
|
|
14740
14740
|
"x-reconciled-from-discovery": true,
|
|
14741
|
-
"x-reconciled-at": "2026-01-
|
|
14741
|
+
"x-reconciled-at": "2026-01-07T15:52:58.732743+00:00"
|
|
14742
14742
|
}
|
|
14743
14743
|
},
|
|
14744
14744
|
"x-f5xc-description-short": "Type establishes a direct reference from one object(the referrer) to another(the referred).",
|
|
@@ -15122,7 +15122,7 @@
|
|
|
15122
15122
|
},
|
|
15123
15123
|
"x-original-maxLength": 1024,
|
|
15124
15124
|
"x-reconciled-from-discovery": true,
|
|
15125
|
-
"x-reconciled-at": "2026-01-
|
|
15125
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516130+00:00"
|
|
15126
15126
|
},
|
|
15127
15127
|
"namespace": {
|
|
15128
15128
|
"type": "string",
|
|
@@ -15142,7 +15142,7 @@
|
|
|
15142
15142
|
},
|
|
15143
15143
|
"x-original-maxLength": 1024,
|
|
15144
15144
|
"x-reconciled-from-discovery": true,
|
|
15145
|
-
"x-reconciled-at": "2026-01-
|
|
15145
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516136+00:00"
|
|
15146
15146
|
}
|
|
15147
15147
|
},
|
|
15148
15148
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15245,7 +15245,7 @@
|
|
|
15245
15245
|
"maxLength": 17,
|
|
15246
15246
|
"minLength": 17,
|
|
15247
15247
|
"x-reconciled-from-discovery": true,
|
|
15248
|
-
"x-reconciled-at": "2026-01-
|
|
15248
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516152+00:00"
|
|
15249
15249
|
},
|
|
15250
15250
|
"system_metadata": {
|
|
15251
15251
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -15324,7 +15324,7 @@
|
|
|
15324
15324
|
"x-original-maxLength": 1024,
|
|
15325
15325
|
"format": "hostname",
|
|
15326
15326
|
"x-reconciled-from-discovery": true,
|
|
15327
|
-
"x-reconciled-at": "2026-01-
|
|
15327
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516162+00:00"
|
|
15328
15328
|
},
|
|
15329
15329
|
"txt_record": {
|
|
15330
15330
|
"type": "string",
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
},
|
|
15452
15452
|
"x-original-maxLength": 1024,
|
|
15453
15453
|
"x-reconciled-from-discovery": true,
|
|
15454
|
-
"x-reconciled-at": "2026-01-
|
|
15454
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516176+00:00"
|
|
15455
15455
|
},
|
|
15456
15456
|
"disabled": {
|
|
15457
15457
|
"type": "boolean",
|
|
@@ -15505,7 +15505,7 @@
|
|
|
15505
15505
|
},
|
|
15506
15506
|
"x-original-maxLength": 1024,
|
|
15507
15507
|
"x-reconciled-from-discovery": true,
|
|
15508
|
-
"x-reconciled-at": "2026-01-
|
|
15508
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516188+00:00"
|
|
15509
15509
|
},
|
|
15510
15510
|
"namespace": {
|
|
15511
15511
|
"type": "string",
|
|
@@ -15524,7 +15524,7 @@
|
|
|
15524
15524
|
},
|
|
15525
15525
|
"x-original-maxLength": 1024,
|
|
15526
15526
|
"x-reconciled-from-discovery": true,
|
|
15527
|
-
"x-reconciled-at": "2026-01-
|
|
15527
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516193+00:00"
|
|
15528
15528
|
},
|
|
15529
15529
|
"owner_view": {
|
|
15530
15530
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -15566,7 +15566,7 @@
|
|
|
15566
15566
|
"x-field-mutability": "read-only",
|
|
15567
15567
|
"x-original-maxLength": 1024,
|
|
15568
15568
|
"x-reconciled-from-discovery": true,
|
|
15569
|
-
"x-reconciled-at": "2026-01-
|
|
15569
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516200+00:00"
|
|
15570
15570
|
},
|
|
15571
15571
|
"uid": {
|
|
15572
15572
|
"type": "string",
|
|
@@ -15587,7 +15587,7 @@
|
|
|
15587
15587
|
"x-original-maxLength": 1024,
|
|
15588
15588
|
"format": "uuid",
|
|
15589
15589
|
"x-reconciled-from-discovery": true,
|
|
15590
|
-
"x-reconciled-at": "2026-01-
|
|
15590
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516206+00:00"
|
|
15591
15591
|
}
|
|
15592
15592
|
},
|
|
15593
15593
|
"x-f5xc-description-short": "By default a summary of dns_domain is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -15771,7 +15771,7 @@
|
|
|
15771
15771
|
},
|
|
15772
15772
|
"x-original-maxLength": 1024,
|
|
15773
15773
|
"x-reconciled-from-discovery": true,
|
|
15774
|
-
"x-reconciled-at": "2026-01-
|
|
15774
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516222+00:00"
|
|
15775
15775
|
},
|
|
15776
15776
|
"namespace": {
|
|
15777
15777
|
"type": "string",
|
|
@@ -15791,7 +15791,7 @@
|
|
|
15791
15791
|
},
|
|
15792
15792
|
"x-original-maxLength": 1024,
|
|
15793
15793
|
"x-reconciled-from-discovery": true,
|
|
15794
|
-
"x-reconciled-at": "2026-01-
|
|
15794
|
+
"x-reconciled-at": "2026-01-07T15:53:08.516226+00:00"
|
|
15795
15795
|
}
|
|
15796
15796
|
},
|
|
15797
15797
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16007,7 +16007,7 @@
|
|
|
16007
16007
|
},
|
|
16008
16008
|
"x-original-maxLength": 1024,
|
|
16009
16009
|
"x-reconciled-from-discovery": true,
|
|
16010
|
-
"x-reconciled-at": "2026-01-
|
|
16010
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065140+00:00"
|
|
16011
16011
|
},
|
|
16012
16012
|
"status": {
|
|
16013
16013
|
"type": "array",
|
|
@@ -16027,7 +16027,7 @@
|
|
|
16027
16027
|
"maxLength": 17,
|
|
16028
16028
|
"minLength": 17,
|
|
16029
16029
|
"x-reconciled-from-discovery": true,
|
|
16030
|
-
"x-reconciled-at": "2026-01-
|
|
16030
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065148+00:00"
|
|
16031
16031
|
}
|
|
16032
16032
|
},
|
|
16033
16033
|
"x-f5xc-description-short": "Individual item in a collection of DNS Load Balancer.",
|
|
@@ -16085,7 +16085,7 @@
|
|
|
16085
16085
|
"maxLength": 17,
|
|
16086
16086
|
"minLength": 17,
|
|
16087
16087
|
"x-reconciled-from-discovery": true,
|
|
16088
|
-
"x-reconciled-at": "2026-01-
|
|
16088
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065156+00:00"
|
|
16089
16089
|
}
|
|
16090
16090
|
},
|
|
16091
16091
|
"x-f5xc-description-short": "Response for DNS Load Balancer Health Status Request.",
|
|
@@ -16159,7 +16159,7 @@
|
|
|
16159
16159
|
},
|
|
16160
16160
|
"x-original-maxLength": 1024,
|
|
16161
16161
|
"x-reconciled-from-discovery": true,
|
|
16162
|
-
"x-reconciled-at": "2026-01-
|
|
16162
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065165+00:00"
|
|
16163
16163
|
},
|
|
16164
16164
|
"status": {
|
|
16165
16165
|
"type": "array",
|
|
@@ -16180,7 +16180,7 @@
|
|
|
16180
16180
|
"maxLength": 17,
|
|
16181
16181
|
"minLength": 17,
|
|
16182
16182
|
"x-reconciled-from-discovery": true,
|
|
16183
|
-
"x-reconciled-at": "2026-01-
|
|
16183
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065170+00:00"
|
|
16184
16184
|
}
|
|
16185
16185
|
},
|
|
16186
16186
|
"x-f5xc-description-short": "Individual item in a collection of DNS Load Balancer Pool.",
|
|
@@ -16241,7 +16241,7 @@
|
|
|
16241
16241
|
"maxLength": 17,
|
|
16242
16242
|
"minLength": 17,
|
|
16243
16243
|
"x-reconciled-from-discovery": true,
|
|
16244
|
-
"x-reconciled-at": "2026-01-
|
|
16244
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065177+00:00"
|
|
16245
16245
|
}
|
|
16246
16246
|
},
|
|
16247
16247
|
"x-f5xc-description-short": "Response for DNS Load Balancer Pool Health Status Request.",
|
|
@@ -16319,7 +16319,7 @@
|
|
|
16319
16319
|
"maxLength": 17,
|
|
16320
16320
|
"minLength": 17,
|
|
16321
16321
|
"x-reconciled-from-discovery": true,
|
|
16322
|
-
"x-reconciled-at": "2026-01-
|
|
16322
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065187+00:00"
|
|
16323
16323
|
}
|
|
16324
16324
|
},
|
|
16325
16325
|
"x-f5xc-description-short": "Pool member health status change event data.",
|
|
@@ -16474,7 +16474,7 @@
|
|
|
16474
16474
|
},
|
|
16475
16475
|
"x-original-maxLength": 1024,
|
|
16476
16476
|
"x-reconciled-from-discovery": true,
|
|
16477
|
-
"x-reconciled-at": "2026-01-
|
|
16477
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065202+00:00"
|
|
16478
16478
|
},
|
|
16479
16479
|
"ports": {
|
|
16480
16480
|
"type": "array",
|
|
@@ -16521,7 +16521,7 @@
|
|
|
16521
16521
|
"maxLength": 17,
|
|
16522
16522
|
"minLength": 17,
|
|
16523
16523
|
"x-reconciled-from-discovery": true,
|
|
16524
|
-
"x-reconciled-at": "2026-01-
|
|
16524
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065209+00:00"
|
|
16525
16525
|
},
|
|
16526
16526
|
"unhealthy_ports": {
|
|
16527
16527
|
"type": "array",
|
|
@@ -16647,7 +16647,7 @@
|
|
|
16647
16647
|
},
|
|
16648
16648
|
"x-original-maxLength": 1024,
|
|
16649
16649
|
"x-reconciled-from-discovery": true,
|
|
16650
|
-
"x-reconciled-at": "2026-01-
|
|
16650
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065219+00:00"
|
|
16651
16651
|
},
|
|
16652
16652
|
"namespace": {
|
|
16653
16653
|
"type": "string",
|
|
@@ -16667,7 +16667,7 @@
|
|
|
16667
16667
|
},
|
|
16668
16668
|
"x-original-maxLength": 1024,
|
|
16669
16669
|
"x-reconciled-from-discovery": true,
|
|
16670
|
-
"x-reconciled-at": "2026-01-
|
|
16670
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065223+00:00"
|
|
16671
16671
|
}
|
|
16672
16672
|
},
|
|
16673
16673
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16770,7 +16770,7 @@
|
|
|
16770
16770
|
"maxLength": 17,
|
|
16771
16771
|
"minLength": 17,
|
|
16772
16772
|
"x-reconciled-from-discovery": true,
|
|
16773
|
-
"x-reconciled-at": "2026-01-
|
|
16773
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065236+00:00"
|
|
16774
16774
|
},
|
|
16775
16775
|
"system_metadata": {
|
|
16776
16776
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -16978,7 +16978,7 @@
|
|
|
16978
16978
|
},
|
|
16979
16979
|
"x-original-maxLength": 1024,
|
|
16980
16980
|
"x-reconciled-from-discovery": true,
|
|
16981
|
-
"x-reconciled-at": "2026-01-
|
|
16981
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065251+00:00"
|
|
16982
16982
|
},
|
|
16983
16983
|
"disabled": {
|
|
16984
16984
|
"type": "boolean",
|
|
@@ -17032,7 +17032,7 @@
|
|
|
17032
17032
|
},
|
|
17033
17033
|
"x-original-maxLength": 1024,
|
|
17034
17034
|
"x-reconciled-from-discovery": true,
|
|
17035
|
-
"x-reconciled-at": "2026-01-
|
|
17035
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065261+00:00"
|
|
17036
17036
|
},
|
|
17037
17037
|
"namespace": {
|
|
17038
17038
|
"type": "string",
|
|
@@ -17051,7 +17051,7 @@
|
|
|
17051
17051
|
},
|
|
17052
17052
|
"x-original-maxLength": 1024,
|
|
17053
17053
|
"x-reconciled-from-discovery": true,
|
|
17054
|
-
"x-reconciled-at": "2026-01-
|
|
17054
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065265+00:00"
|
|
17055
17055
|
},
|
|
17056
17056
|
"owner_view": {
|
|
17057
17057
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17093,7 +17093,7 @@
|
|
|
17093
17093
|
"x-field-mutability": "read-only",
|
|
17094
17094
|
"x-original-maxLength": 1024,
|
|
17095
17095
|
"x-reconciled-from-discovery": true,
|
|
17096
|
-
"x-reconciled-at": "2026-01-
|
|
17096
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065273+00:00"
|
|
17097
17097
|
},
|
|
17098
17098
|
"uid": {
|
|
17099
17099
|
"type": "string",
|
|
@@ -17115,7 +17115,7 @@
|
|
|
17115
17115
|
"x-original-maxLength": 1024,
|
|
17116
17116
|
"format": "uuid",
|
|
17117
17117
|
"x-reconciled-from-discovery": true,
|
|
17118
|
-
"x-reconciled-at": "2026-01-
|
|
17118
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065278+00:00"
|
|
17119
17119
|
}
|
|
17120
17120
|
},
|
|
17121
17121
|
"x-f5xc-description-short": "By default a summary of dns_load_balancer is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -17536,7 +17536,7 @@
|
|
|
17536
17536
|
},
|
|
17537
17537
|
"x-original-maxLength": 1024,
|
|
17538
17538
|
"x-reconciled-from-discovery": true,
|
|
17539
|
-
"x-reconciled-at": "2026-01-
|
|
17539
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065310+00:00"
|
|
17540
17540
|
},
|
|
17541
17541
|
"request_body": {
|
|
17542
17542
|
"$ref": "#/components/schemas/protobufAny"
|
|
@@ -17996,7 +17996,7 @@
|
|
|
17996
17996
|
},
|
|
17997
17997
|
"x-original-maxLength": 1024,
|
|
17998
17998
|
"x-reconciled-from-discovery": true,
|
|
17999
|
-
"x-reconciled-at": "2026-01-
|
|
17999
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065386+00:00"
|
|
18000
18000
|
}
|
|
18001
18001
|
},
|
|
18002
18002
|
"x-f5xc-description-short": "Metric data contains timestamp and the value.",
|
|
@@ -18062,7 +18062,7 @@
|
|
|
18062
18062
|
},
|
|
18063
18063
|
"x-original-maxLength": 1024,
|
|
18064
18064
|
"x-reconciled-from-discovery": true,
|
|
18065
|
-
"x-reconciled-at": "2026-01-
|
|
18065
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065495+00:00"
|
|
18066
18066
|
},
|
|
18067
18067
|
"previous_value": {
|
|
18068
18068
|
"type": "string",
|
|
@@ -18101,7 +18101,7 @@
|
|
|
18101
18101
|
},
|
|
18102
18102
|
"x-original-maxLength": 1024,
|
|
18103
18103
|
"x-reconciled-from-discovery": true,
|
|
18104
|
-
"x-reconciled-at": "2026-01-
|
|
18104
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065501+00:00"
|
|
18105
18105
|
}
|
|
18106
18106
|
},
|
|
18107
18107
|
"x-f5xc-description-short": "Trend value contains trend value, trend sentiment and trend calculation description and window size.",
|
|
@@ -18398,7 +18398,7 @@
|
|
|
18398
18398
|
},
|
|
18399
18399
|
"x-original-maxLength": 1024,
|
|
18400
18400
|
"x-reconciled-from-discovery": true,
|
|
18401
|
-
"x-reconciled-at": "2026-01-
|
|
18401
|
+
"x-reconciled-at": "2026-01-07T15:53:09.065545+00:00"
|
|
18402
18402
|
},
|
|
18403
18403
|
"ref_value": {
|
|
18404
18404
|
"$ref": "#/components/schemas/schemaviewsObjectRefType"
|
|
@@ -18572,7 +18572,7 @@
|
|
|
18572
18572
|
},
|
|
18573
18573
|
"x-original-maxLength": 1024,
|
|
18574
18574
|
"x-reconciled-from-discovery": true,
|
|
18575
|
-
"x-reconciled-at": "2026-01-
|
|
18575
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512659+00:00"
|
|
18576
18576
|
},
|
|
18577
18577
|
"namespace": {
|
|
18578
18578
|
"type": "string",
|
|
@@ -18592,7 +18592,7 @@
|
|
|
18592
18592
|
},
|
|
18593
18593
|
"x-original-maxLength": 1024,
|
|
18594
18594
|
"x-reconciled-from-discovery": true,
|
|
18595
|
-
"x-reconciled-at": "2026-01-
|
|
18595
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512666+00:00"
|
|
18596
18596
|
}
|
|
18597
18597
|
},
|
|
18598
18598
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18695,7 +18695,7 @@
|
|
|
18695
18695
|
"maxLength": 17,
|
|
18696
18696
|
"minLength": 17,
|
|
18697
18697
|
"x-reconciled-from-discovery": true,
|
|
18698
|
-
"x-reconciled-at": "2026-01-
|
|
18698
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512683+00:00"
|
|
18699
18699
|
},
|
|
18700
18700
|
"system_metadata": {
|
|
18701
18701
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -19034,7 +19034,7 @@
|
|
|
19034
19034
|
},
|
|
19035
19035
|
"x-original-maxLength": 1024,
|
|
19036
19036
|
"x-reconciled-from-discovery": true,
|
|
19037
|
-
"x-reconciled-at": "2026-01-
|
|
19037
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512713+00:00"
|
|
19038
19038
|
},
|
|
19039
19039
|
"disabled": {
|
|
19040
19040
|
"type": "boolean",
|
|
@@ -19088,7 +19088,7 @@
|
|
|
19088
19088
|
},
|
|
19089
19089
|
"x-original-maxLength": 1024,
|
|
19090
19090
|
"x-reconciled-from-discovery": true,
|
|
19091
|
-
"x-reconciled-at": "2026-01-
|
|
19091
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512723+00:00"
|
|
19092
19092
|
},
|
|
19093
19093
|
"namespace": {
|
|
19094
19094
|
"type": "string",
|
|
@@ -19107,7 +19107,7 @@
|
|
|
19107
19107
|
},
|
|
19108
19108
|
"x-original-maxLength": 1024,
|
|
19109
19109
|
"x-reconciled-from-discovery": true,
|
|
19110
|
-
"x-reconciled-at": "2026-01-
|
|
19110
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512728+00:00"
|
|
19111
19111
|
},
|
|
19112
19112
|
"owner_view": {
|
|
19113
19113
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -19149,7 +19149,7 @@
|
|
|
19149
19149
|
"x-field-mutability": "read-only",
|
|
19150
19150
|
"x-original-maxLength": 1024,
|
|
19151
19151
|
"x-reconciled-from-discovery": true,
|
|
19152
|
-
"x-reconciled-at": "2026-01-
|
|
19152
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512735+00:00"
|
|
19153
19153
|
},
|
|
19154
19154
|
"uid": {
|
|
19155
19155
|
"type": "string",
|
|
@@ -19171,7 +19171,7 @@
|
|
|
19171
19171
|
"x-original-maxLength": 1024,
|
|
19172
19172
|
"format": "uuid",
|
|
19173
19173
|
"x-reconciled-from-discovery": true,
|
|
19174
|
-
"x-reconciled-at": "2026-01-
|
|
19174
|
+
"x-reconciled-at": "2026-01-07T15:53:09.512741+00:00"
|
|
19175
19175
|
}
|
|
19176
19176
|
},
|
|
19177
19177
|
"x-f5xc-description-short": "By default a summary of dns_lb_health_check is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -19994,7 +19994,7 @@
|
|
|
19994
19994
|
},
|
|
19995
19995
|
"x-original-maxLength": 256,
|
|
19996
19996
|
"x-reconciled-from-discovery": true,
|
|
19997
|
-
"x-reconciled-at": "2026-01-
|
|
19997
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984588+00:00"
|
|
19998
19998
|
},
|
|
19999
19999
|
"priority": {
|
|
20000
20000
|
"type": "integer",
|
|
@@ -20101,7 +20101,7 @@
|
|
|
20101
20101
|
"x-original-maxLength": 1024,
|
|
20102
20102
|
"format": "hostname",
|
|
20103
20103
|
"x-reconciled-from-discovery": true,
|
|
20104
|
-
"x-reconciled-at": "2026-01-
|
|
20104
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984602+00:00"
|
|
20105
20105
|
},
|
|
20106
20106
|
"final_translation": {
|
|
20107
20107
|
"type": "boolean",
|
|
@@ -20140,7 +20140,7 @@
|
|
|
20140
20140
|
},
|
|
20141
20141
|
"x-original-maxLength": 256,
|
|
20142
20142
|
"x-reconciled-from-discovery": true,
|
|
20143
|
-
"x-reconciled-at": "2026-01-
|
|
20143
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984609+00:00"
|
|
20144
20144
|
},
|
|
20145
20145
|
"ratio": {
|
|
20146
20146
|
"type": "integer",
|
|
@@ -20402,7 +20402,7 @@
|
|
|
20402
20402
|
},
|
|
20403
20403
|
"x-original-maxLength": 1024,
|
|
20404
20404
|
"x-reconciled-from-discovery": true,
|
|
20405
|
-
"x-reconciled-at": "2026-01-
|
|
20405
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984636+00:00"
|
|
20406
20406
|
},
|
|
20407
20407
|
"namespace": {
|
|
20408
20408
|
"type": "string",
|
|
@@ -20422,7 +20422,7 @@
|
|
|
20422
20422
|
},
|
|
20423
20423
|
"x-original-maxLength": 1024,
|
|
20424
20424
|
"x-reconciled-from-discovery": true,
|
|
20425
|
-
"x-reconciled-at": "2026-01-
|
|
20425
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984641+00:00"
|
|
20426
20426
|
}
|
|
20427
20427
|
},
|
|
20428
20428
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20525,7 +20525,7 @@
|
|
|
20525
20525
|
"maxLength": 17,
|
|
20526
20526
|
"minLength": 17,
|
|
20527
20527
|
"x-reconciled-from-discovery": true,
|
|
20528
|
-
"x-reconciled-at": "2026-01-
|
|
20528
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984655+00:00"
|
|
20529
20529
|
},
|
|
20530
20530
|
"system_metadata": {
|
|
20531
20531
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -20759,7 +20759,7 @@
|
|
|
20759
20759
|
},
|
|
20760
20760
|
"x-original-maxLength": 1024,
|
|
20761
20761
|
"x-reconciled-from-discovery": true,
|
|
20762
|
-
"x-reconciled-at": "2026-01-
|
|
20762
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984678+00:00"
|
|
20763
20763
|
},
|
|
20764
20764
|
"disabled": {
|
|
20765
20765
|
"type": "boolean",
|
|
@@ -20813,7 +20813,7 @@
|
|
|
20813
20813
|
},
|
|
20814
20814
|
"x-original-maxLength": 1024,
|
|
20815
20815
|
"x-reconciled-from-discovery": true,
|
|
20816
|
-
"x-reconciled-at": "2026-01-
|
|
20816
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984688+00:00"
|
|
20817
20817
|
},
|
|
20818
20818
|
"namespace": {
|
|
20819
20819
|
"type": "string",
|
|
@@ -20832,7 +20832,7 @@
|
|
|
20832
20832
|
},
|
|
20833
20833
|
"x-original-maxLength": 1024,
|
|
20834
20834
|
"x-reconciled-from-discovery": true,
|
|
20835
|
-
"x-reconciled-at": "2026-01-
|
|
20835
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984692+00:00"
|
|
20836
20836
|
},
|
|
20837
20837
|
"owner_view": {
|
|
20838
20838
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -20874,7 +20874,7 @@
|
|
|
20874
20874
|
"x-field-mutability": "read-only",
|
|
20875
20875
|
"x-original-maxLength": 1024,
|
|
20876
20876
|
"x-reconciled-from-discovery": true,
|
|
20877
|
-
"x-reconciled-at": "2026-01-
|
|
20877
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984700+00:00"
|
|
20878
20878
|
},
|
|
20879
20879
|
"uid": {
|
|
20880
20880
|
"type": "string",
|
|
@@ -20895,7 +20895,7 @@
|
|
|
20895
20895
|
"x-original-maxLength": 1024,
|
|
20896
20896
|
"format": "uuid",
|
|
20897
20897
|
"x-reconciled-from-discovery": true,
|
|
20898
|
-
"x-reconciled-at": "2026-01-
|
|
20898
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984705+00:00"
|
|
20899
20899
|
}
|
|
20900
20900
|
},
|
|
20901
20901
|
"x-f5xc-description-short": "By default a summary of dns_lb_pool is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -20984,7 +20984,7 @@
|
|
|
20984
20984
|
"x-original-maxLength": 1024,
|
|
20985
20985
|
"format": "hostname",
|
|
20986
20986
|
"x-reconciled-from-discovery": true,
|
|
20987
|
-
"x-reconciled-at": "2026-01-
|
|
20987
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984711+00:00"
|
|
20988
20988
|
},
|
|
20989
20989
|
"name": {
|
|
20990
20990
|
"type": "string",
|
|
@@ -21009,7 +21009,7 @@
|
|
|
21009
21009
|
},
|
|
21010
21010
|
"x-original-maxLength": 256,
|
|
21011
21011
|
"x-reconciled-from-discovery": true,
|
|
21012
|
-
"x-reconciled-at": "2026-01-
|
|
21012
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984715+00:00"
|
|
21013
21013
|
},
|
|
21014
21014
|
"priority": {
|
|
21015
21015
|
"type": "integer",
|
|
@@ -21318,7 +21318,7 @@
|
|
|
21318
21318
|
},
|
|
21319
21319
|
"x-original-maxLength": 256,
|
|
21320
21320
|
"x-reconciled-from-discovery": true,
|
|
21321
|
-
"x-reconciled-at": "2026-01-
|
|
21321
|
+
"x-reconciled-at": "2026-01-07T15:53:09.984740+00:00"
|
|
21322
21322
|
},
|
|
21323
21323
|
"port": {
|
|
21324
21324
|
"type": "integer",
|
|
@@ -21832,7 +21832,7 @@
|
|
|
21832
21832
|
},
|
|
21833
21833
|
"x-original-maxLength": 1024,
|
|
21834
21834
|
"x-reconciled-from-discovery": true,
|
|
21835
|
-
"x-reconciled-at": "2026-01-
|
|
21835
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302222+00:00"
|
|
21836
21836
|
},
|
|
21837
21837
|
"values": {
|
|
21838
21838
|
"type": "array",
|
|
@@ -21989,7 +21989,7 @@
|
|
|
21989
21989
|
},
|
|
21990
21990
|
"x-original-maxLength": 1024,
|
|
21991
21991
|
"x-reconciled-from-discovery": true,
|
|
21992
|
-
"x-reconciled-at": "2026-01-
|
|
21992
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302234+00:00"
|
|
21993
21993
|
}
|
|
21994
21994
|
},
|
|
21995
21995
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22030,7 +22030,7 @@
|
|
|
22030
22030
|
"x-field-mutability": "read-only",
|
|
22031
22031
|
"x-original-maxLength": 1024,
|
|
22032
22032
|
"x-reconciled-from-discovery": true,
|
|
22033
|
-
"x-reconciled-at": "2026-01-
|
|
22033
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302240+00:00"
|
|
22034
22034
|
}
|
|
22035
22035
|
},
|
|
22036
22036
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22202,7 +22202,7 @@
|
|
|
22202
22202
|
},
|
|
22203
22203
|
"x-original-maxLength": 1024,
|
|
22204
22204
|
"x-reconciled-from-discovery": true,
|
|
22205
|
-
"x-reconciled-at": "2026-01-
|
|
22205
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302259+00:00"
|
|
22206
22206
|
},
|
|
22207
22207
|
"values": {
|
|
22208
22208
|
"type": "array",
|
|
@@ -22267,7 +22267,7 @@
|
|
|
22267
22267
|
},
|
|
22268
22268
|
"x-original-maxLength": 1024,
|
|
22269
22269
|
"x-reconciled-from-discovery": true,
|
|
22270
|
-
"x-reconciled-at": "2026-01-
|
|
22270
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302266+00:00"
|
|
22271
22271
|
},
|
|
22272
22272
|
"values": {
|
|
22273
22273
|
"type": "array",
|
|
@@ -22349,7 +22349,7 @@
|
|
|
22349
22349
|
},
|
|
22350
22350
|
"x-original-maxLength": 1024,
|
|
22351
22351
|
"x-reconciled-from-discovery": true,
|
|
22352
|
-
"x-reconciled-at": "2026-01-
|
|
22352
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302273+00:00"
|
|
22353
22353
|
},
|
|
22354
22354
|
"values": {
|
|
22355
22355
|
"type": "array",
|
|
@@ -22426,7 +22426,7 @@
|
|
|
22426
22426
|
},
|
|
22427
22427
|
"x-original-maxLength": 1024,
|
|
22428
22428
|
"x-reconciled-from-discovery": true,
|
|
22429
|
-
"x-reconciled-at": "2026-01-
|
|
22429
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302279+00:00"
|
|
22430
22430
|
},
|
|
22431
22431
|
"values": {
|
|
22432
22432
|
"type": "array",
|
|
@@ -22507,7 +22507,7 @@
|
|
|
22507
22507
|
},
|
|
22508
22508
|
"x-original-maxLength": 255,
|
|
22509
22509
|
"x-reconciled-from-discovery": true,
|
|
22510
|
-
"x-reconciled-at": "2026-01-
|
|
22510
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302285+00:00"
|
|
22511
22511
|
}
|
|
22512
22512
|
},
|
|
22513
22513
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22552,7 +22552,7 @@
|
|
|
22552
22552
|
},
|
|
22553
22553
|
"x-original-maxLength": 1024,
|
|
22554
22554
|
"x-reconciled-from-discovery": true,
|
|
22555
|
-
"x-reconciled-at": "2026-01-
|
|
22555
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302290+00:00"
|
|
22556
22556
|
},
|
|
22557
22557
|
"values": {
|
|
22558
22558
|
"type": "array",
|
|
@@ -22621,7 +22621,7 @@
|
|
|
22621
22621
|
},
|
|
22622
22622
|
"x-original-maxLength": 1024,
|
|
22623
22623
|
"x-reconciled-from-discovery": true,
|
|
22624
|
-
"x-reconciled-at": "2026-01-
|
|
22624
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302296+00:00"
|
|
22625
22625
|
},
|
|
22626
22626
|
"values": {
|
|
22627
22627
|
"type": "array",
|
|
@@ -22699,7 +22699,7 @@
|
|
|
22699
22699
|
},
|
|
22700
22700
|
"x-original-maxLength": 1024,
|
|
22701
22701
|
"x-reconciled-from-discovery": true,
|
|
22702
|
-
"x-reconciled-at": "2026-01-
|
|
22702
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302303+00:00"
|
|
22703
22703
|
},
|
|
22704
22704
|
"value": {
|
|
22705
22705
|
"type": "string",
|
|
@@ -22726,7 +22726,7 @@
|
|
|
22726
22726
|
},
|
|
22727
22727
|
"x-original-maxLength": 255,
|
|
22728
22728
|
"x-reconciled-from-discovery": true,
|
|
22729
|
-
"x-reconciled-at": "2026-01-
|
|
22729
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302307+00:00"
|
|
22730
22730
|
}
|
|
22731
22731
|
},
|
|
22732
22732
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22773,7 +22773,7 @@
|
|
|
22773
22773
|
},
|
|
22774
22774
|
"x-original-maxLength": 1024,
|
|
22775
22775
|
"x-reconciled-from-discovery": true,
|
|
22776
|
-
"x-reconciled-at": "2026-01-
|
|
22776
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302311+00:00"
|
|
22777
22777
|
},
|
|
22778
22778
|
"values": {
|
|
22779
22779
|
"type": "array",
|
|
@@ -22874,7 +22874,7 @@
|
|
|
22874
22874
|
},
|
|
22875
22875
|
"x-original-maxLength": 1024,
|
|
22876
22876
|
"x-reconciled-from-discovery": true,
|
|
22877
|
-
"x-reconciled-at": "2026-01-
|
|
22877
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302318+00:00"
|
|
22878
22878
|
},
|
|
22879
22879
|
"value": {
|
|
22880
22880
|
"type": "string",
|
|
@@ -22906,7 +22906,7 @@
|
|
|
22906
22906
|
},
|
|
22907
22907
|
"x-original-maxLength": 17,
|
|
22908
22908
|
"x-reconciled-from-discovery": true,
|
|
22909
|
-
"x-reconciled-at": "2026-01-
|
|
22909
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302322+00:00"
|
|
22910
22910
|
}
|
|
22911
22911
|
},
|
|
22912
22912
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22954,7 +22954,7 @@
|
|
|
22954
22954
|
},
|
|
22955
22955
|
"x-original-maxLength": 1024,
|
|
22956
22956
|
"x-reconciled-from-discovery": true,
|
|
22957
|
-
"x-reconciled-at": "2026-01-
|
|
22957
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302327+00:00"
|
|
22958
22958
|
},
|
|
22959
22959
|
"value": {
|
|
22960
22960
|
"type": "string",
|
|
@@ -22986,7 +22986,7 @@
|
|
|
22986
22986
|
},
|
|
22987
22987
|
"x-original-maxLength": 23,
|
|
22988
22988
|
"x-reconciled-from-discovery": true,
|
|
22989
|
-
"x-reconciled-at": "2026-01-
|
|
22989
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302331+00:00"
|
|
22990
22990
|
}
|
|
22991
22991
|
},
|
|
22992
22992
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23034,7 +23034,7 @@
|
|
|
23034
23034
|
},
|
|
23035
23035
|
"x-original-maxLength": 255,
|
|
23036
23036
|
"x-reconciled-from-discovery": true,
|
|
23037
|
-
"x-reconciled-at": "2026-01-
|
|
23037
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302336+00:00"
|
|
23038
23038
|
},
|
|
23039
23039
|
"value": {
|
|
23040
23040
|
"$ref": "#/components/schemas/schemaviewsObjectRefType"
|
|
@@ -23084,7 +23084,7 @@
|
|
|
23084
23084
|
},
|
|
23085
23085
|
"x-original-maxLength": 1024,
|
|
23086
23086
|
"x-reconciled-from-discovery": true,
|
|
23087
|
-
"x-reconciled-at": "2026-01-
|
|
23087
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302343+00:00"
|
|
23088
23088
|
},
|
|
23089
23089
|
"values": {
|
|
23090
23090
|
"type": "array",
|
|
@@ -23160,7 +23160,7 @@
|
|
|
23160
23160
|
},
|
|
23161
23161
|
"x-original-maxLength": 1024,
|
|
23162
23162
|
"x-reconciled-from-discovery": true,
|
|
23163
|
-
"x-reconciled-at": "2026-01-
|
|
23163
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302350+00:00"
|
|
23164
23164
|
},
|
|
23165
23165
|
"values": {
|
|
23166
23166
|
"type": "array",
|
|
@@ -23233,7 +23233,7 @@
|
|
|
23233
23233
|
},
|
|
23234
23234
|
"x-original-maxLength": 1024,
|
|
23235
23235
|
"x-reconciled-from-discovery": true,
|
|
23236
|
-
"x-reconciled-at": "2026-01-
|
|
23236
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302356+00:00"
|
|
23237
23237
|
},
|
|
23238
23238
|
"values": {
|
|
23239
23239
|
"type": "array",
|
|
@@ -23309,7 +23309,7 @@
|
|
|
23309
23309
|
},
|
|
23310
23310
|
"x-original-maxLength": 1024,
|
|
23311
23311
|
"x-reconciled-from-discovery": true,
|
|
23312
|
-
"x-reconciled-at": "2026-01-
|
|
23312
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302362+00:00"
|
|
23313
23313
|
},
|
|
23314
23314
|
"values": {
|
|
23315
23315
|
"type": "array",
|
|
@@ -23389,7 +23389,7 @@
|
|
|
23389
23389
|
},
|
|
23390
23390
|
"x-original-maxLength": 1024,
|
|
23391
23391
|
"x-reconciled-from-discovery": true,
|
|
23392
|
-
"x-reconciled-at": "2026-01-
|
|
23392
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302368+00:00"
|
|
23393
23393
|
},
|
|
23394
23394
|
"values": {
|
|
23395
23395
|
"type": "array",
|
|
@@ -23555,7 +23555,7 @@
|
|
|
23555
23555
|
},
|
|
23556
23556
|
"x-original-maxLength": 1024,
|
|
23557
23557
|
"x-reconciled-from-discovery": true,
|
|
23558
|
-
"x-reconciled-at": "2026-01-
|
|
23558
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302382+00:00"
|
|
23559
23559
|
},
|
|
23560
23560
|
"values": {
|
|
23561
23561
|
"type": "array",
|
|
@@ -23631,7 +23631,7 @@
|
|
|
23631
23631
|
},
|
|
23632
23632
|
"x-original-maxLength": 1024,
|
|
23633
23633
|
"x-reconciled-from-discovery": true,
|
|
23634
|
-
"x-reconciled-at": "2026-01-
|
|
23634
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302389+00:00"
|
|
23635
23635
|
},
|
|
23636
23636
|
"values": {
|
|
23637
23637
|
"type": "array",
|
|
@@ -24039,7 +24039,7 @@
|
|
|
24039
24039
|
},
|
|
24040
24040
|
"x-original-maxLength": 1024,
|
|
24041
24041
|
"x-reconciled-from-discovery": true,
|
|
24042
|
-
"x-reconciled-at": "2026-01-
|
|
24042
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302419+00:00"
|
|
24043
24043
|
},
|
|
24044
24044
|
"namespace": {
|
|
24045
24045
|
"type": "string",
|
|
@@ -24059,7 +24059,7 @@
|
|
|
24059
24059
|
},
|
|
24060
24060
|
"x-original-maxLength": 1024,
|
|
24061
24061
|
"x-reconciled-from-discovery": true,
|
|
24062
|
-
"x-reconciled-at": "2026-01-
|
|
24062
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302424+00:00"
|
|
24063
24063
|
}
|
|
24064
24064
|
},
|
|
24065
24065
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24184,7 +24184,7 @@
|
|
|
24184
24184
|
},
|
|
24185
24185
|
"x-original-maxLength": 1024,
|
|
24186
24186
|
"x-reconciled-from-discovery": true,
|
|
24187
|
-
"x-reconciled-at": "2026-01-
|
|
24187
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302435+00:00"
|
|
24188
24188
|
},
|
|
24189
24189
|
"sort": {
|
|
24190
24190
|
"$ref": "#/components/schemas/schemaSortOrder"
|
|
@@ -24431,7 +24431,7 @@
|
|
|
24431
24431
|
},
|
|
24432
24432
|
"x-original-maxLength": 1024,
|
|
24433
24433
|
"x-reconciled-from-discovery": true,
|
|
24434
|
-
"x-reconciled-at": "2026-01-
|
|
24434
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302453+00:00"
|
|
24435
24435
|
},
|
|
24436
24436
|
"sort": {
|
|
24437
24437
|
"$ref": "#/components/schemas/schemaSortOrder"
|
|
@@ -24609,7 +24609,7 @@
|
|
|
24609
24609
|
"x-original-maxLength": 1024,
|
|
24610
24610
|
"format": "hostname",
|
|
24611
24611
|
"x-reconciled-from-discovery": true,
|
|
24612
|
-
"x-reconciled-at": "2026-01-
|
|
24612
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302470+00:00"
|
|
24613
24613
|
},
|
|
24614
24614
|
"query_type": {
|
|
24615
24615
|
"type": "string",
|
|
@@ -24942,7 +24942,7 @@
|
|
|
24942
24942
|
"maxLength": 17,
|
|
24943
24943
|
"minLength": 17,
|
|
24944
24944
|
"x-reconciled-from-discovery": true,
|
|
24945
|
-
"x-reconciled-at": "2026-01-
|
|
24945
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302500+00:00"
|
|
24946
24946
|
},
|
|
24947
24947
|
"system_metadata": {
|
|
24948
24948
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -25018,7 +25018,7 @@
|
|
|
25018
25018
|
"x-original-maxLength": 1024,
|
|
25019
25019
|
"format": "hostname",
|
|
25020
25020
|
"x-reconciled-from-discovery": true,
|
|
25021
|
-
"x-reconciled-at": "2026-01-
|
|
25021
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302508+00:00"
|
|
25022
25022
|
},
|
|
25023
25023
|
"num_of_dns_records": {
|
|
25024
25024
|
"type": "integer",
|
|
@@ -25184,7 +25184,7 @@
|
|
|
25184
25184
|
},
|
|
25185
25185
|
"x-original-maxLength": 1024,
|
|
25186
25186
|
"x-reconciled-from-discovery": true,
|
|
25187
|
-
"x-reconciled-at": "2026-01-
|
|
25187
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302525+00:00"
|
|
25188
25188
|
},
|
|
25189
25189
|
"file": {
|
|
25190
25190
|
"type": "string",
|
|
@@ -25318,7 +25318,7 @@
|
|
|
25318
25318
|
},
|
|
25319
25319
|
"x-original-maxLength": 1024,
|
|
25320
25320
|
"x-reconciled-from-discovery": true,
|
|
25321
|
-
"x-reconciled-at": "2026-01-
|
|
25321
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302536+00:00"
|
|
25322
25322
|
},
|
|
25323
25323
|
"file": {
|
|
25324
25324
|
"type": "string",
|
|
@@ -25866,7 +25866,7 @@
|
|
|
25866
25866
|
},
|
|
25867
25867
|
"x-original-maxLength": 1024,
|
|
25868
25868
|
"x-reconciled-from-discovery": true,
|
|
25869
|
-
"x-reconciled-at": "2026-01-
|
|
25869
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302585+00:00"
|
|
25870
25870
|
},
|
|
25871
25871
|
"disabled": {
|
|
25872
25872
|
"type": "boolean",
|
|
@@ -25920,7 +25920,7 @@
|
|
|
25920
25920
|
},
|
|
25921
25921
|
"x-original-maxLength": 1024,
|
|
25922
25922
|
"x-reconciled-from-discovery": true,
|
|
25923
|
-
"x-reconciled-at": "2026-01-
|
|
25923
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302596+00:00"
|
|
25924
25924
|
},
|
|
25925
25925
|
"namespace": {
|
|
25926
25926
|
"type": "string",
|
|
@@ -25939,7 +25939,7 @@
|
|
|
25939
25939
|
},
|
|
25940
25940
|
"x-original-maxLength": 1024,
|
|
25941
25941
|
"x-reconciled-from-discovery": true,
|
|
25942
|
-
"x-reconciled-at": "2026-01-
|
|
25942
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302600+00:00"
|
|
25943
25943
|
},
|
|
25944
25944
|
"owner_view": {
|
|
25945
25945
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -25981,7 +25981,7 @@
|
|
|
25981
25981
|
"x-field-mutability": "read-only",
|
|
25982
25982
|
"x-original-maxLength": 1024,
|
|
25983
25983
|
"x-reconciled-from-discovery": true,
|
|
25984
|
-
"x-reconciled-at": "2026-01-
|
|
25984
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302608+00:00"
|
|
25985
25985
|
},
|
|
25986
25986
|
"uid": {
|
|
25987
25987
|
"type": "string",
|
|
@@ -26002,7 +26002,7 @@
|
|
|
26002
26002
|
"x-original-maxLength": 1024,
|
|
26003
26003
|
"format": "uuid",
|
|
26004
26004
|
"x-reconciled-from-discovery": true,
|
|
26005
|
-
"x-reconciled-at": "2026-01-
|
|
26005
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302613+00:00"
|
|
26006
26006
|
}
|
|
26007
26007
|
},
|
|
26008
26008
|
"x-f5xc-description-short": "By default a summary of dns_zone is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
@@ -26084,7 +26084,7 @@
|
|
|
26084
26084
|
"x-original-maxLength": 1024,
|
|
26085
26085
|
"format": "hostname",
|
|
26086
26086
|
"x-reconciled-from-discovery": true,
|
|
26087
|
-
"x-reconciled-at": "2026-01-
|
|
26087
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302619+00:00"
|
|
26088
26088
|
},
|
|
26089
26089
|
"priority": {
|
|
26090
26090
|
"type": "integer",
|
|
@@ -26163,7 +26163,7 @@
|
|
|
26163
26163
|
"maxLength": 15,
|
|
26164
26164
|
"minLength": 3,
|
|
26165
26165
|
"x-reconciled-from-discovery": true,
|
|
26166
|
-
"x-reconciled-at": "2026-01-
|
|
26166
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302628+00:00"
|
|
26167
26167
|
}
|
|
26168
26168
|
},
|
|
26169
26169
|
"x-f5xc-description-short": "Metrics Data contains key/value pairs that uniquely identifies the group_by labels specified in the request.",
|
|
@@ -26617,7 +26617,7 @@
|
|
|
26617
26617
|
},
|
|
26618
26618
|
"x-original-maxLength": 1024,
|
|
26619
26619
|
"x-reconciled-from-discovery": true,
|
|
26620
|
-
"x-reconciled-at": "2026-01-
|
|
26620
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302671+00:00"
|
|
26621
26621
|
},
|
|
26622
26622
|
"ds_record": {
|
|
26623
26623
|
"$ref": "#/components/schemas/dns_zoneDNSDSRecord"
|
|
@@ -27455,7 +27455,7 @@
|
|
|
27455
27455
|
},
|
|
27456
27456
|
"x-original-maxLength": 1024,
|
|
27457
27457
|
"x-reconciled-from-discovery": true,
|
|
27458
|
-
"x-reconciled-at": "2026-01-
|
|
27458
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302729+00:00"
|
|
27459
27459
|
},
|
|
27460
27460
|
"values": {
|
|
27461
27461
|
"type": "array",
|
|
@@ -27905,7 +27905,7 @@
|
|
|
27905
27905
|
},
|
|
27906
27906
|
"x-original-maxLength": 1024,
|
|
27907
27907
|
"x-reconciled-from-discovery": true,
|
|
27908
|
-
"x-reconciled-at": "2026-01-
|
|
27908
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302759+00:00"
|
|
27909
27909
|
},
|
|
27910
27910
|
"values": {
|
|
27911
27911
|
"type": "array",
|
|
@@ -28154,7 +28154,7 @@
|
|
|
28154
28154
|
},
|
|
28155
28155
|
"x-original-maxLength": 1024,
|
|
28156
28156
|
"x-reconciled-from-discovery": true,
|
|
28157
|
-
"x-reconciled-at": "2026-01-
|
|
28157
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302804+00:00"
|
|
28158
28158
|
},
|
|
28159
28159
|
"store_provider": {
|
|
28160
28160
|
"type": "string",
|
|
@@ -28217,7 +28217,7 @@
|
|
|
28217
28217
|
},
|
|
28218
28218
|
"x-original-maxLength": 1024,
|
|
28219
28219
|
"x-reconciled-from-discovery": true,
|
|
28220
|
-
"x-reconciled-at": "2026-01-
|
|
28220
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302811+00:00"
|
|
28221
28221
|
},
|
|
28222
28222
|
"url": {
|
|
28223
28223
|
"type": "string",
|
|
@@ -28294,7 +28294,7 @@
|
|
|
28294
28294
|
},
|
|
28295
28295
|
"x-original-maxLength": 256,
|
|
28296
28296
|
"x-reconciled-from-discovery": true,
|
|
28297
|
-
"x-reconciled-at": "2026-01-
|
|
28297
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302844+00:00"
|
|
28298
28298
|
},
|
|
28299
28299
|
"name": {
|
|
28300
28300
|
"type": "string",
|
|
@@ -28325,7 +28325,7 @@
|
|
|
28325
28325
|
},
|
|
28326
28326
|
"x-original-maxLength": 1024,
|
|
28327
28327
|
"x-reconciled-from-discovery": true,
|
|
28328
|
-
"x-reconciled-at": "2026-01-
|
|
28328
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302849+00:00"
|
|
28329
28329
|
}
|
|
28330
28330
|
},
|
|
28331
28331
|
"x-f5xc-description-short": "MessageMetaType is metadata (common attributes) of a message that only certain messages have.",
|
|
@@ -28437,7 +28437,7 @@
|
|
|
28437
28437
|
},
|
|
28438
28438
|
"x-original-maxLength": 1024,
|
|
28439
28439
|
"x-reconciled-from-discovery": true,
|
|
28440
|
-
"x-reconciled-at": "2026-01-
|
|
28440
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302983+00:00"
|
|
28441
28441
|
},
|
|
28442
28442
|
"location": {
|
|
28443
28443
|
"type": "string",
|
|
@@ -28455,7 +28455,7 @@
|
|
|
28455
28455
|
},
|
|
28456
28456
|
"x-original-maxLength": 1024,
|
|
28457
28457
|
"x-reconciled-from-discovery": true,
|
|
28458
|
-
"x-reconciled-at": "2026-01-
|
|
28458
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302987+00:00"
|
|
28459
28459
|
},
|
|
28460
28460
|
"provider": {
|
|
28461
28461
|
"type": "string",
|
|
@@ -28474,7 +28474,7 @@
|
|
|
28474
28474
|
},
|
|
28475
28475
|
"x-original-maxLength": 1024,
|
|
28476
28476
|
"x-reconciled-from-discovery": true,
|
|
28477
|
-
"x-reconciled-at": "2026-01-
|
|
28477
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302991+00:00"
|
|
28478
28478
|
},
|
|
28479
28479
|
"secret_encoding": {
|
|
28480
28480
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -28498,7 +28498,7 @@
|
|
|
28498
28498
|
"maxLength": 1,
|
|
28499
28499
|
"minLength": 1,
|
|
28500
28500
|
"x-reconciled-from-discovery": true,
|
|
28501
|
-
"x-reconciled-at": "2026-01-
|
|
28501
|
+
"x-reconciled-at": "2026-01-07T15:53:11.302997+00:00"
|
|
28502
28502
|
}
|
|
28503
28503
|
},
|
|
28504
28504
|
"x-f5xc-description-short": "X-displayName: \"Vault Secret\" VaultSecretInfoType specifies information about the Secret managed by Hashicorp Vault.",
|
|
@@ -28540,7 +28540,7 @@
|
|
|
28540
28540
|
},
|
|
28541
28541
|
"x-original-maxLength": 1024,
|
|
28542
28542
|
"x-reconciled-from-discovery": true,
|
|
28543
|
-
"x-reconciled-at": "2026-01-
|
|
28543
|
+
"x-reconciled-at": "2026-01-07T15:53:11.303019+00:00"
|
|
28544
28544
|
}
|
|
28545
28545
|
},
|
|
28546
28546
|
"x-f5xc-description-short": "X-displayName: \"Wingman Secret\" WingmanSecretInfoType specifies the handle to the wingman secret.",
|
|
@@ -28830,7 +28830,7 @@
|
|
|
28830
28830
|
},
|
|
28831
28831
|
"x-original-maxLength": 1024,
|
|
28832
28832
|
"x-reconciled-from-discovery": true,
|
|
28833
|
-
"x-reconciled-at": "2026-01-
|
|
28833
|
+
"x-reconciled-at": "2026-01-07T15:53:17.112889+00:00"
|
|
28834
28834
|
},
|
|
28835
28835
|
"record_name": {
|
|
28836
28836
|
"type": "string",
|