@robinmordasiewicz/f5xc-api-mcp 2.0.5-2601050335 → 2.0.13-2601051957
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/CHANGELOG.md +25 -14
- package/README.md +9 -5
- package/dist/generator/domain-metadata.d.ts +162 -3
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +263 -20
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +9 -2
- package/dist/generator/naming/acronyms.d.ts.map +1 -1
- package/dist/generator/naming/acronyms.js +35 -129
- package/dist/generator/naming/acronyms.js.map +1 -1
- package/dist/generator/naming/index.d.ts +1 -1
- package/dist/generator/naming/index.d.ts.map +1 -1
- package/dist/generator/naming/index.js +1 -1
- package/dist/generator/naming/index.js.map +1 -1
- package/dist/prompts/error-resolution.d.ts +7 -24
- package/dist/prompts/error-resolution.d.ts.map +1 -1
- package/dist/prompts/error-resolution.js +94 -296
- package/dist/prompts/error-resolution.js.map +1 -1
- package/dist/prompts/index.d.ts +2 -2
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +3 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts +8 -16
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +100 -306
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +9 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +1 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +135 -226
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
- package/dist/tools/discovery/cost-estimator.js +16 -4
- package/dist/tools/discovery/cost-estimator.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/dist/version.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +90 -26
- package/specs/domains/ai_services.json +149 -22
- package/specs/domains/api.json +598 -179
- package/specs/domains/authentication.json +198 -46
- package/specs/domains/bigip.json +326 -98
- package/specs/domains/billing_and_usage.json +289 -64
- package/specs/domains/blindfold.json +384 -110
- package/specs/domains/bot_and_threat_defense.json +256 -66
- package/specs/domains/cdn.json +477 -181
- package/specs/domains/ce_management.json +398 -118
- package/specs/domains/certificates.json +253 -78
- package/specs/domains/cloud_infrastructure.json +412 -115
- package/specs/domains/container_services.json +260 -95
- package/specs/domains/data_and_privacy_security.json +210 -68
- package/specs/domains/data_intelligence.json +225 -63
- package/specs/domains/ddos.json +690 -156
- package/specs/domains/dns.json +614 -149
- package/specs/domains/managed_kubernetes.json +317 -89
- package/specs/domains/marketplace.json +427 -104
- package/specs/domains/network.json +950 -231
- package/specs/domains/network_security.json +749 -188
- package/specs/domains/nginx_one.json +211 -63
- package/specs/domains/object_storage.json +126 -13
- package/specs/domains/observability.json +622 -103
- package/specs/domains/rate_limiting.json +208 -53
- package/specs/domains/secops_and_incident_response.json +122 -37
- package/specs/domains/service_mesh.json +484 -123
- package/specs/domains/shape.json +2359 -314
- package/specs/domains/sites.json +1572 -390
- package/specs/domains/statistics.json +892 -226
- package/specs/domains/support.json +544 -109
- package/specs/domains/telemetry_and_insights.json +312 -73
- package/specs/domains/tenant_and_identity.json +1881 -273
- package/specs/domains/threat_campaign.json +124 -67
- package/specs/domains/users.json +225 -72
- package/specs/domains/virtual.json +1157 -245
- package/specs/domains/vpm_and_node_management.json +59 -2
- package/specs/domains/waf.json +565 -140
- package/specs/index.json +1758 -5
package/specs/domains/api.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Api",
|
|
5
5
|
"description": "Structured classification systems with versioning support for contract evolution. Hierarchical groupings segment resources by operational role or security boundaries. Behavioral verification confirms authentication flows and permission constraints. Token and key safeguards protect sensitive credentials. Traffic inspection through connected load balancers and firewalls enables threat detection at network perimeters.",
|
|
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"
|
|
@@ -13,7 +13,57 @@
|
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
15
|
"summary": "Resource cataloging with automatic classification and security profiling. Organizational hierarchies segment access by function or protection policy.",
|
|
16
|
-
"x-f5xc-cli-domain": "api"
|
|
16
|
+
"x-f5xc-cli-domain": "api",
|
|
17
|
+
"x-f5xc-best-practices": {
|
|
18
|
+
"common_errors": [
|
|
19
|
+
{
|
|
20
|
+
"code": 400,
|
|
21
|
+
"message": "Invalid request body",
|
|
22
|
+
"resolution": "Validate JSON structure and required fields before submission",
|
|
23
|
+
"prevention": "Use schema validation from OpenAPI spec"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": 401,
|
|
27
|
+
"message": "Authentication failed",
|
|
28
|
+
"resolution": "Verify API token is valid and not expired",
|
|
29
|
+
"prevention": "Use environment variables for token management"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"code": 403,
|
|
33
|
+
"message": "Permission denied",
|
|
34
|
+
"resolution": "Check user role and namespace permissions",
|
|
35
|
+
"prevention": "Verify RBAC policies before operations"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"code": 404,
|
|
39
|
+
"message": "Resource not found",
|
|
40
|
+
"resolution": "Verify resource name and namespace exist",
|
|
41
|
+
"prevention": "List resources before attempting operations"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"code": 409,
|
|
45
|
+
"message": "Resource already exists",
|
|
46
|
+
"resolution": "Use unique name or delete existing resource",
|
|
47
|
+
"prevention": "Check existence before creation"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"code": 429,
|
|
51
|
+
"message": "Rate limit exceeded",
|
|
52
|
+
"resolution": "Implement exponential backoff and retry logic",
|
|
53
|
+
"prevention": "Batch operations and add delays between requests"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"security_notes": [
|
|
57
|
+
"Always use HTTPS for all API communications",
|
|
58
|
+
"Store API tokens securely, never in source code",
|
|
59
|
+
"Rotate API tokens regularly following security policies"
|
|
60
|
+
],
|
|
61
|
+
"performance_tips": [
|
|
62
|
+
"Use pagination for large result sets",
|
|
63
|
+
"Batch related operations when possible",
|
|
64
|
+
"Cache read-only responses appropriately"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
17
67
|
},
|
|
18
68
|
"servers": [
|
|
19
69
|
{
|
|
@@ -284,6 +334,13 @@
|
|
|
284
334
|
"latency": "low",
|
|
285
335
|
"resource_usage": "low"
|
|
286
336
|
}
|
|
337
|
+
},
|
|
338
|
+
"x-f5xc-discovered-response-time": {
|
|
339
|
+
"p50_ms": 1000,
|
|
340
|
+
"p95_ms": 3000,
|
|
341
|
+
"p99_ms": 8000,
|
|
342
|
+
"sample_count": 0,
|
|
343
|
+
"source": "estimate"
|
|
287
344
|
}
|
|
288
345
|
},
|
|
289
346
|
"x-displayname": "API Crawler.",
|
|
@@ -506,6 +563,13 @@
|
|
|
506
563
|
"latency": "low",
|
|
507
564
|
"resource_usage": "low"
|
|
508
565
|
}
|
|
566
|
+
},
|
|
567
|
+
"x-f5xc-discovered-response-time": {
|
|
568
|
+
"p50_ms": 800,
|
|
569
|
+
"p95_ms": 2500,
|
|
570
|
+
"p99_ms": 6000,
|
|
571
|
+
"sample_count": 0,
|
|
572
|
+
"source": "estimate"
|
|
509
573
|
}
|
|
510
574
|
},
|
|
511
575
|
"x-displayname": "API Crawler.",
|
|
@@ -735,7 +799,15 @@
|
|
|
735
799
|
}
|
|
736
800
|
},
|
|
737
801
|
"x-discovered-response-time-ms": 159.81,
|
|
738
|
-
"x-discovered-sample-size": 1
|
|
802
|
+
"x-discovered-sample-size": 1,
|
|
803
|
+
"x-f5xc-discovered-response-time": {
|
|
804
|
+
"p50_ms": 159.81,
|
|
805
|
+
"p95_ms": 319.62,
|
|
806
|
+
"p99_ms": 479.43,
|
|
807
|
+
"sample_count": 1,
|
|
808
|
+
"source": "discovery",
|
|
809
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
810
|
+
}
|
|
739
811
|
},
|
|
740
812
|
"x-displayname": "API Crawler.",
|
|
741
813
|
"x-ves-proto-service": "ves.io.schema.api_sec.api_crawler.API",
|
|
@@ -956,6 +1028,13 @@
|
|
|
956
1028
|
"latency": "low",
|
|
957
1029
|
"resource_usage": "low"
|
|
958
1030
|
}
|
|
1031
|
+
},
|
|
1032
|
+
"x-f5xc-discovered-response-time": {
|
|
1033
|
+
"p50_ms": 200,
|
|
1034
|
+
"p95_ms": 800,
|
|
1035
|
+
"p99_ms": 2000,
|
|
1036
|
+
"sample_count": 0,
|
|
1037
|
+
"source": "estimate"
|
|
959
1038
|
}
|
|
960
1039
|
},
|
|
961
1040
|
"delete": {
|
|
@@ -1175,6 +1254,13 @@
|
|
|
1175
1254
|
"latency": "high",
|
|
1176
1255
|
"resource_usage": "moderate"
|
|
1177
1256
|
}
|
|
1257
|
+
},
|
|
1258
|
+
"x-f5xc-discovered-response-time": {
|
|
1259
|
+
"p50_ms": 500,
|
|
1260
|
+
"p95_ms": 1500,
|
|
1261
|
+
"p99_ms": 4000,
|
|
1262
|
+
"sample_count": 0,
|
|
1263
|
+
"source": "estimate"
|
|
1178
1264
|
}
|
|
1179
1265
|
},
|
|
1180
1266
|
"x-displayname": "API Crawler.",
|
|
@@ -1390,6 +1476,13 @@
|
|
|
1390
1476
|
"latency": "low",
|
|
1391
1477
|
"resource_usage": "low"
|
|
1392
1478
|
}
|
|
1479
|
+
},
|
|
1480
|
+
"x-f5xc-discovered-response-time": {
|
|
1481
|
+
"p50_ms": 1000,
|
|
1482
|
+
"p95_ms": 3000,
|
|
1483
|
+
"p99_ms": 8000,
|
|
1484
|
+
"sample_count": 0,
|
|
1485
|
+
"source": "estimate"
|
|
1393
1486
|
}
|
|
1394
1487
|
},
|
|
1395
1488
|
"x-displayname": "API Definition.",
|
|
@@ -1613,6 +1706,13 @@
|
|
|
1613
1706
|
"latency": "low",
|
|
1614
1707
|
"resource_usage": "low"
|
|
1615
1708
|
}
|
|
1709
|
+
},
|
|
1710
|
+
"x-f5xc-discovered-response-time": {
|
|
1711
|
+
"p50_ms": 800,
|
|
1712
|
+
"p95_ms": 2500,
|
|
1713
|
+
"p99_ms": 6000,
|
|
1714
|
+
"sample_count": 0,
|
|
1715
|
+
"source": "estimate"
|
|
1616
1716
|
}
|
|
1617
1717
|
},
|
|
1618
1718
|
"x-displayname": "API Definition.",
|
|
@@ -1840,6 +1940,13 @@
|
|
|
1840
1940
|
"latency": "moderate",
|
|
1841
1941
|
"resource_usage": "moderate"
|
|
1842
1942
|
}
|
|
1943
|
+
},
|
|
1944
|
+
"x-f5xc-discovered-response-time": {
|
|
1945
|
+
"p50_ms": 200,
|
|
1946
|
+
"p95_ms": 800,
|
|
1947
|
+
"p99_ms": 2000,
|
|
1948
|
+
"sample_count": 0,
|
|
1949
|
+
"source": "estimate"
|
|
1843
1950
|
}
|
|
1844
1951
|
},
|
|
1845
1952
|
"x-displayname": "API Definition.",
|
|
@@ -2061,6 +2168,13 @@
|
|
|
2061
2168
|
"latency": "low",
|
|
2062
2169
|
"resource_usage": "low"
|
|
2063
2170
|
}
|
|
2171
|
+
},
|
|
2172
|
+
"x-f5xc-discovered-response-time": {
|
|
2173
|
+
"p50_ms": 200,
|
|
2174
|
+
"p95_ms": 800,
|
|
2175
|
+
"p99_ms": 2000,
|
|
2176
|
+
"sample_count": 0,
|
|
2177
|
+
"source": "estimate"
|
|
2064
2178
|
}
|
|
2065
2179
|
},
|
|
2066
2180
|
"delete": {
|
|
@@ -2280,6 +2394,13 @@
|
|
|
2280
2394
|
"latency": "high",
|
|
2281
2395
|
"resource_usage": "moderate"
|
|
2282
2396
|
}
|
|
2397
|
+
},
|
|
2398
|
+
"x-f5xc-discovered-response-time": {
|
|
2399
|
+
"p50_ms": 500,
|
|
2400
|
+
"p95_ms": 1500,
|
|
2401
|
+
"p99_ms": 4000,
|
|
2402
|
+
"sample_count": 0,
|
|
2403
|
+
"source": "estimate"
|
|
2283
2404
|
}
|
|
2284
2405
|
},
|
|
2285
2406
|
"x-displayname": "API Definition.",
|
|
@@ -2481,6 +2602,13 @@
|
|
|
2481
2602
|
"latency": "moderate",
|
|
2482
2603
|
"resource_usage": "moderate"
|
|
2483
2604
|
}
|
|
2605
|
+
},
|
|
2606
|
+
"x-f5xc-discovered-response-time": {
|
|
2607
|
+
"p50_ms": 200,
|
|
2608
|
+
"p95_ms": 800,
|
|
2609
|
+
"p99_ms": 2000,
|
|
2610
|
+
"sample_count": 0,
|
|
2611
|
+
"source": "estimate"
|
|
2484
2612
|
}
|
|
2485
2613
|
},
|
|
2486
2614
|
"x-displayname": "API Definition.",
|
|
@@ -2701,6 +2829,13 @@
|
|
|
2701
2829
|
"latency": "low",
|
|
2702
2830
|
"resource_usage": "low"
|
|
2703
2831
|
}
|
|
2832
|
+
},
|
|
2833
|
+
"x-f5xc-discovered-response-time": {
|
|
2834
|
+
"p50_ms": 1000,
|
|
2835
|
+
"p95_ms": 3000,
|
|
2836
|
+
"p99_ms": 8000,
|
|
2837
|
+
"sample_count": 0,
|
|
2838
|
+
"source": "estimate"
|
|
2704
2839
|
}
|
|
2705
2840
|
},
|
|
2706
2841
|
"x-displayname": "API Definition.",
|
|
@@ -2921,6 +3056,13 @@
|
|
|
2921
3056
|
"latency": "low",
|
|
2922
3057
|
"resource_usage": "low"
|
|
2923
3058
|
}
|
|
3059
|
+
},
|
|
3060
|
+
"x-f5xc-discovered-response-time": {
|
|
3061
|
+
"p50_ms": 1000,
|
|
3062
|
+
"p95_ms": 3000,
|
|
3063
|
+
"p99_ms": 8000,
|
|
3064
|
+
"sample_count": 0,
|
|
3065
|
+
"source": "estimate"
|
|
2924
3066
|
}
|
|
2925
3067
|
},
|
|
2926
3068
|
"x-displayname": "API Definition.",
|
|
@@ -3141,6 +3283,13 @@
|
|
|
3141
3283
|
"latency": "low",
|
|
3142
3284
|
"resource_usage": "low"
|
|
3143
3285
|
}
|
|
3286
|
+
},
|
|
3287
|
+
"x-f5xc-discovered-response-time": {
|
|
3288
|
+
"p50_ms": 1000,
|
|
3289
|
+
"p95_ms": 3000,
|
|
3290
|
+
"p99_ms": 8000,
|
|
3291
|
+
"sample_count": 0,
|
|
3292
|
+
"source": "estimate"
|
|
3144
3293
|
}
|
|
3145
3294
|
},
|
|
3146
3295
|
"x-displayname": "API Definition.",
|
|
@@ -3361,6 +3510,13 @@
|
|
|
3361
3510
|
"latency": "low",
|
|
3362
3511
|
"resource_usage": "low"
|
|
3363
3512
|
}
|
|
3513
|
+
},
|
|
3514
|
+
"x-f5xc-discovered-response-time": {
|
|
3515
|
+
"p50_ms": 1000,
|
|
3516
|
+
"p95_ms": 3000,
|
|
3517
|
+
"p99_ms": 8000,
|
|
3518
|
+
"sample_count": 0,
|
|
3519
|
+
"source": "estimate"
|
|
3364
3520
|
}
|
|
3365
3521
|
},
|
|
3366
3522
|
"x-displayname": "API Definition.",
|
|
@@ -3549,6 +3705,13 @@
|
|
|
3549
3705
|
"latency": "moderate",
|
|
3550
3706
|
"resource_usage": "moderate"
|
|
3551
3707
|
}
|
|
3708
|
+
},
|
|
3709
|
+
"x-f5xc-discovered-response-time": {
|
|
3710
|
+
"p50_ms": 200,
|
|
3711
|
+
"p95_ms": 800,
|
|
3712
|
+
"p99_ms": 2000,
|
|
3713
|
+
"sample_count": 0,
|
|
3714
|
+
"source": "estimate"
|
|
3552
3715
|
}
|
|
3553
3716
|
},
|
|
3554
3717
|
"x-displayname": "API Definition.",
|
|
@@ -3763,6 +3926,13 @@
|
|
|
3763
3926
|
"latency": "low",
|
|
3764
3927
|
"resource_usage": "low"
|
|
3765
3928
|
}
|
|
3929
|
+
},
|
|
3930
|
+
"x-f5xc-discovered-response-time": {
|
|
3931
|
+
"p50_ms": 1000,
|
|
3932
|
+
"p95_ms": 3000,
|
|
3933
|
+
"p99_ms": 8000,
|
|
3934
|
+
"sample_count": 0,
|
|
3935
|
+
"source": "estimate"
|
|
3766
3936
|
}
|
|
3767
3937
|
},
|
|
3768
3938
|
"x-displayname": "API Discovery.",
|
|
@@ -3985,6 +4155,13 @@
|
|
|
3985
4155
|
"latency": "low",
|
|
3986
4156
|
"resource_usage": "low"
|
|
3987
4157
|
}
|
|
4158
|
+
},
|
|
4159
|
+
"x-f5xc-discovered-response-time": {
|
|
4160
|
+
"p50_ms": 800,
|
|
4161
|
+
"p95_ms": 2500,
|
|
4162
|
+
"p99_ms": 6000,
|
|
4163
|
+
"sample_count": 0,
|
|
4164
|
+
"source": "estimate"
|
|
3988
4165
|
}
|
|
3989
4166
|
},
|
|
3990
4167
|
"x-displayname": "API Discovery.",
|
|
@@ -4214,7 +4391,15 @@
|
|
|
4214
4391
|
}
|
|
4215
4392
|
},
|
|
4216
4393
|
"x-discovered-response-time-ms": 160.39,
|
|
4217
|
-
"x-discovered-sample-size": 1
|
|
4394
|
+
"x-discovered-sample-size": 1,
|
|
4395
|
+
"x-f5xc-discovered-response-time": {
|
|
4396
|
+
"p50_ms": 160.39,
|
|
4397
|
+
"p95_ms": 320.78,
|
|
4398
|
+
"p99_ms": 481.17,
|
|
4399
|
+
"sample_count": 1,
|
|
4400
|
+
"source": "discovery",
|
|
4401
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
4402
|
+
}
|
|
4218
4403
|
},
|
|
4219
4404
|
"x-displayname": "API Discovery.",
|
|
4220
4405
|
"x-ves-proto-service": "ves.io.schema.api_sec.api_discovery.API",
|
|
@@ -4435,6 +4620,13 @@
|
|
|
4435
4620
|
"latency": "low",
|
|
4436
4621
|
"resource_usage": "low"
|
|
4437
4622
|
}
|
|
4623
|
+
},
|
|
4624
|
+
"x-f5xc-discovered-response-time": {
|
|
4625
|
+
"p50_ms": 200,
|
|
4626
|
+
"p95_ms": 800,
|
|
4627
|
+
"p99_ms": 2000,
|
|
4628
|
+
"sample_count": 0,
|
|
4629
|
+
"source": "estimate"
|
|
4438
4630
|
}
|
|
4439
4631
|
},
|
|
4440
4632
|
"delete": {
|
|
@@ -4654,6 +4846,13 @@
|
|
|
4654
4846
|
"latency": "high",
|
|
4655
4847
|
"resource_usage": "moderate"
|
|
4656
4848
|
}
|
|
4849
|
+
},
|
|
4850
|
+
"x-f5xc-discovered-response-time": {
|
|
4851
|
+
"p50_ms": 500,
|
|
4852
|
+
"p95_ms": 1500,
|
|
4853
|
+
"p99_ms": 4000,
|
|
4854
|
+
"sample_count": 0,
|
|
4855
|
+
"source": "estimate"
|
|
4657
4856
|
}
|
|
4658
4857
|
},
|
|
4659
4858
|
"x-displayname": "API Discovery.",
|
|
@@ -4881,6 +5080,13 @@
|
|
|
4881
5080
|
"latency": "moderate",
|
|
4882
5081
|
"resource_usage": "moderate"
|
|
4883
5082
|
}
|
|
5083
|
+
},
|
|
5084
|
+
"x-f5xc-discovered-response-time": {
|
|
5085
|
+
"p50_ms": 200,
|
|
5086
|
+
"p95_ms": 800,
|
|
5087
|
+
"p99_ms": 2000,
|
|
5088
|
+
"sample_count": 0,
|
|
5089
|
+
"source": "estimate"
|
|
4884
5090
|
}
|
|
4885
5091
|
},
|
|
4886
5092
|
"x-displayname": "API Group",
|
|
@@ -5100,6 +5306,13 @@
|
|
|
5100
5306
|
"latency": "low",
|
|
5101
5307
|
"resource_usage": "low"
|
|
5102
5308
|
}
|
|
5309
|
+
},
|
|
5310
|
+
"x-f5xc-discovered-response-time": {
|
|
5311
|
+
"p50_ms": 200,
|
|
5312
|
+
"p95_ms": 800,
|
|
5313
|
+
"p99_ms": 2000,
|
|
5314
|
+
"sample_count": 0,
|
|
5315
|
+
"source": "estimate"
|
|
5103
5316
|
}
|
|
5104
5317
|
},
|
|
5105
5318
|
"x-displayname": "API Group",
|
|
@@ -5327,6 +5540,13 @@
|
|
|
5327
5540
|
"latency": "moderate",
|
|
5328
5541
|
"resource_usage": "moderate"
|
|
5329
5542
|
}
|
|
5543
|
+
},
|
|
5544
|
+
"x-f5xc-discovered-response-time": {
|
|
5545
|
+
"p50_ms": 200,
|
|
5546
|
+
"p95_ms": 800,
|
|
5547
|
+
"p99_ms": 2000,
|
|
5548
|
+
"sample_count": 0,
|
|
5549
|
+
"source": "estimate"
|
|
5330
5550
|
}
|
|
5331
5551
|
},
|
|
5332
5552
|
"x-displayname": "API Group Element.",
|
|
@@ -5546,6 +5766,13 @@
|
|
|
5546
5766
|
"latency": "low",
|
|
5547
5767
|
"resource_usage": "low"
|
|
5548
5768
|
}
|
|
5769
|
+
},
|
|
5770
|
+
"x-f5xc-discovered-response-time": {
|
|
5771
|
+
"p50_ms": 200,
|
|
5772
|
+
"p95_ms": 800,
|
|
5773
|
+
"p99_ms": 2000,
|
|
5774
|
+
"sample_count": 0,
|
|
5775
|
+
"source": "estimate"
|
|
5549
5776
|
}
|
|
5550
5777
|
},
|
|
5551
5778
|
"x-displayname": "API Group Element.",
|
|
@@ -5760,6 +5987,13 @@
|
|
|
5760
5987
|
"latency": "low",
|
|
5761
5988
|
"resource_usage": "low"
|
|
5762
5989
|
}
|
|
5990
|
+
},
|
|
5991
|
+
"x-f5xc-discovered-response-time": {
|
|
5992
|
+
"p50_ms": 1000,
|
|
5993
|
+
"p95_ms": 3000,
|
|
5994
|
+
"p99_ms": 8000,
|
|
5995
|
+
"sample_count": 0,
|
|
5996
|
+
"source": "estimate"
|
|
5763
5997
|
}
|
|
5764
5998
|
},
|
|
5765
5999
|
"x-displayname": "API Testing.",
|
|
@@ -5982,6 +6216,13 @@
|
|
|
5982
6216
|
"latency": "low",
|
|
5983
6217
|
"resource_usage": "low"
|
|
5984
6218
|
}
|
|
6219
|
+
},
|
|
6220
|
+
"x-f5xc-discovered-response-time": {
|
|
6221
|
+
"p50_ms": 800,
|
|
6222
|
+
"p95_ms": 2500,
|
|
6223
|
+
"p99_ms": 6000,
|
|
6224
|
+
"sample_count": 0,
|
|
6225
|
+
"source": "estimate"
|
|
5985
6226
|
}
|
|
5986
6227
|
},
|
|
5987
6228
|
"x-displayname": "API Testing.",
|
|
@@ -6211,7 +6452,15 @@
|
|
|
6211
6452
|
}
|
|
6212
6453
|
},
|
|
6213
6454
|
"x-discovered-response-time-ms": 153.63,
|
|
6214
|
-
"x-discovered-sample-size": 1
|
|
6455
|
+
"x-discovered-sample-size": 1,
|
|
6456
|
+
"x-f5xc-discovered-response-time": {
|
|
6457
|
+
"p50_ms": 153.63,
|
|
6458
|
+
"p95_ms": 307.26,
|
|
6459
|
+
"p99_ms": 460.89,
|
|
6460
|
+
"sample_count": 1,
|
|
6461
|
+
"source": "discovery",
|
|
6462
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
6463
|
+
}
|
|
6215
6464
|
},
|
|
6216
6465
|
"x-displayname": "API Testing.",
|
|
6217
6466
|
"x-ves-proto-service": "ves.io.schema.api_sec.api_testing.API",
|
|
@@ -6432,6 +6681,13 @@
|
|
|
6432
6681
|
"latency": "low",
|
|
6433
6682
|
"resource_usage": "low"
|
|
6434
6683
|
}
|
|
6684
|
+
},
|
|
6685
|
+
"x-f5xc-discovered-response-time": {
|
|
6686
|
+
"p50_ms": 200,
|
|
6687
|
+
"p95_ms": 800,
|
|
6688
|
+
"p99_ms": 2000,
|
|
6689
|
+
"sample_count": 0,
|
|
6690
|
+
"source": "estimate"
|
|
6435
6691
|
}
|
|
6436
6692
|
},
|
|
6437
6693
|
"delete": {
|
|
@@ -6651,6 +6907,13 @@
|
|
|
6651
6907
|
"latency": "high",
|
|
6652
6908
|
"resource_usage": "moderate"
|
|
6653
6909
|
}
|
|
6910
|
+
},
|
|
6911
|
+
"x-f5xc-discovered-response-time": {
|
|
6912
|
+
"p50_ms": 500,
|
|
6913
|
+
"p95_ms": 1500,
|
|
6914
|
+
"p99_ms": 4000,
|
|
6915
|
+
"sample_count": 0,
|
|
6916
|
+
"source": "estimate"
|
|
6654
6917
|
}
|
|
6655
6918
|
},
|
|
6656
6919
|
"x-displayname": "API Testing.",
|
|
@@ -6865,6 +7128,13 @@
|
|
|
6865
7128
|
"latency": "low",
|
|
6866
7129
|
"resource_usage": "low"
|
|
6867
7130
|
}
|
|
7131
|
+
},
|
|
7132
|
+
"x-f5xc-discovered-response-time": {
|
|
7133
|
+
"p50_ms": 1000,
|
|
7134
|
+
"p95_ms": 3000,
|
|
7135
|
+
"p99_ms": 8000,
|
|
7136
|
+
"sample_count": 0,
|
|
7137
|
+
"source": "estimate"
|
|
6868
7138
|
}
|
|
6869
7139
|
},
|
|
6870
7140
|
"x-displayname": "App API Group.",
|
|
@@ -7087,6 +7357,13 @@
|
|
|
7087
7357
|
"latency": "low",
|
|
7088
7358
|
"resource_usage": "low"
|
|
7089
7359
|
}
|
|
7360
|
+
},
|
|
7361
|
+
"x-f5xc-discovered-response-time": {
|
|
7362
|
+
"p50_ms": 800,
|
|
7363
|
+
"p95_ms": 2500,
|
|
7364
|
+
"p99_ms": 6000,
|
|
7365
|
+
"sample_count": 0,
|
|
7366
|
+
"source": "estimate"
|
|
7090
7367
|
}
|
|
7091
7368
|
},
|
|
7092
7369
|
"x-displayname": "App API Group.",
|
|
@@ -7316,7 +7593,15 @@
|
|
|
7316
7593
|
}
|
|
7317
7594
|
},
|
|
7318
7595
|
"x-discovered-response-time-ms": 152.02,
|
|
7319
|
-
"x-discovered-sample-size": 1
|
|
7596
|
+
"x-discovered-sample-size": 1,
|
|
7597
|
+
"x-f5xc-discovered-response-time": {
|
|
7598
|
+
"p50_ms": 152.02,
|
|
7599
|
+
"p95_ms": 304.04,
|
|
7600
|
+
"p99_ms": 456.06,
|
|
7601
|
+
"sample_count": 1,
|
|
7602
|
+
"source": "discovery",
|
|
7603
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
7604
|
+
}
|
|
7320
7605
|
},
|
|
7321
7606
|
"x-displayname": "App API Group.",
|
|
7322
7607
|
"x-ves-proto-service": "ves.io.schema.views.app_api_group.API",
|
|
@@ -7530,6 +7815,13 @@
|
|
|
7530
7815
|
"latency": "low",
|
|
7531
7816
|
"resource_usage": "low"
|
|
7532
7817
|
}
|
|
7818
|
+
},
|
|
7819
|
+
"x-f5xc-discovered-response-time": {
|
|
7820
|
+
"p50_ms": 1000,
|
|
7821
|
+
"p95_ms": 3000,
|
|
7822
|
+
"p99_ms": 8000,
|
|
7823
|
+
"sample_count": 0,
|
|
7824
|
+
"source": "estimate"
|
|
7533
7825
|
}
|
|
7534
7826
|
},
|
|
7535
7827
|
"x-displayname": "App API Group.",
|
|
@@ -7744,6 +8036,13 @@
|
|
|
7744
8036
|
"latency": "low",
|
|
7745
8037
|
"resource_usage": "low"
|
|
7746
8038
|
}
|
|
8039
|
+
},
|
|
8040
|
+
"x-f5xc-discovered-response-time": {
|
|
8041
|
+
"p50_ms": 1000,
|
|
8042
|
+
"p95_ms": 3000,
|
|
8043
|
+
"p99_ms": 8000,
|
|
8044
|
+
"sample_count": 0,
|
|
8045
|
+
"source": "estimate"
|
|
7747
8046
|
}
|
|
7748
8047
|
},
|
|
7749
8048
|
"x-displayname": "App API Group.",
|
|
@@ -7965,6 +8264,13 @@
|
|
|
7965
8264
|
"latency": "low",
|
|
7966
8265
|
"resource_usage": "low"
|
|
7967
8266
|
}
|
|
8267
|
+
},
|
|
8268
|
+
"x-f5xc-discovered-response-time": {
|
|
8269
|
+
"p50_ms": 200,
|
|
8270
|
+
"p95_ms": 800,
|
|
8271
|
+
"p99_ms": 2000,
|
|
8272
|
+
"sample_count": 0,
|
|
8273
|
+
"source": "estimate"
|
|
7968
8274
|
}
|
|
7969
8275
|
},
|
|
7970
8276
|
"delete": {
|
|
@@ -8184,6 +8490,13 @@
|
|
|
8184
8490
|
"latency": "high",
|
|
8185
8491
|
"resource_usage": "moderate"
|
|
8186
8492
|
}
|
|
8493
|
+
},
|
|
8494
|
+
"x-f5xc-discovered-response-time": {
|
|
8495
|
+
"p50_ms": 500,
|
|
8496
|
+
"p95_ms": 1500,
|
|
8497
|
+
"p99_ms": 4000,
|
|
8498
|
+
"sample_count": 0,
|
|
8499
|
+
"source": "estimate"
|
|
8187
8500
|
}
|
|
8188
8501
|
},
|
|
8189
8502
|
"x-displayname": "App API Group.",
|
|
@@ -8399,6 +8712,13 @@
|
|
|
8399
8712
|
"latency": "low",
|
|
8400
8713
|
"resource_usage": "low"
|
|
8401
8714
|
}
|
|
8715
|
+
},
|
|
8716
|
+
"x-f5xc-discovered-response-time": {
|
|
8717
|
+
"p50_ms": 1000,
|
|
8718
|
+
"p95_ms": 3000,
|
|
8719
|
+
"p99_ms": 8000,
|
|
8720
|
+
"sample_count": 0,
|
|
8721
|
+
"source": "estimate"
|
|
8402
8722
|
}
|
|
8403
8723
|
},
|
|
8404
8724
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -8614,6 +8934,13 @@
|
|
|
8614
8934
|
"latency": "low",
|
|
8615
8935
|
"resource_usage": "low"
|
|
8616
8936
|
}
|
|
8937
|
+
},
|
|
8938
|
+
"x-f5xc-discovered-response-time": {
|
|
8939
|
+
"p50_ms": 1000,
|
|
8940
|
+
"p95_ms": 3000,
|
|
8941
|
+
"p99_ms": 8000,
|
|
8942
|
+
"sample_count": 0,
|
|
8943
|
+
"source": "estimate"
|
|
8617
8944
|
}
|
|
8618
8945
|
},
|
|
8619
8946
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -8829,6 +9156,13 @@
|
|
|
8829
9156
|
"latency": "low",
|
|
8830
9157
|
"resource_usage": "low"
|
|
8831
9158
|
}
|
|
9159
|
+
},
|
|
9160
|
+
"x-f5xc-discovered-response-time": {
|
|
9161
|
+
"p50_ms": 1000,
|
|
9162
|
+
"p95_ms": 3000,
|
|
9163
|
+
"p99_ms": 8000,
|
|
9164
|
+
"sample_count": 0,
|
|
9165
|
+
"source": "estimate"
|
|
8832
9166
|
}
|
|
8833
9167
|
},
|
|
8834
9168
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -9044,6 +9378,13 @@
|
|
|
9044
9378
|
"latency": "low",
|
|
9045
9379
|
"resource_usage": "low"
|
|
9046
9380
|
}
|
|
9381
|
+
},
|
|
9382
|
+
"x-f5xc-discovered-response-time": {
|
|
9383
|
+
"p50_ms": 1000,
|
|
9384
|
+
"p95_ms": 3000,
|
|
9385
|
+
"p99_ms": 8000,
|
|
9386
|
+
"sample_count": 0,
|
|
9387
|
+
"source": "estimate"
|
|
9047
9388
|
}
|
|
9048
9389
|
},
|
|
9049
9390
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -9258,6 +9599,13 @@
|
|
|
9258
9599
|
"latency": "low",
|
|
9259
9600
|
"resource_usage": "low"
|
|
9260
9601
|
}
|
|
9602
|
+
},
|
|
9603
|
+
"x-f5xc-discovered-response-time": {
|
|
9604
|
+
"p50_ms": 1000,
|
|
9605
|
+
"p95_ms": 3000,
|
|
9606
|
+
"p99_ms": 8000,
|
|
9607
|
+
"sample_count": 0,
|
|
9608
|
+
"source": "estimate"
|
|
9261
9609
|
}
|
|
9262
9610
|
},
|
|
9263
9611
|
"x-displayname": "Code Base Integration.",
|
|
@@ -9480,6 +9828,13 @@
|
|
|
9480
9828
|
"latency": "low",
|
|
9481
9829
|
"resource_usage": "low"
|
|
9482
9830
|
}
|
|
9831
|
+
},
|
|
9832
|
+
"x-f5xc-discovered-response-time": {
|
|
9833
|
+
"p50_ms": 800,
|
|
9834
|
+
"p95_ms": 2500,
|
|
9835
|
+
"p99_ms": 6000,
|
|
9836
|
+
"sample_count": 0,
|
|
9837
|
+
"source": "estimate"
|
|
9483
9838
|
}
|
|
9484
9839
|
},
|
|
9485
9840
|
"x-displayname": "Code Base Integration.",
|
|
@@ -9709,7 +10064,15 @@
|
|
|
9709
10064
|
}
|
|
9710
10065
|
},
|
|
9711
10066
|
"x-discovered-response-time-ms": 154.03,
|
|
9712
|
-
"x-discovered-sample-size": 1
|
|
10067
|
+
"x-discovered-sample-size": 1,
|
|
10068
|
+
"x-f5xc-discovered-response-time": {
|
|
10069
|
+
"p50_ms": 154.03,
|
|
10070
|
+
"p95_ms": 308.06,
|
|
10071
|
+
"p99_ms": 462.09,
|
|
10072
|
+
"sample_count": 1,
|
|
10073
|
+
"source": "discovery",
|
|
10074
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
10075
|
+
}
|
|
9713
10076
|
},
|
|
9714
10077
|
"x-displayname": "Code Base Integration.",
|
|
9715
10078
|
"x-ves-proto-service": "ves.io.schema.api_sec.code_base_integration.API",
|
|
@@ -9930,6 +10293,13 @@
|
|
|
9930
10293
|
"latency": "low",
|
|
9931
10294
|
"resource_usage": "low"
|
|
9932
10295
|
}
|
|
10296
|
+
},
|
|
10297
|
+
"x-f5xc-discovered-response-time": {
|
|
10298
|
+
"p50_ms": 200,
|
|
10299
|
+
"p95_ms": 800,
|
|
10300
|
+
"p99_ms": 2000,
|
|
10301
|
+
"sample_count": 0,
|
|
10302
|
+
"source": "estimate"
|
|
9933
10303
|
}
|
|
9934
10304
|
},
|
|
9935
10305
|
"delete": {
|
|
@@ -10149,6 +10519,13 @@
|
|
|
10149
10519
|
"latency": "high",
|
|
10150
10520
|
"resource_usage": "moderate"
|
|
10151
10521
|
}
|
|
10522
|
+
},
|
|
10523
|
+
"x-f5xc-discovered-response-time": {
|
|
10524
|
+
"p50_ms": 500,
|
|
10525
|
+
"p95_ms": 1500,
|
|
10526
|
+
"p99_ms": 4000,
|
|
10527
|
+
"sample_count": 0,
|
|
10528
|
+
"source": "estimate"
|
|
10152
10529
|
}
|
|
10153
10530
|
},
|
|
10154
10531
|
"x-displayname": "Code Base Integration.",
|
|
@@ -10363,6 +10740,13 @@
|
|
|
10363
10740
|
"latency": "low",
|
|
10364
10741
|
"resource_usage": "low"
|
|
10365
10742
|
}
|
|
10743
|
+
},
|
|
10744
|
+
"x-f5xc-discovered-response-time": {
|
|
10745
|
+
"p50_ms": 1000,
|
|
10746
|
+
"p95_ms": 3000,
|
|
10747
|
+
"p99_ms": 8000,
|
|
10748
|
+
"sample_count": 0,
|
|
10749
|
+
"source": "estimate"
|
|
10366
10750
|
}
|
|
10367
10751
|
},
|
|
10368
10752
|
"x-displayname": "Discovery",
|
|
@@ -10585,6 +10969,13 @@
|
|
|
10585
10969
|
"latency": "low",
|
|
10586
10970
|
"resource_usage": "low"
|
|
10587
10971
|
}
|
|
10972
|
+
},
|
|
10973
|
+
"x-f5xc-discovered-response-time": {
|
|
10974
|
+
"p50_ms": 800,
|
|
10975
|
+
"p95_ms": 2500,
|
|
10976
|
+
"p99_ms": 6000,
|
|
10977
|
+
"sample_count": 0,
|
|
10978
|
+
"source": "estimate"
|
|
10588
10979
|
}
|
|
10589
10980
|
},
|
|
10590
10981
|
"x-displayname": "Discovery",
|
|
@@ -10813,6 +11204,13 @@
|
|
|
10813
11204
|
"latency": "low",
|
|
10814
11205
|
"resource_usage": "low"
|
|
10815
11206
|
}
|
|
11207
|
+
},
|
|
11208
|
+
"x-f5xc-discovered-response-time": {
|
|
11209
|
+
"p50_ms": 1000,
|
|
11210
|
+
"p95_ms": 3000,
|
|
11211
|
+
"p99_ms": 8000,
|
|
11212
|
+
"sample_count": 0,
|
|
11213
|
+
"source": "estimate"
|
|
10816
11214
|
}
|
|
10817
11215
|
},
|
|
10818
11216
|
"x-displayname": "Discovery",
|
|
@@ -11040,6 +11438,13 @@
|
|
|
11040
11438
|
"latency": "moderate",
|
|
11041
11439
|
"resource_usage": "moderate"
|
|
11042
11440
|
}
|
|
11441
|
+
},
|
|
11442
|
+
"x-f5xc-discovered-response-time": {
|
|
11443
|
+
"p50_ms": 200,
|
|
11444
|
+
"p95_ms": 800,
|
|
11445
|
+
"p99_ms": 2000,
|
|
11446
|
+
"sample_count": 0,
|
|
11447
|
+
"source": "estimate"
|
|
11043
11448
|
}
|
|
11044
11449
|
},
|
|
11045
11450
|
"x-displayname": "Discovery",
|
|
@@ -11261,6 +11666,13 @@
|
|
|
11261
11666
|
"latency": "low",
|
|
11262
11667
|
"resource_usage": "low"
|
|
11263
11668
|
}
|
|
11669
|
+
},
|
|
11670
|
+
"x-f5xc-discovered-response-time": {
|
|
11671
|
+
"p50_ms": 200,
|
|
11672
|
+
"p95_ms": 800,
|
|
11673
|
+
"p99_ms": 2000,
|
|
11674
|
+
"sample_count": 0,
|
|
11675
|
+
"source": "estimate"
|
|
11264
11676
|
}
|
|
11265
11677
|
},
|
|
11266
11678
|
"delete": {
|
|
@@ -11480,6 +11892,13 @@
|
|
|
11480
11892
|
"latency": "high",
|
|
11481
11893
|
"resource_usage": "moderate"
|
|
11482
11894
|
}
|
|
11895
|
+
},
|
|
11896
|
+
"x-f5xc-discovered-response-time": {
|
|
11897
|
+
"p50_ms": 500,
|
|
11898
|
+
"p95_ms": 1500,
|
|
11899
|
+
"p99_ms": 4000,
|
|
11900
|
+
"sample_count": 0,
|
|
11901
|
+
"source": "estimate"
|
|
11483
11902
|
}
|
|
11484
11903
|
},
|
|
11485
11904
|
"x-displayname": "Discovery",
|
|
@@ -11667,7 +12086,7 @@
|
|
|
11667
12086
|
},
|
|
11668
12087
|
"x-original-maxLength": 1024,
|
|
11669
12088
|
"x-reconciled-from-discovery": true,
|
|
11670
|
-
"x-reconciled-at": "2026-01-
|
|
12089
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759138+00:00"
|
|
11671
12090
|
},
|
|
11672
12091
|
"namespace": {
|
|
11673
12092
|
"type": "string",
|
|
@@ -11686,7 +12105,7 @@
|
|
|
11686
12105
|
},
|
|
11687
12106
|
"x-original-maxLength": 1024,
|
|
11688
12107
|
"x-reconciled-from-discovery": true,
|
|
11689
|
-
"x-reconciled-at": "2026-01-
|
|
12108
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759145+00:00"
|
|
11690
12109
|
}
|
|
11691
12110
|
},
|
|
11692
12111
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11737,7 +12156,7 @@
|
|
|
11737
12156
|
"x-original-maxLength": 256,
|
|
11738
12157
|
"format": "hostname",
|
|
11739
12158
|
"x-reconciled-from-discovery": true,
|
|
11740
|
-
"x-reconciled-at": "2026-01-
|
|
12159
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759153+00:00"
|
|
11741
12160
|
},
|
|
11742
12161
|
"simple_login": {
|
|
11743
12162
|
"$ref": "#/components/schemas/api_crawlerSimpleLogin"
|
|
@@ -11837,7 +12256,7 @@
|
|
|
11837
12256
|
"maxLength": 17,
|
|
11838
12257
|
"minLength": 17,
|
|
11839
12258
|
"x-reconciled-from-discovery": true,
|
|
11840
|
-
"x-reconciled-at": "2026-01-
|
|
12259
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759171+00:00"
|
|
11841
12260
|
},
|
|
11842
12261
|
"system_metadata": {
|
|
11843
12262
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -12015,7 +12434,7 @@
|
|
|
12015
12434
|
},
|
|
12016
12435
|
"x-original-maxLength": 1024,
|
|
12017
12436
|
"x-reconciled-from-discovery": true,
|
|
12018
|
-
"x-reconciled-at": "2026-01-
|
|
12437
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759185+00:00"
|
|
12019
12438
|
},
|
|
12020
12439
|
"disabled": {
|
|
12021
12440
|
"type": "boolean",
|
|
@@ -12065,7 +12484,7 @@
|
|
|
12065
12484
|
},
|
|
12066
12485
|
"x-original-maxLength": 1024,
|
|
12067
12486
|
"x-reconciled-from-discovery": true,
|
|
12068
|
-
"x-reconciled-at": "2026-01-
|
|
12487
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759196+00:00"
|
|
12069
12488
|
},
|
|
12070
12489
|
"namespace": {
|
|
12071
12490
|
"type": "string",
|
|
@@ -12084,7 +12503,7 @@
|
|
|
12084
12503
|
},
|
|
12085
12504
|
"x-original-maxLength": 1024,
|
|
12086
12505
|
"x-reconciled-from-discovery": true,
|
|
12087
|
-
"x-reconciled-at": "2026-01-
|
|
12506
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759200+00:00"
|
|
12088
12507
|
},
|
|
12089
12508
|
"owner_view": {
|
|
12090
12509
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -12125,7 +12544,7 @@
|
|
|
12125
12544
|
"x-field-mutability": "read-only",
|
|
12126
12545
|
"x-original-maxLength": 1024,
|
|
12127
12546
|
"x-reconciled-from-discovery": true,
|
|
12128
|
-
"x-reconciled-at": "2026-01-
|
|
12547
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759208+00:00"
|
|
12129
12548
|
},
|
|
12130
12549
|
"uid": {
|
|
12131
12550
|
"type": "string",
|
|
@@ -12146,7 +12565,7 @@
|
|
|
12146
12565
|
"x-original-maxLength": 1024,
|
|
12147
12566
|
"format": "uuid",
|
|
12148
12567
|
"x-reconciled-from-discovery": true,
|
|
12149
|
-
"x-reconciled-at": "2026-01-
|
|
12568
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759214+00:00"
|
|
12150
12569
|
}
|
|
12151
12570
|
},
|
|
12152
12571
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12296,7 +12715,7 @@
|
|
|
12296
12715
|
"x-original-maxLength": 1024,
|
|
12297
12716
|
"format": "hostname",
|
|
12298
12717
|
"x-reconciled-from-discovery": true,
|
|
12299
|
-
"x-reconciled-at": "2026-01-
|
|
12718
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759226+00:00"
|
|
12300
12719
|
},
|
|
12301
12720
|
"endpoint_count": {
|
|
12302
12721
|
"type": "integer",
|
|
@@ -12551,7 +12970,7 @@
|
|
|
12551
12970
|
"readOnly": true,
|
|
12552
12971
|
"x-original-maxLength": 1024,
|
|
12553
12972
|
"x-reconciled-from-discovery": true,
|
|
12554
|
-
"x-reconciled-at": "2026-01-
|
|
12973
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759248+00:00"
|
|
12555
12974
|
},
|
|
12556
12975
|
"name": {
|
|
12557
12976
|
"type": "string",
|
|
@@ -12570,7 +12989,7 @@
|
|
|
12570
12989
|
},
|
|
12571
12990
|
"x-original-maxLength": 1024,
|
|
12572
12991
|
"x-reconciled-from-discovery": true,
|
|
12573
|
-
"x-reconciled-at": "2026-01-
|
|
12992
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759252+00:00"
|
|
12574
12993
|
},
|
|
12575
12994
|
"namespace": {
|
|
12576
12995
|
"type": "string",
|
|
@@ -12589,7 +13008,7 @@
|
|
|
12589
13008
|
},
|
|
12590
13009
|
"x-original-maxLength": 1024,
|
|
12591
13010
|
"x-reconciled-from-discovery": true,
|
|
12592
|
-
"x-reconciled-at": "2026-01-
|
|
13011
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759256+00:00"
|
|
12593
13012
|
},
|
|
12594
13013
|
"tenant": {
|
|
12595
13014
|
"type": "string",
|
|
@@ -12610,7 +13029,7 @@
|
|
|
12610
13029
|
"x-field-mutability": "read-only",
|
|
12611
13030
|
"x-original-maxLength": 1024,
|
|
12612
13031
|
"x-reconciled-from-discovery": true,
|
|
12613
|
-
"x-reconciled-at": "2026-01-
|
|
13032
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759260+00:00"
|
|
12614
13033
|
},
|
|
12615
13034
|
"uid": {
|
|
12616
13035
|
"type": "string",
|
|
@@ -12632,7 +13051,7 @@
|
|
|
12632
13051
|
"x-original-maxLength": 1024,
|
|
12633
13052
|
"format": "uuid",
|
|
12634
13053
|
"x-reconciled-from-discovery": true,
|
|
12635
|
-
"x-reconciled-at": "2026-01-
|
|
13054
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759265+00:00"
|
|
12636
13055
|
}
|
|
12637
13056
|
},
|
|
12638
13057
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12681,7 +13100,7 @@
|
|
|
12681
13100
|
},
|
|
12682
13101
|
"x-original-maxLength": 1024,
|
|
12683
13102
|
"x-reconciled-from-discovery": true,
|
|
12684
|
-
"x-reconciled-at": "2026-01-
|
|
13103
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759271+00:00"
|
|
12685
13104
|
}
|
|
12686
13105
|
},
|
|
12687
13106
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12747,7 +13166,7 @@
|
|
|
12747
13166
|
},
|
|
12748
13167
|
"x-original-maxLength": 1024,
|
|
12749
13168
|
"x-reconciled-from-discovery": true,
|
|
12750
|
-
"x-reconciled-at": "2026-01-
|
|
13169
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759278+00:00"
|
|
12751
13170
|
},
|
|
12752
13171
|
"store_provider": {
|
|
12753
13172
|
"type": "string",
|
|
@@ -12805,7 +13224,7 @@
|
|
|
12805
13224
|
},
|
|
12806
13225
|
"x-original-maxLength": 1024,
|
|
12807
13226
|
"x-reconciled-from-discovery": true,
|
|
12808
|
-
"x-reconciled-at": "2026-01-
|
|
13227
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759284+00:00"
|
|
12809
13228
|
},
|
|
12810
13229
|
"url": {
|
|
12811
13230
|
"type": "string",
|
|
@@ -12902,7 +13321,7 @@
|
|
|
12902
13321
|
},
|
|
12903
13322
|
"x-original-maxLength": 1024,
|
|
12904
13323
|
"x-reconciled-from-discovery": true,
|
|
12905
|
-
"x-reconciled-at": "2026-01-
|
|
13324
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759294+00:00"
|
|
12906
13325
|
},
|
|
12907
13326
|
"service_name": {
|
|
12908
13327
|
"type": "string",
|
|
@@ -12941,7 +13360,7 @@
|
|
|
12941
13360
|
},
|
|
12942
13361
|
"x-original-maxLength": 1024,
|
|
12943
13362
|
"x-reconciled-from-discovery": true,
|
|
12944
|
-
"x-reconciled-at": "2026-01-
|
|
13363
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759299+00:00"
|
|
12945
13364
|
},
|
|
12946
13365
|
"type": {
|
|
12947
13366
|
"type": "string",
|
|
@@ -13078,7 +13497,7 @@
|
|
|
13078
13497
|
},
|
|
13079
13498
|
"x-original-maxLength": 1024,
|
|
13080
13499
|
"x-reconciled-from-discovery": true,
|
|
13081
|
-
"x-reconciled-at": "2026-01-
|
|
13500
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759310+00:00"
|
|
13082
13501
|
}
|
|
13083
13502
|
},
|
|
13084
13503
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13187,7 +13606,7 @@
|
|
|
13187
13606
|
},
|
|
13188
13607
|
"x-original-maxLength": 1200,
|
|
13189
13608
|
"x-reconciled-from-discovery": true,
|
|
13190
|
-
"x-reconciled-at": "2026-01-
|
|
13609
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759320+00:00"
|
|
13191
13610
|
},
|
|
13192
13611
|
"disable": {
|
|
13193
13612
|
"type": "boolean",
|
|
@@ -13240,7 +13659,7 @@
|
|
|
13240
13659
|
},
|
|
13241
13660
|
"x-original-maxLength": 1024,
|
|
13242
13661
|
"x-reconciled-from-discovery": true,
|
|
13243
|
-
"x-reconciled-at": "2026-01-
|
|
13662
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759326+00:00"
|
|
13244
13663
|
},
|
|
13245
13664
|
"namespace": {
|
|
13246
13665
|
"type": "string",
|
|
@@ -13259,7 +13678,7 @@
|
|
|
13259
13678
|
},
|
|
13260
13679
|
"x-original-maxLength": 1024,
|
|
13261
13680
|
"x-reconciled-from-discovery": true,
|
|
13262
|
-
"x-reconciled-at": "2026-01-
|
|
13681
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759331+00:00"
|
|
13263
13682
|
}
|
|
13264
13683
|
},
|
|
13265
13684
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13335,7 +13754,7 @@
|
|
|
13335
13754
|
},
|
|
13336
13755
|
"x-original-maxLength": 1200,
|
|
13337
13756
|
"x-reconciled-from-discovery": true,
|
|
13338
|
-
"x-reconciled-at": "2026-01-
|
|
13757
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759337+00:00"
|
|
13339
13758
|
},
|
|
13340
13759
|
"disable": {
|
|
13341
13760
|
"type": "boolean",
|
|
@@ -13390,7 +13809,7 @@
|
|
|
13390
13809
|
},
|
|
13391
13810
|
"x-original-maxLength": 1024,
|
|
13392
13811
|
"x-reconciled-from-discovery": true,
|
|
13393
|
-
"x-reconciled-at": "2026-01-
|
|
13812
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759344+00:00"
|
|
13394
13813
|
},
|
|
13395
13814
|
"namespace": {
|
|
13396
13815
|
"type": "string",
|
|
@@ -13409,7 +13828,7 @@
|
|
|
13409
13828
|
},
|
|
13410
13829
|
"x-original-maxLength": 1024,
|
|
13411
13830
|
"x-reconciled-from-discovery": true,
|
|
13412
|
-
"x-reconciled-at": "2026-01-
|
|
13831
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759348+00:00"
|
|
13413
13832
|
}
|
|
13414
13833
|
},
|
|
13415
13834
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13485,7 +13904,7 @@
|
|
|
13485
13904
|
},
|
|
13486
13905
|
"x-original-maxLength": 1200,
|
|
13487
13906
|
"x-reconciled-from-discovery": true,
|
|
13488
|
-
"x-reconciled-at": "2026-01-
|
|
13907
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759354+00:00"
|
|
13489
13908
|
},
|
|
13490
13909
|
"disable": {
|
|
13491
13910
|
"type": "boolean",
|
|
@@ -13538,7 +13957,7 @@
|
|
|
13538
13957
|
},
|
|
13539
13958
|
"x-original-maxLength": 1024,
|
|
13540
13959
|
"x-reconciled-from-discovery": true,
|
|
13541
|
-
"x-reconciled-at": "2026-01-
|
|
13960
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759361+00:00"
|
|
13542
13961
|
},
|
|
13543
13962
|
"namespace": {
|
|
13544
13963
|
"type": "string",
|
|
@@ -13557,7 +13976,7 @@
|
|
|
13557
13976
|
},
|
|
13558
13977
|
"x-original-maxLength": 1024,
|
|
13559
13978
|
"x-reconciled-from-discovery": true,
|
|
13560
|
-
"x-reconciled-at": "2026-01-
|
|
13979
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759365+00:00"
|
|
13561
13980
|
}
|
|
13562
13981
|
},
|
|
13563
13982
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13718,7 +14137,7 @@
|
|
|
13718
14137
|
"x-original-maxLength": 1024,
|
|
13719
14138
|
"format": "uuid",
|
|
13720
14139
|
"x-reconciled-from-discovery": true,
|
|
13721
|
-
"x-reconciled-at": "2026-01-
|
|
14140
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759381+00:00"
|
|
13722
14141
|
},
|
|
13723
14142
|
"vtrp_id": {
|
|
13724
14143
|
"type": "string",
|
|
@@ -13830,7 +14249,7 @@
|
|
|
13830
14249
|
},
|
|
13831
14250
|
"x-original-maxLength": 1024,
|
|
13832
14251
|
"x-reconciled-from-discovery": true,
|
|
13833
|
-
"x-reconciled-at": "2026-01-
|
|
14252
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759390+00:00"
|
|
13834
14253
|
},
|
|
13835
14254
|
"status": {
|
|
13836
14255
|
"type": "string",
|
|
@@ -13849,7 +14268,7 @@
|
|
|
13849
14268
|
},
|
|
13850
14269
|
"x-original-maxLength": 1024,
|
|
13851
14270
|
"x-reconciled-from-discovery": true,
|
|
13852
|
-
"x-reconciled-at": "2026-01-
|
|
14271
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759394+00:00"
|
|
13853
14272
|
}
|
|
13854
14273
|
},
|
|
13855
14274
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14027,7 +14446,7 @@
|
|
|
14027
14446
|
"x-field-mutability": "read-only",
|
|
14028
14447
|
"x-original-maxLength": 1024,
|
|
14029
14448
|
"x-reconciled-from-discovery": true,
|
|
14030
|
-
"x-reconciled-at": "2026-01-
|
|
14449
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759412+00:00"
|
|
14031
14450
|
},
|
|
14032
14451
|
"uid": {
|
|
14033
14452
|
"type": "string",
|
|
@@ -14048,7 +14467,7 @@
|
|
|
14048
14467
|
"x-original-maxLength": 1024,
|
|
14049
14468
|
"format": "uuid",
|
|
14050
14469
|
"x-reconciled-from-discovery": true,
|
|
14051
|
-
"x-reconciled-at": "2026-01-
|
|
14470
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759417+00:00"
|
|
14052
14471
|
}
|
|
14053
14472
|
},
|
|
14054
14473
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14094,7 +14513,7 @@
|
|
|
14094
14513
|
},
|
|
14095
14514
|
"x-original-maxLength": 1024,
|
|
14096
14515
|
"x-reconciled-from-discovery": true,
|
|
14097
|
-
"x-reconciled-at": "2026-01-
|
|
14516
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759421+00:00"
|
|
14098
14517
|
},
|
|
14099
14518
|
"location": {
|
|
14100
14519
|
"type": "string",
|
|
@@ -14111,7 +14530,7 @@
|
|
|
14111
14530
|
},
|
|
14112
14531
|
"x-original-maxLength": 1024,
|
|
14113
14532
|
"x-reconciled-from-discovery": true,
|
|
14114
|
-
"x-reconciled-at": "2026-01-
|
|
14533
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759426+00:00"
|
|
14115
14534
|
},
|
|
14116
14535
|
"provider": {
|
|
14117
14536
|
"type": "string",
|
|
@@ -14128,7 +14547,7 @@
|
|
|
14128
14547
|
},
|
|
14129
14548
|
"x-original-maxLength": 1024,
|
|
14130
14549
|
"x-reconciled-from-discovery": true,
|
|
14131
|
-
"x-reconciled-at": "2026-01-
|
|
14550
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759430+00:00"
|
|
14132
14551
|
},
|
|
14133
14552
|
"secret_encoding": {
|
|
14134
14553
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -14150,7 +14569,7 @@
|
|
|
14150
14569
|
"maxLength": 1,
|
|
14151
14570
|
"minLength": 1,
|
|
14152
14571
|
"x-reconciled-from-discovery": true,
|
|
14153
|
-
"x-reconciled-at": "2026-01-
|
|
14572
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759436+00:00"
|
|
14154
14573
|
}
|
|
14155
14574
|
},
|
|
14156
14575
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14193,7 +14612,7 @@
|
|
|
14193
14612
|
},
|
|
14194
14613
|
"x-original-maxLength": 1024,
|
|
14195
14614
|
"x-reconciled-from-discovery": true,
|
|
14196
|
-
"x-reconciled-at": "2026-01-
|
|
14615
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759441+00:00"
|
|
14197
14616
|
},
|
|
14198
14617
|
"name": {
|
|
14199
14618
|
"type": "string",
|
|
@@ -14212,7 +14631,7 @@
|
|
|
14212
14631
|
},
|
|
14213
14632
|
"x-original-maxLength": 1024,
|
|
14214
14633
|
"x-reconciled-from-discovery": true,
|
|
14215
|
-
"x-reconciled-at": "2026-01-
|
|
14634
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759445+00:00"
|
|
14216
14635
|
},
|
|
14217
14636
|
"namespace": {
|
|
14218
14637
|
"type": "string",
|
|
@@ -14231,7 +14650,7 @@
|
|
|
14231
14650
|
},
|
|
14232
14651
|
"x-original-maxLength": 1024,
|
|
14233
14652
|
"x-reconciled-from-discovery": true,
|
|
14234
|
-
"x-reconciled-at": "2026-01-
|
|
14653
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759449+00:00"
|
|
14235
14654
|
},
|
|
14236
14655
|
"uid": {
|
|
14237
14656
|
"type": "string",
|
|
@@ -14252,7 +14671,7 @@
|
|
|
14252
14671
|
"x-original-maxLength": 1024,
|
|
14253
14672
|
"format": "uuid",
|
|
14254
14673
|
"x-reconciled-from-discovery": true,
|
|
14255
|
-
"x-reconciled-at": "2026-01-
|
|
14674
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759454+00:00"
|
|
14256
14675
|
}
|
|
14257
14676
|
},
|
|
14258
14677
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14290,7 +14709,7 @@
|
|
|
14290
14709
|
},
|
|
14291
14710
|
"x-original-maxLength": 1024,
|
|
14292
14711
|
"x-reconciled-from-discovery": true,
|
|
14293
|
-
"x-reconciled-at": "2026-01-
|
|
14712
|
+
"x-reconciled-at": "2026-01-05T18:28:36.759458+00:00"
|
|
14294
14713
|
}
|
|
14295
14714
|
},
|
|
14296
14715
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14357,7 +14776,7 @@
|
|
|
14357
14776
|
},
|
|
14358
14777
|
"x-original-maxLength": 1024,
|
|
14359
14778
|
"x-reconciled-from-discovery": true,
|
|
14360
|
-
"x-reconciled-at": "2026-01-
|
|
14779
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193916+00:00"
|
|
14361
14780
|
},
|
|
14362
14781
|
"namespace": {
|
|
14363
14782
|
"type": "string",
|
|
@@ -14376,7 +14795,7 @@
|
|
|
14376
14795
|
},
|
|
14377
14796
|
"x-original-maxLength": 1024,
|
|
14378
14797
|
"x-reconciled-from-discovery": true,
|
|
14379
|
-
"x-reconciled-at": "2026-01-
|
|
14798
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193923+00:00"
|
|
14380
14799
|
}
|
|
14381
14800
|
},
|
|
14382
14801
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14551,7 +14970,7 @@
|
|
|
14551
14970
|
},
|
|
14552
14971
|
"x-original-maxLength": 1024,
|
|
14553
14972
|
"x-reconciled-from-discovery": true,
|
|
14554
|
-
"x-reconciled-at": "2026-01-
|
|
14973
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193941+00:00"
|
|
14555
14974
|
}
|
|
14556
14975
|
},
|
|
14557
14976
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14659,7 +15078,7 @@
|
|
|
14659
15078
|
},
|
|
14660
15079
|
"x-original-maxLength": 1024,
|
|
14661
15080
|
"x-reconciled-from-discovery": true,
|
|
14662
|
-
"x-reconciled-at": "2026-01-
|
|
15081
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193955+00:00"
|
|
14663
15082
|
},
|
|
14664
15083
|
"namespace": {
|
|
14665
15084
|
"type": "string",
|
|
@@ -14678,7 +15097,7 @@
|
|
|
14678
15097
|
},
|
|
14679
15098
|
"x-original-maxLength": 1024,
|
|
14680
15099
|
"x-reconciled-from-discovery": true,
|
|
14681
|
-
"x-reconciled-at": "2026-01-
|
|
15100
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193959+00:00"
|
|
14682
15101
|
}
|
|
14683
15102
|
},
|
|
14684
15103
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14846,7 +15265,7 @@
|
|
|
14846
15265
|
"maxLength": 17,
|
|
14847
15266
|
"minLength": 17,
|
|
14848
15267
|
"x-reconciled-from-discovery": true,
|
|
14849
|
-
"x-reconciled-at": "2026-01-
|
|
15268
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193977+00:00"
|
|
14850
15269
|
},
|
|
14851
15270
|
"system_metadata": {
|
|
14852
15271
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -15013,7 +15432,7 @@
|
|
|
15013
15432
|
},
|
|
15014
15433
|
"x-original-maxLength": 1024,
|
|
15015
15434
|
"x-reconciled-from-discovery": true,
|
|
15016
|
-
"x-reconciled-at": "2026-01-
|
|
15435
|
+
"x-reconciled-at": "2026-01-05T18:28:37.193991+00:00"
|
|
15017
15436
|
},
|
|
15018
15437
|
"disabled": {
|
|
15019
15438
|
"type": "boolean",
|
|
@@ -15063,7 +15482,7 @@
|
|
|
15063
15482
|
},
|
|
15064
15483
|
"x-original-maxLength": 1024,
|
|
15065
15484
|
"x-reconciled-from-discovery": true,
|
|
15066
|
-
"x-reconciled-at": "2026-01-
|
|
15485
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194001+00:00"
|
|
15067
15486
|
},
|
|
15068
15487
|
"namespace": {
|
|
15069
15488
|
"type": "string",
|
|
@@ -15082,7 +15501,7 @@
|
|
|
15082
15501
|
},
|
|
15083
15502
|
"x-original-maxLength": 1024,
|
|
15084
15503
|
"x-reconciled-from-discovery": true,
|
|
15085
|
-
"x-reconciled-at": "2026-01-
|
|
15504
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194006+00:00"
|
|
15086
15505
|
},
|
|
15087
15506
|
"owner_view": {
|
|
15088
15507
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -15123,7 +15542,7 @@
|
|
|
15123
15542
|
"x-field-mutability": "read-only",
|
|
15124
15543
|
"x-original-maxLength": 1024,
|
|
15125
15544
|
"x-reconciled-from-discovery": true,
|
|
15126
|
-
"x-reconciled-at": "2026-01-
|
|
15545
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194014+00:00"
|
|
15127
15546
|
},
|
|
15128
15547
|
"uid": {
|
|
15129
15548
|
"type": "string",
|
|
@@ -15144,7 +15563,7 @@
|
|
|
15144
15563
|
"x-original-maxLength": 1024,
|
|
15145
15564
|
"format": "uuid",
|
|
15146
15565
|
"x-reconciled-from-discovery": true,
|
|
15147
|
-
"x-reconciled-at": "2026-01-
|
|
15566
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194020+00:00"
|
|
15148
15567
|
}
|
|
15149
15568
|
},
|
|
15150
15569
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15364,7 +15783,7 @@
|
|
|
15364
15783
|
},
|
|
15365
15784
|
"x-original-maxLength": 1024,
|
|
15366
15785
|
"x-reconciled-from-discovery": true,
|
|
15367
|
-
"x-reconciled-at": "2026-01-
|
|
15786
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194105+00:00"
|
|
15368
15787
|
},
|
|
15369
15788
|
"disable": {
|
|
15370
15789
|
"type": "boolean",
|
|
@@ -15394,7 +15813,7 @@
|
|
|
15394
15813
|
},
|
|
15395
15814
|
"x-original-maxLength": 1024,
|
|
15396
15815
|
"x-reconciled-from-discovery": true,
|
|
15397
|
-
"x-reconciled-at": "2026-01-
|
|
15816
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194111+00:00"
|
|
15398
15817
|
}
|
|
15399
15818
|
},
|
|
15400
15819
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15529,7 +15948,7 @@
|
|
|
15529
15948
|
},
|
|
15530
15949
|
"x-original-maxLength": 128,
|
|
15531
15950
|
"x-reconciled-from-discovery": true,
|
|
15532
|
-
"x-reconciled-at": "2026-01-
|
|
15951
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194241+00:00"
|
|
15533
15952
|
},
|
|
15534
15953
|
"namespace": {
|
|
15535
15954
|
"type": "string",
|
|
@@ -15554,7 +15973,7 @@
|
|
|
15554
15973
|
},
|
|
15555
15974
|
"x-original-maxLength": 64,
|
|
15556
15975
|
"x-reconciled-from-discovery": true,
|
|
15557
|
-
"x-reconciled-at": "2026-01-
|
|
15976
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194245+00:00"
|
|
15558
15977
|
},
|
|
15559
15978
|
"tenant": {
|
|
15560
15979
|
"type": "string",
|
|
@@ -15581,7 +16000,7 @@
|
|
|
15581
16000
|
"x-field-mutability": "read-only",
|
|
15582
16001
|
"x-original-maxLength": 64,
|
|
15583
16002
|
"x-reconciled-from-discovery": true,
|
|
15584
|
-
"x-reconciled-at": "2026-01-
|
|
16003
|
+
"x-reconciled-at": "2026-01-05T18:28:37.194249+00:00"
|
|
15585
16004
|
}
|
|
15586
16005
|
},
|
|
15587
16006
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16260,7 +16679,7 @@
|
|
|
16260
16679
|
},
|
|
16261
16680
|
"x-original-maxLength": 1024,
|
|
16262
16681
|
"x-reconciled-from-discovery": true,
|
|
16263
|
-
"x-reconciled-at": "2026-01-
|
|
16682
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515327+00:00"
|
|
16264
16683
|
},
|
|
16265
16684
|
"namespace": {
|
|
16266
16685
|
"type": "string",
|
|
@@ -16279,7 +16698,7 @@
|
|
|
16279
16698
|
},
|
|
16280
16699
|
"x-original-maxLength": 1024,
|
|
16281
16700
|
"x-reconciled-from-discovery": true,
|
|
16282
|
-
"x-reconciled-at": "2026-01-
|
|
16701
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515333+00:00"
|
|
16283
16702
|
}
|
|
16284
16703
|
},
|
|
16285
16704
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16377,7 +16796,7 @@
|
|
|
16377
16796
|
"maxLength": 17,
|
|
16378
16797
|
"minLength": 17,
|
|
16379
16798
|
"x-reconciled-from-discovery": true,
|
|
16380
|
-
"x-reconciled-at": "2026-01-
|
|
16799
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515349+00:00"
|
|
16381
16800
|
},
|
|
16382
16801
|
"system_metadata": {
|
|
16383
16802
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -16546,7 +16965,7 @@
|
|
|
16546
16965
|
},
|
|
16547
16966
|
"x-original-maxLength": 1024,
|
|
16548
16967
|
"x-reconciled-from-discovery": true,
|
|
16549
|
-
"x-reconciled-at": "2026-01-
|
|
16968
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515364+00:00"
|
|
16550
16969
|
},
|
|
16551
16970
|
"disabled": {
|
|
16552
16971
|
"type": "boolean",
|
|
@@ -16596,7 +17015,7 @@
|
|
|
16596
17015
|
},
|
|
16597
17016
|
"x-original-maxLength": 1024,
|
|
16598
17017
|
"x-reconciled-from-discovery": true,
|
|
16599
|
-
"x-reconciled-at": "2026-01-
|
|
17018
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515374+00:00"
|
|
16600
17019
|
},
|
|
16601
17020
|
"namespace": {
|
|
16602
17021
|
"type": "string",
|
|
@@ -16615,7 +17034,7 @@
|
|
|
16615
17034
|
},
|
|
16616
17035
|
"x-original-maxLength": 1024,
|
|
16617
17036
|
"x-reconciled-from-discovery": true,
|
|
16618
|
-
"x-reconciled-at": "2026-01-
|
|
17037
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515379+00:00"
|
|
16619
17038
|
},
|
|
16620
17039
|
"owner_view": {
|
|
16621
17040
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -16656,7 +17075,7 @@
|
|
|
16656
17075
|
"x-field-mutability": "read-only",
|
|
16657
17076
|
"x-original-maxLength": 1024,
|
|
16658
17077
|
"x-reconciled-from-discovery": true,
|
|
16659
|
-
"x-reconciled-at": "2026-01-
|
|
17078
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515388+00:00"
|
|
16660
17079
|
},
|
|
16661
17080
|
"uid": {
|
|
16662
17081
|
"type": "string",
|
|
@@ -16677,7 +17096,7 @@
|
|
|
16677
17096
|
"x-original-maxLength": 1024,
|
|
16678
17097
|
"format": "uuid",
|
|
16679
17098
|
"x-reconciled-from-discovery": true,
|
|
16680
|
-
"x-reconciled-at": "2026-01-
|
|
17099
|
+
"x-reconciled-at": "2026-01-05T18:28:37.515394+00:00"
|
|
16681
17100
|
}
|
|
16682
17101
|
},
|
|
16683
17102
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16908,7 +17327,7 @@
|
|
|
16908
17327
|
"maxLength": 17,
|
|
16909
17328
|
"minLength": 17,
|
|
16910
17329
|
"x-reconciled-from-discovery": true,
|
|
16911
|
-
"x-reconciled-at": "2026-01-
|
|
17330
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799438+00:00"
|
|
16912
17331
|
},
|
|
16913
17332
|
"system_metadata": {
|
|
16914
17333
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17039,7 +17458,7 @@
|
|
|
17039
17458
|
},
|
|
17040
17459
|
"x-original-maxLength": 1024,
|
|
17041
17460
|
"x-reconciled-from-discovery": true,
|
|
17042
|
-
"x-reconciled-at": "2026-01-
|
|
17461
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799453+00:00"
|
|
17043
17462
|
},
|
|
17044
17463
|
"disabled": {
|
|
17045
17464
|
"type": "boolean",
|
|
@@ -17089,7 +17508,7 @@
|
|
|
17089
17508
|
},
|
|
17090
17509
|
"x-original-maxLength": 1024,
|
|
17091
17510
|
"x-reconciled-from-discovery": true,
|
|
17092
|
-
"x-reconciled-at": "2026-01-
|
|
17511
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799465+00:00"
|
|
17093
17512
|
},
|
|
17094
17513
|
"namespace": {
|
|
17095
17514
|
"type": "string",
|
|
@@ -17108,7 +17527,7 @@
|
|
|
17108
17527
|
},
|
|
17109
17528
|
"x-original-maxLength": 1024,
|
|
17110
17529
|
"x-reconciled-from-discovery": true,
|
|
17111
|
-
"x-reconciled-at": "2026-01-
|
|
17530
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799469+00:00"
|
|
17112
17531
|
},
|
|
17113
17532
|
"owner_view": {
|
|
17114
17533
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17149,7 +17568,7 @@
|
|
|
17149
17568
|
"x-field-mutability": "read-only",
|
|
17150
17569
|
"x-original-maxLength": 1024,
|
|
17151
17570
|
"x-reconciled-from-discovery": true,
|
|
17152
|
-
"x-reconciled-at": "2026-01-
|
|
17571
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799477+00:00"
|
|
17153
17572
|
},
|
|
17154
17573
|
"uid": {
|
|
17155
17574
|
"type": "string",
|
|
@@ -17170,7 +17589,7 @@
|
|
|
17170
17589
|
"x-original-maxLength": 1024,
|
|
17171
17590
|
"format": "uuid",
|
|
17172
17591
|
"x-reconciled-from-discovery": true,
|
|
17173
|
-
"x-reconciled-at": "2026-01-
|
|
17592
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799484+00:00"
|
|
17174
17593
|
}
|
|
17175
17594
|
},
|
|
17176
17595
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17277,7 +17696,7 @@
|
|
|
17277
17696
|
"readOnly": true,
|
|
17278
17697
|
"x-original-maxLength": 1024,
|
|
17279
17698
|
"x-reconciled-from-discovery": true,
|
|
17280
|
-
"x-reconciled-at": "2026-01-
|
|
17699
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799548+00:00"
|
|
17281
17700
|
},
|
|
17282
17701
|
"name": {
|
|
17283
17702
|
"type": "string",
|
|
@@ -17296,7 +17715,7 @@
|
|
|
17296
17715
|
},
|
|
17297
17716
|
"x-original-maxLength": 1024,
|
|
17298
17717
|
"x-reconciled-from-discovery": true,
|
|
17299
|
-
"x-reconciled-at": "2026-01-
|
|
17718
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799552+00:00"
|
|
17300
17719
|
},
|
|
17301
17720
|
"namespace": {
|
|
17302
17721
|
"type": "string",
|
|
@@ -17315,7 +17734,7 @@
|
|
|
17315
17734
|
},
|
|
17316
17735
|
"x-original-maxLength": 1024,
|
|
17317
17736
|
"x-reconciled-from-discovery": true,
|
|
17318
|
-
"x-reconciled-at": "2026-01-
|
|
17737
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799556+00:00"
|
|
17319
17738
|
},
|
|
17320
17739
|
"tenant": {
|
|
17321
17740
|
"type": "string",
|
|
@@ -17336,7 +17755,7 @@
|
|
|
17336
17755
|
"x-field-mutability": "read-only",
|
|
17337
17756
|
"x-original-maxLength": 1024,
|
|
17338
17757
|
"x-reconciled-from-discovery": true,
|
|
17339
|
-
"x-reconciled-at": "2026-01-
|
|
17758
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799560+00:00"
|
|
17340
17759
|
},
|
|
17341
17760
|
"uid": {
|
|
17342
17761
|
"type": "string",
|
|
@@ -17358,7 +17777,7 @@
|
|
|
17358
17777
|
"x-original-maxLength": 1024,
|
|
17359
17778
|
"format": "uuid",
|
|
17360
17779
|
"x-reconciled-from-discovery": true,
|
|
17361
|
-
"x-reconciled-at": "2026-01-
|
|
17780
|
+
"x-reconciled-at": "2026-01-05T18:28:37.799565+00:00"
|
|
17362
17781
|
}
|
|
17363
17782
|
},
|
|
17364
17783
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17513,7 +17932,7 @@
|
|
|
17513
17932
|
"maxLength": 17,
|
|
17514
17933
|
"minLength": 17,
|
|
17515
17934
|
"x-reconciled-from-discovery": true,
|
|
17516
|
-
"x-reconciled-at": "2026-01-
|
|
17935
|
+
"x-reconciled-at": "2026-01-05T18:28:38.084169+00:00"
|
|
17517
17936
|
},
|
|
17518
17937
|
"system_metadata": {
|
|
17519
17938
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17725,7 +18144,7 @@
|
|
|
17725
18144
|
},
|
|
17726
18145
|
"x-original-maxLength": 1024,
|
|
17727
18146
|
"x-reconciled-from-discovery": true,
|
|
17728
|
-
"x-reconciled-at": "2026-01-
|
|
18147
|
+
"x-reconciled-at": "2026-01-05T18:28:38.084189+00:00"
|
|
17729
18148
|
},
|
|
17730
18149
|
"disabled": {
|
|
17731
18150
|
"type": "boolean",
|
|
@@ -17775,7 +18194,7 @@
|
|
|
17775
18194
|
},
|
|
17776
18195
|
"x-original-maxLength": 1024,
|
|
17777
18196
|
"x-reconciled-from-discovery": true,
|
|
17778
|
-
"x-reconciled-at": "2026-01-
|
|
18197
|
+
"x-reconciled-at": "2026-01-05T18:28:38.084201+00:00"
|
|
17779
18198
|
},
|
|
17780
18199
|
"namespace": {
|
|
17781
18200
|
"type": "string",
|
|
@@ -17794,7 +18213,7 @@
|
|
|
17794
18213
|
},
|
|
17795
18214
|
"x-original-maxLength": 1024,
|
|
17796
18215
|
"x-reconciled-from-discovery": true,
|
|
17797
|
-
"x-reconciled-at": "2026-01-
|
|
18216
|
+
"x-reconciled-at": "2026-01-05T18:28:38.084206+00:00"
|
|
17798
18217
|
},
|
|
17799
18218
|
"owner_view": {
|
|
17800
18219
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17835,7 +18254,7 @@
|
|
|
17835
18254
|
"x-field-mutability": "read-only",
|
|
17836
18255
|
"x-original-maxLength": 1024,
|
|
17837
18256
|
"x-reconciled-from-discovery": true,
|
|
17838
|
-
"x-reconciled-at": "2026-01-
|
|
18257
|
+
"x-reconciled-at": "2026-01-05T18:28:38.084214+00:00"
|
|
17839
18258
|
},
|
|
17840
18259
|
"uid": {
|
|
17841
18260
|
"type": "string",
|
|
@@ -17856,7 +18275,7 @@
|
|
|
17856
18275
|
"x-original-maxLength": 1024,
|
|
17857
18276
|
"format": "uuid",
|
|
17858
18277
|
"x-reconciled-from-discovery": true,
|
|
17859
|
-
"x-reconciled-at": "2026-01-
|
|
18278
|
+
"x-reconciled-at": "2026-01-05T18:28:38.084220+00:00"
|
|
17860
18279
|
}
|
|
17861
18280
|
},
|
|
17862
18281
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17967,7 +18386,7 @@
|
|
|
17967
18386
|
},
|
|
17968
18387
|
"x-original-maxLength": 128,
|
|
17969
18388
|
"x-reconciled-from-discovery": true,
|
|
17970
|
-
"x-reconciled-at": "2026-01-
|
|
18389
|
+
"x-reconciled-at": "2026-01-05T18:28:38.436957+00:00"
|
|
17971
18390
|
},
|
|
17972
18391
|
"value": {
|
|
17973
18392
|
"$ref": "#/components/schemas/schemaSecretType"
|
|
@@ -18291,7 +18710,7 @@
|
|
|
18291
18710
|
},
|
|
18292
18711
|
"x-original-maxLength": 1024,
|
|
18293
18712
|
"x-reconciled-from-discovery": true,
|
|
18294
|
-
"x-reconciled-at": "2026-01-
|
|
18713
|
+
"x-reconciled-at": "2026-01-05T18:28:38.436995+00:00"
|
|
18295
18714
|
},
|
|
18296
18715
|
"namespace": {
|
|
18297
18716
|
"type": "string",
|
|
@@ -18310,7 +18729,7 @@
|
|
|
18310
18729
|
},
|
|
18311
18730
|
"x-original-maxLength": 1024,
|
|
18312
18731
|
"x-reconciled-from-discovery": true,
|
|
18313
|
-
"x-reconciled-at": "2026-01-
|
|
18732
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437000+00:00"
|
|
18314
18733
|
}
|
|
18315
18734
|
},
|
|
18316
18735
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18396,7 +18815,7 @@
|
|
|
18396
18815
|
"x-original-maxLength": 256,
|
|
18397
18816
|
"format": "hostname",
|
|
18398
18817
|
"x-reconciled-from-discovery": true,
|
|
18399
|
-
"x-reconciled-at": "2026-01-
|
|
18818
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437011+00:00"
|
|
18400
18819
|
}
|
|
18401
18820
|
},
|
|
18402
18821
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18494,7 +18913,7 @@
|
|
|
18494
18913
|
"maxLength": 17,
|
|
18495
18914
|
"minLength": 17,
|
|
18496
18915
|
"x-reconciled-from-discovery": true,
|
|
18497
|
-
"x-reconciled-at": "2026-01-
|
|
18916
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437026+00:00"
|
|
18498
18917
|
},
|
|
18499
18918
|
"system_metadata": {
|
|
18500
18919
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -18705,7 +19124,7 @@
|
|
|
18705
19124
|
},
|
|
18706
19125
|
"x-original-maxLength": 1024,
|
|
18707
19126
|
"x-reconciled-from-discovery": true,
|
|
18708
|
-
"x-reconciled-at": "2026-01-
|
|
19127
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437057+00:00"
|
|
18709
19128
|
},
|
|
18710
19129
|
"disabled": {
|
|
18711
19130
|
"type": "boolean",
|
|
@@ -18755,7 +19174,7 @@
|
|
|
18755
19174
|
},
|
|
18756
19175
|
"x-original-maxLength": 1024,
|
|
18757
19176
|
"x-reconciled-from-discovery": true,
|
|
18758
|
-
"x-reconciled-at": "2026-01-
|
|
19177
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437067+00:00"
|
|
18759
19178
|
},
|
|
18760
19179
|
"namespace": {
|
|
18761
19180
|
"type": "string",
|
|
@@ -18774,7 +19193,7 @@
|
|
|
18774
19193
|
},
|
|
18775
19194
|
"x-original-maxLength": 1024,
|
|
18776
19195
|
"x-reconciled-from-discovery": true,
|
|
18777
|
-
"x-reconciled-at": "2026-01-
|
|
19196
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437071+00:00"
|
|
18778
19197
|
},
|
|
18779
19198
|
"owner_view": {
|
|
18780
19199
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -18815,7 +19234,7 @@
|
|
|
18815
19234
|
"x-field-mutability": "read-only",
|
|
18816
19235
|
"x-original-maxLength": 1024,
|
|
18817
19236
|
"x-reconciled-from-discovery": true,
|
|
18818
|
-
"x-reconciled-at": "2026-01-
|
|
19237
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437079+00:00"
|
|
18819
19238
|
},
|
|
18820
19239
|
"uid": {
|
|
18821
19240
|
"type": "string",
|
|
@@ -18836,7 +19255,7 @@
|
|
|
18836
19255
|
"x-original-maxLength": 1024,
|
|
18837
19256
|
"format": "uuid",
|
|
18838
19257
|
"x-reconciled-from-discovery": true,
|
|
18839
|
-
"x-reconciled-at": "2026-01-
|
|
19258
|
+
"x-reconciled-at": "2026-01-05T18:28:38.437084+00:00"
|
|
18840
19259
|
}
|
|
18841
19260
|
},
|
|
18842
19261
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19318,7 +19737,7 @@
|
|
|
19318
19737
|
},
|
|
19319
19738
|
"x-original-maxLength": 1024,
|
|
19320
19739
|
"x-reconciled-from-discovery": true,
|
|
19321
|
-
"x-reconciled-at": "2026-01-
|
|
19740
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860666+00:00"
|
|
19322
19741
|
},
|
|
19323
19742
|
"namespace": {
|
|
19324
19743
|
"type": "string",
|
|
@@ -19337,7 +19756,7 @@
|
|
|
19337
19756
|
},
|
|
19338
19757
|
"x-original-maxLength": 1024,
|
|
19339
19758
|
"x-reconciled-from-discovery": true,
|
|
19340
|
-
"x-reconciled-at": "2026-01-
|
|
19759
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860673+00:00"
|
|
19341
19760
|
},
|
|
19342
19761
|
"spec": {
|
|
19343
19762
|
"$ref": "#/components/schemas/api_credentialCustomCreateSpecType"
|
|
@@ -19418,7 +19837,7 @@
|
|
|
19418
19837
|
},
|
|
19419
19838
|
"x-original-maxLength": 1024,
|
|
19420
19839
|
"x-reconciled-from-discovery": true,
|
|
19421
|
-
"x-reconciled-at": "2026-01-
|
|
19840
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860686+00:00"
|
|
19422
19841
|
}
|
|
19423
19842
|
},
|
|
19424
19843
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19484,7 +19903,7 @@
|
|
|
19484
19903
|
},
|
|
19485
19904
|
"x-original-maxLength": 1024,
|
|
19486
19905
|
"x-reconciled-from-discovery": true,
|
|
19487
|
-
"x-reconciled-at": "2026-01-
|
|
19906
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860696+00:00"
|
|
19488
19907
|
},
|
|
19489
19908
|
"namespace": {
|
|
19490
19909
|
"type": "string",
|
|
@@ -19503,7 +19922,7 @@
|
|
|
19503
19922
|
},
|
|
19504
19923
|
"x-original-maxLength": 1024,
|
|
19505
19924
|
"x-reconciled-from-discovery": true,
|
|
19506
|
-
"x-reconciled-at": "2026-01-
|
|
19925
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860700+00:00"
|
|
19507
19926
|
},
|
|
19508
19927
|
"namespace_roles": {
|
|
19509
19928
|
"type": "array",
|
|
@@ -19769,7 +20188,7 @@
|
|
|
19769
20188
|
},
|
|
19770
20189
|
"x-original-maxLength": 1024,
|
|
19771
20190
|
"x-reconciled-from-discovery": true,
|
|
19772
|
-
"x-reconciled-at": "2026-01-
|
|
20191
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860725+00:00"
|
|
19773
20192
|
},
|
|
19774
20193
|
"namespace": {
|
|
19775
20194
|
"type": "string",
|
|
@@ -19795,7 +20214,7 @@
|
|
|
19795
20214
|
},
|
|
19796
20215
|
"x-original-maxLength": 1024,
|
|
19797
20216
|
"x-reconciled-from-discovery": true,
|
|
19798
|
-
"x-reconciled-at": "2026-01-
|
|
20217
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860729+00:00"
|
|
19799
20218
|
}
|
|
19800
20219
|
},
|
|
19801
20220
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19903,7 +20322,7 @@
|
|
|
19903
20322
|
},
|
|
19904
20323
|
"x-original-maxLength": 1024,
|
|
19905
20324
|
"x-reconciled-from-discovery": true,
|
|
19906
|
-
"x-reconciled-at": "2026-01-
|
|
20325
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860740+00:00"
|
|
19907
20326
|
},
|
|
19908
20327
|
"namespace": {
|
|
19909
20328
|
"type": "string",
|
|
@@ -19922,7 +20341,7 @@
|
|
|
19922
20341
|
},
|
|
19923
20342
|
"x-original-maxLength": 1024,
|
|
19924
20343
|
"x-reconciled-from-discovery": true,
|
|
19925
|
-
"x-reconciled-at": "2026-01-
|
|
20344
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860744+00:00"
|
|
19926
20345
|
},
|
|
19927
20346
|
"namespace_access": {
|
|
19928
20347
|
"$ref": "#/components/schemas/schemaNamespaceAccessType"
|
|
@@ -19949,7 +20368,7 @@
|
|
|
19949
20368
|
"x-original-maxLength": 1024,
|
|
19950
20369
|
"format": "uuid",
|
|
19951
20370
|
"x-reconciled-from-discovery": true,
|
|
19952
|
-
"x-reconciled-at": "2026-01-
|
|
20371
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860752+00:00"
|
|
19953
20372
|
},
|
|
19954
20373
|
"user_email": {
|
|
19955
20374
|
"type": "string",
|
|
@@ -20283,7 +20702,7 @@
|
|
|
20283
20702
|
},
|
|
20284
20703
|
"x-original-maxLength": 1024,
|
|
20285
20704
|
"x-reconciled-from-discovery": true,
|
|
20286
|
-
"x-reconciled-at": "2026-01-
|
|
20705
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860781+00:00"
|
|
20287
20706
|
},
|
|
20288
20707
|
"namespace": {
|
|
20289
20708
|
"type": "string",
|
|
@@ -20302,7 +20721,7 @@
|
|
|
20302
20721
|
},
|
|
20303
20722
|
"x-original-maxLength": 1024,
|
|
20304
20723
|
"x-reconciled-from-discovery": true,
|
|
20305
|
-
"x-reconciled-at": "2026-01-
|
|
20724
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860785+00:00"
|
|
20306
20725
|
},
|
|
20307
20726
|
"type": {
|
|
20308
20727
|
"$ref": "#/components/schemas/api_credentialAPICredentialType"
|
|
@@ -20326,7 +20745,7 @@
|
|
|
20326
20745
|
"x-original-maxLength": 1024,
|
|
20327
20746
|
"format": "uuid",
|
|
20328
20747
|
"x-reconciled-from-discovery": true,
|
|
20329
|
-
"x-reconciled-at": "2026-01-
|
|
20748
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860791+00:00"
|
|
20330
20749
|
},
|
|
20331
20750
|
"user_email": {
|
|
20332
20751
|
"type": "string",
|
|
@@ -20468,7 +20887,7 @@
|
|
|
20468
20887
|
},
|
|
20469
20888
|
"x-original-maxLength": 1024,
|
|
20470
20889
|
"x-reconciled-from-discovery": true,
|
|
20471
|
-
"x-reconciled-at": "2026-01-
|
|
20890
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860804+00:00"
|
|
20472
20891
|
},
|
|
20473
20892
|
"namespace": {
|
|
20474
20893
|
"type": "string",
|
|
@@ -20487,7 +20906,7 @@
|
|
|
20487
20906
|
},
|
|
20488
20907
|
"x-original-maxLength": 1024,
|
|
20489
20908
|
"x-reconciled-from-discovery": true,
|
|
20490
|
-
"x-reconciled-at": "2026-01-
|
|
20909
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860808+00:00"
|
|
20491
20910
|
},
|
|
20492
20911
|
"namespace_access": {
|
|
20493
20912
|
"$ref": "#/components/schemas/schemaNamespaceAccessType"
|
|
@@ -20514,7 +20933,7 @@
|
|
|
20514
20933
|
"x-original-maxLength": 1024,
|
|
20515
20934
|
"format": "uuid",
|
|
20516
20935
|
"x-reconciled-from-discovery": true,
|
|
20517
|
-
"x-reconciled-at": "2026-01-
|
|
20936
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860814+00:00"
|
|
20518
20937
|
},
|
|
20519
20938
|
"user_email": {
|
|
20520
20939
|
"type": "string",
|
|
@@ -20701,7 +21120,7 @@
|
|
|
20701
21120
|
},
|
|
20702
21121
|
"x-original-maxLength": 1024,
|
|
20703
21122
|
"x-reconciled-from-discovery": true,
|
|
20704
|
-
"x-reconciled-at": "2026-01-
|
|
21123
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860830+00:00"
|
|
20705
21124
|
}
|
|
20706
21125
|
},
|
|
20707
21126
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20765,7 +21184,7 @@
|
|
|
20765
21184
|
},
|
|
20766
21185
|
"x-original-maxLength": 1024,
|
|
20767
21186
|
"x-reconciled-from-discovery": true,
|
|
20768
|
-
"x-reconciled-at": "2026-01-
|
|
21187
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860836+00:00"
|
|
20769
21188
|
},
|
|
20770
21189
|
"namespace": {
|
|
20771
21190
|
"type": "string",
|
|
@@ -20791,7 +21210,7 @@
|
|
|
20791
21210
|
},
|
|
20792
21211
|
"x-original-maxLength": 1024,
|
|
20793
21212
|
"x-reconciled-from-discovery": true,
|
|
20794
|
-
"x-reconciled-at": "2026-01-
|
|
21213
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860840+00:00"
|
|
20795
21214
|
}
|
|
20796
21215
|
},
|
|
20797
21216
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20839,7 +21258,7 @@
|
|
|
20839
21258
|
},
|
|
20840
21259
|
"x-original-maxLength": 1024,
|
|
20841
21260
|
"x-reconciled-from-discovery": true,
|
|
20842
|
-
"x-reconciled-at": "2026-01-
|
|
21261
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860845+00:00"
|
|
20843
21262
|
},
|
|
20844
21263
|
"namespace": {
|
|
20845
21264
|
"type": "string",
|
|
@@ -20858,7 +21277,7 @@
|
|
|
20858
21277
|
},
|
|
20859
21278
|
"x-original-maxLength": 1024,
|
|
20860
21279
|
"x-reconciled-from-discovery": true,
|
|
20861
|
-
"x-reconciled-at": "2026-01-
|
|
21280
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860849+00:00"
|
|
20862
21281
|
},
|
|
20863
21282
|
"namespace_access": {
|
|
20864
21283
|
"$ref": "#/components/schemas/schemaNamespaceAccessType"
|
|
@@ -20950,7 +21369,7 @@
|
|
|
20950
21369
|
},
|
|
20951
21370
|
"x-original-maxLength": 1024,
|
|
20952
21371
|
"x-reconciled-from-discovery": true,
|
|
20953
|
-
"x-reconciled-at": "2026-01-
|
|
21372
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860859+00:00"
|
|
20954
21373
|
}
|
|
20955
21374
|
},
|
|
20956
21375
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20998,7 +21417,7 @@
|
|
|
20998
21417
|
},
|
|
20999
21418
|
"x-original-maxLength": 1024,
|
|
21000
21419
|
"x-reconciled-from-discovery": true,
|
|
21001
|
-
"x-reconciled-at": "2026-01-
|
|
21420
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860864+00:00"
|
|
21002
21421
|
}
|
|
21003
21422
|
},
|
|
21004
21423
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21107,7 +21526,7 @@
|
|
|
21107
21526
|
"maxLength": 17,
|
|
21108
21527
|
"minLength": 17,
|
|
21109
21528
|
"x-reconciled-from-discovery": true,
|
|
21110
|
-
"x-reconciled-at": "2026-01-
|
|
21529
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860873+00:00"
|
|
21111
21530
|
}
|
|
21112
21531
|
},
|
|
21113
21532
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21278,7 +21697,7 @@
|
|
|
21278
21697
|
},
|
|
21279
21698
|
"x-original-maxLength": 256,
|
|
21280
21699
|
"x-reconciled-from-discovery": true,
|
|
21281
|
-
"x-reconciled-at": "2026-01-
|
|
21700
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860893+00:00"
|
|
21282
21701
|
},
|
|
21283
21702
|
"role": {
|
|
21284
21703
|
"type": "string",
|
|
@@ -21377,7 +21796,7 @@
|
|
|
21377
21796
|
},
|
|
21378
21797
|
"x-original-maxLength": 1200,
|
|
21379
21798
|
"x-reconciled-from-discovery": true,
|
|
21380
|
-
"x-reconciled-at": "2026-01-
|
|
21799
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860901+00:00"
|
|
21381
21800
|
},
|
|
21382
21801
|
"disable": {
|
|
21383
21802
|
"type": "boolean",
|
|
@@ -21432,7 +21851,7 @@
|
|
|
21432
21851
|
},
|
|
21433
21852
|
"x-original-maxLength": 1024,
|
|
21434
21853
|
"x-reconciled-from-discovery": true,
|
|
21435
|
-
"x-reconciled-at": "2026-01-
|
|
21854
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860908+00:00"
|
|
21436
21855
|
},
|
|
21437
21856
|
"namespace": {
|
|
21438
21857
|
"type": "string",
|
|
@@ -21451,7 +21870,7 @@
|
|
|
21451
21870
|
},
|
|
21452
21871
|
"x-original-maxLength": 1024,
|
|
21453
21872
|
"x-reconciled-from-discovery": true,
|
|
21454
|
-
"x-reconciled-at": "2026-01-
|
|
21873
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860913+00:00"
|
|
21455
21874
|
},
|
|
21456
21875
|
"uid": {
|
|
21457
21876
|
"type": "string",
|
|
@@ -21473,7 +21892,7 @@
|
|
|
21473
21892
|
"x-original-maxLength": 1024,
|
|
21474
21893
|
"format": "uuid",
|
|
21475
21894
|
"x-reconciled-from-discovery": true,
|
|
21476
|
-
"x-reconciled-at": "2026-01-
|
|
21895
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860918+00:00"
|
|
21477
21896
|
}
|
|
21478
21897
|
},
|
|
21479
21898
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21707,7 +22126,7 @@
|
|
|
21707
22126
|
"maxLength": 6,
|
|
21708
22127
|
"minLength": 6,
|
|
21709
22128
|
"x-reconciled-from-discovery": true,
|
|
21710
|
-
"x-reconciled-at": "2026-01-
|
|
22129
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860972+00:00"
|
|
21711
22130
|
},
|
|
21712
22131
|
"object_index": {
|
|
21713
22132
|
"type": "integer",
|
|
@@ -21780,7 +22199,7 @@
|
|
|
21780
22199
|
"x-field-mutability": "read-only",
|
|
21781
22200
|
"x-original-maxLength": 1024,
|
|
21782
22201
|
"x-reconciled-from-discovery": true,
|
|
21783
|
-
"x-reconciled-at": "2026-01-
|
|
22202
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860981+00:00"
|
|
21784
22203
|
},
|
|
21785
22204
|
"trace_info": {
|
|
21786
22205
|
"type": "string",
|
|
@@ -21818,7 +22237,7 @@
|
|
|
21818
22237
|
"x-original-maxLength": 1024,
|
|
21819
22238
|
"format": "uuid",
|
|
21820
22239
|
"x-reconciled-from-discovery": true,
|
|
21821
|
-
"x-reconciled-at": "2026-01-
|
|
22240
|
+
"x-reconciled-at": "2026-01-05T18:28:38.860987+00:00"
|
|
21822
22241
|
},
|
|
21823
22242
|
"vtrp_id": {
|
|
21824
22243
|
"type": "string",
|
|
@@ -21957,7 +22376,7 @@
|
|
|
21957
22376
|
},
|
|
21958
22377
|
"x-original-maxLength": 1024,
|
|
21959
22378
|
"x-reconciled-from-discovery": true,
|
|
21960
|
-
"x-reconciled-at": "2026-01-
|
|
22379
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066151+00:00"
|
|
21961
22380
|
},
|
|
21962
22381
|
"namespace": {
|
|
21963
22382
|
"type": "string",
|
|
@@ -21976,7 +22395,7 @@
|
|
|
21976
22395
|
},
|
|
21977
22396
|
"x-original-maxLength": 1024,
|
|
21978
22397
|
"x-reconciled-from-discovery": true,
|
|
21979
|
-
"x-reconciled-at": "2026-01-
|
|
22398
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066158+00:00"
|
|
21980
22399
|
}
|
|
21981
22400
|
},
|
|
21982
22401
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22238,7 +22657,7 @@
|
|
|
22238
22657
|
},
|
|
22239
22658
|
"x-original-maxLength": 1024,
|
|
22240
22659
|
"x-reconciled-from-discovery": true,
|
|
22241
|
-
"x-reconciled-at": "2026-01-
|
|
22660
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066184+00:00"
|
|
22242
22661
|
},
|
|
22243
22662
|
"namespace": {
|
|
22244
22663
|
"type": "string",
|
|
@@ -22257,7 +22676,7 @@
|
|
|
22257
22676
|
},
|
|
22258
22677
|
"x-original-maxLength": 1024,
|
|
22259
22678
|
"x-reconciled-from-discovery": true,
|
|
22260
|
-
"x-reconciled-at": "2026-01-
|
|
22679
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066188+00:00"
|
|
22261
22680
|
}
|
|
22262
22681
|
},
|
|
22263
22682
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22301,7 +22720,7 @@
|
|
|
22301
22720
|
},
|
|
22302
22721
|
"x-original-maxLength": 1024,
|
|
22303
22722
|
"x-reconciled-from-discovery": true,
|
|
22304
|
-
"x-reconciled-at": "2026-01-
|
|
22723
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066194+00:00"
|
|
22305
22724
|
}
|
|
22306
22725
|
},
|
|
22307
22726
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22396,7 +22815,7 @@
|
|
|
22396
22815
|
},
|
|
22397
22816
|
"x-original-maxLength": 1024,
|
|
22398
22817
|
"x-reconciled-from-discovery": true,
|
|
22399
|
-
"x-reconciled-at": "2026-01-
|
|
22818
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066203+00:00"
|
|
22400
22819
|
}
|
|
22401
22820
|
},
|
|
22402
22821
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22527,7 +22946,7 @@
|
|
|
22527
22946
|
"maxLength": 17,
|
|
22528
22947
|
"minLength": 17,
|
|
22529
22948
|
"x-reconciled-from-discovery": true,
|
|
22530
|
-
"x-reconciled-at": "2026-01-
|
|
22949
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066220+00:00"
|
|
22531
22950
|
},
|
|
22532
22951
|
"system_metadata": {
|
|
22533
22952
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -22662,7 +23081,7 @@
|
|
|
22662
23081
|
},
|
|
22663
23082
|
"x-original-maxLength": 1024,
|
|
22664
23083
|
"x-reconciled-from-discovery": true,
|
|
22665
|
-
"x-reconciled-at": "2026-01-
|
|
23084
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066232+00:00"
|
|
22666
23085
|
},
|
|
22667
23086
|
"disabled": {
|
|
22668
23087
|
"type": "boolean",
|
|
@@ -22712,7 +23131,7 @@
|
|
|
22712
23131
|
},
|
|
22713
23132
|
"x-original-maxLength": 1024,
|
|
22714
23133
|
"x-reconciled-from-discovery": true,
|
|
22715
|
-
"x-reconciled-at": "2026-01-
|
|
23134
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066242+00:00"
|
|
22716
23135
|
},
|
|
22717
23136
|
"namespace": {
|
|
22718
23137
|
"type": "string",
|
|
@@ -22731,7 +23150,7 @@
|
|
|
22731
23150
|
},
|
|
22732
23151
|
"x-original-maxLength": 1024,
|
|
22733
23152
|
"x-reconciled-from-discovery": true,
|
|
22734
|
-
"x-reconciled-at": "2026-01-
|
|
23153
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066246+00:00"
|
|
22735
23154
|
},
|
|
22736
23155
|
"owner_view": {
|
|
22737
23156
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -22772,7 +23191,7 @@
|
|
|
22772
23191
|
"x-field-mutability": "read-only",
|
|
22773
23192
|
"x-original-maxLength": 1024,
|
|
22774
23193
|
"x-reconciled-from-discovery": true,
|
|
22775
|
-
"x-reconciled-at": "2026-01-
|
|
23194
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066254+00:00"
|
|
22776
23195
|
},
|
|
22777
23196
|
"uid": {
|
|
22778
23197
|
"type": "string",
|
|
@@ -22793,7 +23212,7 @@
|
|
|
22793
23212
|
"x-original-maxLength": 1024,
|
|
22794
23213
|
"format": "uuid",
|
|
22795
23214
|
"x-reconciled-from-discovery": true,
|
|
22796
|
-
"x-reconciled-at": "2026-01-
|
|
23215
|
+
"x-reconciled-at": "2026-01-05T18:28:42.066260+00:00"
|
|
22797
23216
|
}
|
|
22798
23217
|
},
|
|
22799
23218
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24458,7 +24877,7 @@
|
|
|
24458
24877
|
},
|
|
24459
24878
|
"x-original-maxLength": 256,
|
|
24460
24879
|
"x-reconciled-from-discovery": true,
|
|
24461
|
-
"x-reconciled-at": "2026-01-
|
|
24880
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659291+00:00"
|
|
24462
24881
|
}
|
|
24463
24882
|
},
|
|
24464
24883
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24686,7 +25105,7 @@
|
|
|
24686
25105
|
},
|
|
24687
25106
|
"x-original-maxLength": 256,
|
|
24688
25107
|
"x-reconciled-from-discovery": true,
|
|
24689
|
-
"x-reconciled-at": "2026-01-
|
|
25108
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659307+00:00"
|
|
24690
25109
|
}
|
|
24691
25110
|
},
|
|
24692
25111
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25211,7 +25630,7 @@
|
|
|
25211
25630
|
},
|
|
25212
25631
|
"x-original-maxLength": 1024,
|
|
25213
25632
|
"x-reconciled-from-discovery": true,
|
|
25214
|
-
"x-reconciled-at": "2026-01-
|
|
25633
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659332+00:00"
|
|
25215
25634
|
},
|
|
25216
25635
|
"path": {
|
|
25217
25636
|
"type": "string",
|
|
@@ -25360,7 +25779,7 @@
|
|
|
25360
25779
|
},
|
|
25361
25780
|
"x-original-maxLength": 1024,
|
|
25362
25781
|
"x-reconciled-from-discovery": true,
|
|
25363
|
-
"x-reconciled-at": "2026-01-
|
|
25782
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659346+00:00"
|
|
25364
25783
|
},
|
|
25365
25784
|
"path": {
|
|
25366
25785
|
"type": "string",
|
|
@@ -25499,7 +25918,7 @@
|
|
|
25499
25918
|
},
|
|
25500
25919
|
"x-original-maxLength": 1024,
|
|
25501
25920
|
"x-reconciled-from-discovery": true,
|
|
25502
|
-
"x-reconciled-at": "2026-01-
|
|
25921
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659360+00:00"
|
|
25503
25922
|
},
|
|
25504
25923
|
"path": {
|
|
25505
25924
|
"type": "string",
|
|
@@ -25632,7 +26051,7 @@
|
|
|
25632
26051
|
},
|
|
25633
26052
|
"x-original-maxLength": 1024,
|
|
25634
26053
|
"x-reconciled-from-discovery": true,
|
|
25635
|
-
"x-reconciled-at": "2026-01-
|
|
26054
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659372+00:00"
|
|
25636
26055
|
},
|
|
25637
26056
|
"path": {
|
|
25638
26057
|
"type": "string",
|
|
@@ -25817,7 +26236,7 @@
|
|
|
25817
26236
|
},
|
|
25818
26237
|
"x-original-maxLength": 256,
|
|
25819
26238
|
"x-reconciled-from-discovery": true,
|
|
25820
|
-
"x-reconciled-at": "2026-01-
|
|
26239
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659399+00:00"
|
|
25821
26240
|
}
|
|
25822
26241
|
},
|
|
25823
26242
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25940,7 +26359,7 @@
|
|
|
25940
26359
|
},
|
|
25941
26360
|
"x-original-maxLength": 256,
|
|
25942
26361
|
"x-reconciled-from-discovery": true,
|
|
25943
|
-
"x-reconciled-at": "2026-01-
|
|
26362
|
+
"x-reconciled-at": "2026-01-05T18:28:44.659410+00:00"
|
|
25944
26363
|
}
|
|
25945
26364
|
},
|
|
25946
26365
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26296,7 +26715,7 @@
|
|
|
26296
26715
|
},
|
|
26297
26716
|
"x-original-maxLength": 1024,
|
|
26298
26717
|
"x-reconciled-from-discovery": true,
|
|
26299
|
-
"x-reconciled-at": "2026-01-
|
|
26718
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329232+00:00"
|
|
26300
26719
|
},
|
|
26301
26720
|
"namespace": {
|
|
26302
26721
|
"type": "string",
|
|
@@ -26315,7 +26734,7 @@
|
|
|
26315
26734
|
},
|
|
26316
26735
|
"x-original-maxLength": 1024,
|
|
26317
26736
|
"x-reconciled-from-discovery": true,
|
|
26318
|
-
"x-reconciled-at": "2026-01-
|
|
26737
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329238+00:00"
|
|
26319
26738
|
}
|
|
26320
26739
|
},
|
|
26321
26740
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26413,7 +26832,7 @@
|
|
|
26413
26832
|
"maxLength": 17,
|
|
26414
26833
|
"minLength": 17,
|
|
26415
26834
|
"x-reconciled-from-discovery": true,
|
|
26416
|
-
"x-reconciled-at": "2026-01-
|
|
26835
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329255+00:00"
|
|
26417
26836
|
},
|
|
26418
26837
|
"system_metadata": {
|
|
26419
26838
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -26778,7 +27197,7 @@
|
|
|
26778
27197
|
},
|
|
26779
27198
|
"x-original-maxLength": 1024,
|
|
26780
27199
|
"x-reconciled-from-discovery": true,
|
|
26781
|
-
"x-reconciled-at": "2026-01-
|
|
27200
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329286+00:00"
|
|
26782
27201
|
}
|
|
26783
27202
|
},
|
|
26784
27203
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26879,7 +27298,7 @@
|
|
|
26879
27298
|
},
|
|
26880
27299
|
"x-original-maxLength": 1024,
|
|
26881
27300
|
"x-reconciled-from-discovery": true,
|
|
26882
|
-
"x-reconciled-at": "2026-01-
|
|
27301
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329296+00:00"
|
|
26883
27302
|
},
|
|
26884
27303
|
"disabled": {
|
|
26885
27304
|
"type": "boolean",
|
|
@@ -26929,7 +27348,7 @@
|
|
|
26929
27348
|
},
|
|
26930
27349
|
"x-original-maxLength": 1024,
|
|
26931
27350
|
"x-reconciled-from-discovery": true,
|
|
26932
|
-
"x-reconciled-at": "2026-01-
|
|
27351
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329307+00:00"
|
|
26933
27352
|
},
|
|
26934
27353
|
"namespace": {
|
|
26935
27354
|
"type": "string",
|
|
@@ -26948,7 +27367,7 @@
|
|
|
26948
27367
|
},
|
|
26949
27368
|
"x-original-maxLength": 1024,
|
|
26950
27369
|
"x-reconciled-from-discovery": true,
|
|
26951
|
-
"x-reconciled-at": "2026-01-
|
|
27370
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329312+00:00"
|
|
26952
27371
|
},
|
|
26953
27372
|
"owner_view": {
|
|
26954
27373
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -26989,7 +27408,7 @@
|
|
|
26989
27408
|
"x-field-mutability": "read-only",
|
|
26990
27409
|
"x-original-maxLength": 1024,
|
|
26991
27410
|
"x-reconciled-from-discovery": true,
|
|
26992
|
-
"x-reconciled-at": "2026-01-
|
|
27411
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329323+00:00"
|
|
26993
27412
|
},
|
|
26994
27413
|
"uid": {
|
|
26995
27414
|
"type": "string",
|
|
@@ -27010,7 +27429,7 @@
|
|
|
27010
27429
|
"x-original-maxLength": 1024,
|
|
27011
27430
|
"format": "uuid",
|
|
27012
27431
|
"x-reconciled-from-discovery": true,
|
|
27013
|
-
"x-reconciled-at": "2026-01-
|
|
27432
|
+
"x-reconciled-at": "2026-01-05T18:29:00.329329+00:00"
|
|
27014
27433
|
}
|
|
27015
27434
|
},
|
|
27016
27435
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27639,7 +28058,7 @@
|
|
|
27639
28058
|
},
|
|
27640
28059
|
"x-original-maxLength": 1024,
|
|
27641
28060
|
"x-reconciled-from-discovery": true,
|
|
27642
|
-
"x-reconciled-at": "2026-01-
|
|
28061
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542251+00:00"
|
|
27643
28062
|
},
|
|
27644
28063
|
"namespace_regex": {
|
|
27645
28064
|
"type": "string",
|
|
@@ -27846,7 +28265,7 @@
|
|
|
27846
28265
|
},
|
|
27847
28266
|
"x-original-maxLength": 1024,
|
|
27848
28267
|
"x-reconciled-from-discovery": true,
|
|
27849
|
-
"x-reconciled-at": "2026-01-
|
|
28268
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542277+00:00"
|
|
27850
28269
|
},
|
|
27851
28270
|
"namespace": {
|
|
27852
28271
|
"type": "string",
|
|
@@ -27865,7 +28284,7 @@
|
|
|
27865
28284
|
},
|
|
27866
28285
|
"x-original-maxLength": 1024,
|
|
27867
28286
|
"x-reconciled-from-discovery": true,
|
|
27868
|
-
"x-reconciled-at": "2026-01-
|
|
28287
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542282+00:00"
|
|
27869
28288
|
}
|
|
27870
28289
|
},
|
|
27871
28290
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27976,7 +28395,7 @@
|
|
|
27976
28395
|
},
|
|
27977
28396
|
"x-original-maxLength": 64,
|
|
27978
28397
|
"x-reconciled-from-discovery": true,
|
|
27979
|
-
"x-reconciled-at": "2026-01-
|
|
28398
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542293+00:00"
|
|
27980
28399
|
},
|
|
27981
28400
|
"pods": {
|
|
27982
28401
|
"type": "array",
|
|
@@ -28103,7 +28522,7 @@
|
|
|
28103
28522
|
},
|
|
28104
28523
|
"x-original-maxLength": 1024,
|
|
28105
28524
|
"x-reconciled-from-discovery": true,
|
|
28106
|
-
"x-reconciled-at": "2026-01-
|
|
28525
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542303+00:00"
|
|
28107
28526
|
},
|
|
28108
28527
|
"namespace": {
|
|
28109
28528
|
"type": "string",
|
|
@@ -28129,7 +28548,7 @@
|
|
|
28129
28548
|
},
|
|
28130
28549
|
"x-original-maxLength": 1024,
|
|
28131
28550
|
"x-reconciled-from-discovery": true,
|
|
28132
|
-
"x-reconciled-at": "2026-01-
|
|
28551
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542308+00:00"
|
|
28133
28552
|
}
|
|
28134
28553
|
},
|
|
28135
28554
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28264,7 +28683,7 @@
|
|
|
28264
28683
|
"maxLength": 17,
|
|
28265
28684
|
"minLength": 17,
|
|
28266
28685
|
"x-reconciled-from-discovery": true,
|
|
28267
|
-
"x-reconciled-at": "2026-01-
|
|
28686
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542324+00:00"
|
|
28268
28687
|
},
|
|
28269
28688
|
"system_metadata": {
|
|
28270
28689
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -28587,7 +29006,7 @@
|
|
|
28587
29006
|
},
|
|
28588
29007
|
"x-original-maxLength": 1024,
|
|
28589
29008
|
"x-reconciled-from-discovery": true,
|
|
28590
|
-
"x-reconciled-at": "2026-01-
|
|
29009
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542353+00:00"
|
|
28591
29010
|
},
|
|
28592
29011
|
"namespace_regex": {
|
|
28593
29012
|
"type": "string",
|
|
@@ -28657,7 +29076,7 @@
|
|
|
28657
29076
|
},
|
|
28658
29077
|
"x-original-maxLength": 64,
|
|
28659
29078
|
"x-reconciled-from-discovery": true,
|
|
28660
|
-
"x-reconciled-at": "2026-01-
|
|
29079
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542360+00:00"
|
|
28661
29080
|
}
|
|
28662
29081
|
},
|
|
28663
29082
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28793,7 +29212,7 @@
|
|
|
28793
29212
|
},
|
|
28794
29213
|
"x-original-maxLength": 1024,
|
|
28795
29214
|
"x-reconciled-from-discovery": true,
|
|
28796
|
-
"x-reconciled-at": "2026-01-
|
|
29215
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542374+00:00"
|
|
28797
29216
|
},
|
|
28798
29217
|
"disabled": {
|
|
28799
29218
|
"type": "boolean",
|
|
@@ -28843,7 +29262,7 @@
|
|
|
28843
29262
|
},
|
|
28844
29263
|
"x-original-maxLength": 1024,
|
|
28845
29264
|
"x-reconciled-from-discovery": true,
|
|
28846
|
-
"x-reconciled-at": "2026-01-
|
|
29265
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542384+00:00"
|
|
28847
29266
|
},
|
|
28848
29267
|
"namespace": {
|
|
28849
29268
|
"type": "string",
|
|
@@ -28862,7 +29281,7 @@
|
|
|
28862
29281
|
},
|
|
28863
29282
|
"x-original-maxLength": 1024,
|
|
28864
29283
|
"x-reconciled-from-discovery": true,
|
|
28865
|
-
"x-reconciled-at": "2026-01-
|
|
29284
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542389+00:00"
|
|
28866
29285
|
},
|
|
28867
29286
|
"owner_view": {
|
|
28868
29287
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -28903,7 +29322,7 @@
|
|
|
28903
29322
|
"x-field-mutability": "read-only",
|
|
28904
29323
|
"x-original-maxLength": 1024,
|
|
28905
29324
|
"x-reconciled-from-discovery": true,
|
|
28906
|
-
"x-reconciled-at": "2026-01-
|
|
29325
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542396+00:00"
|
|
28907
29326
|
},
|
|
28908
29327
|
"uid": {
|
|
28909
29328
|
"type": "string",
|
|
@@ -28924,7 +29343,7 @@
|
|
|
28924
29343
|
"x-original-maxLength": 1024,
|
|
28925
29344
|
"format": "uuid",
|
|
28926
29345
|
"x-reconciled-from-discovery": true,
|
|
28927
|
-
"x-reconciled-at": "2026-01-
|
|
29346
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542402+00:00"
|
|
28928
29347
|
}
|
|
28929
29348
|
},
|
|
28930
29349
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29035,7 +29454,7 @@
|
|
|
29035
29454
|
},
|
|
29036
29455
|
"x-original-maxLength": 1024,
|
|
29037
29456
|
"x-reconciled-from-discovery": true,
|
|
29038
|
-
"x-reconciled-at": "2026-01-
|
|
29457
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542412+00:00"
|
|
29039
29458
|
},
|
|
29040
29459
|
"partition_regex": {
|
|
29041
29460
|
"type": "string",
|
|
@@ -29701,7 +30120,7 @@
|
|
|
29701
30120
|
},
|
|
29702
30121
|
"x-original-maxLength": 1024,
|
|
29703
30122
|
"x-reconciled-from-discovery": true,
|
|
29704
|
-
"x-reconciled-at": "2026-01-
|
|
30123
|
+
"x-reconciled-at": "2026-01-05T18:29:16.542463+00:00"
|
|
29705
30124
|
},
|
|
29706
30125
|
"publish_virtual_ip": {
|
|
29707
30126
|
"type": "boolean",
|