@robinmordasiewicz/f5xc-api-mcp 2.0.13-2601051957 → 2.0.20-2601072244

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.
Files changed (49) hide show
  1. package/README.md +23 -0
  2. package/dist/config/paths.d.ts.map +1 -1
  3. package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
  4. package/dist/tools/generated/ce_management/index.js +179 -1582
  5. package/dist/tools/generated/ce_management/index.js.map +1 -1
  6. package/dist/tools/generated/dependency-graph.json +2 -265
  7. package/dist/version.d.ts +2 -2
  8. package/dist/version.js +2 -2
  9. package/manifest.json +1 -1
  10. package/package.json +1 -1
  11. package/specs/domains/admin_console_and_ui.json +111 -25
  12. package/specs/domains/ai_services.json +114 -35
  13. package/specs/domains/api.json +1082 -177
  14. package/specs/domains/authentication.json +205 -45
  15. package/specs/domains/bigip.json +593 -101
  16. package/specs/domains/billing_and_usage.json +440 -82
  17. package/specs/domains/blindfold.json +713 -110
  18. package/specs/domains/bot_and_threat_defense.json +359 -65
  19. package/specs/domains/cdn.json +2131 -194
  20. package/specs/domains/ce_management.json +9110 -15844
  21. package/specs/domains/certificates.json +362 -75
  22. package/specs/domains/cloud_infrastructure.json +802 -119
  23. package/specs/domains/container_services.json +613 -95
  24. package/specs/domains/data_and_privacy_security.json +364 -66
  25. package/specs/domains/data_intelligence.json +324 -63
  26. package/specs/domains/ddos.json +766 -159
  27. package/specs/domains/dns.json +820 -161
  28. package/specs/domains/managed_kubernetes.json +455 -85
  29. package/specs/domains/marketplace.json +670 -104
  30. package/specs/domains/network.json +1620 -238
  31. package/specs/domains/network_security.json +1401 -191
  32. package/specs/domains/nginx_one.json +326 -62
  33. package/specs/domains/object_storage.json +49 -15
  34. package/specs/domains/observability.json +999 -147
  35. package/specs/domains/rate_limiting.json +300 -55
  36. package/specs/domains/secops_and_incident_response.json +189 -36
  37. package/specs/domains/service_mesh.json +955 -124
  38. package/specs/domains/shape.json +2150 -397
  39. package/specs/domains/sites.json +3830 -364
  40. package/specs/domains/statistics.json +2117 -235
  41. package/specs/domains/support.json +602 -108
  42. package/specs/domains/telemetry_and_insights.json +753 -79
  43. package/specs/domains/tenant_and_identity.json +1874 -308
  44. package/specs/domains/threat_campaign.json +637 -71
  45. package/specs/domains/users.json +278 -66
  46. package/specs/domains/virtual.json +2803 -260
  47. package/specs/domains/vpm_and_node_management.json +3 -1
  48. package/specs/domains/waf.json +1125 -148
  49. package/specs/index.json +24 -24
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Ai Services",
5
5
  "description": "Query handling through inference routing with production and test modes. Positive and negative quality markers with detailed categorization capture assistant performance. Streaming connections support authenticated access, subscription lifecycles, and feature flags. IP provisioning services allocate infrastructure resources for model workloads across distributed systems.",
6
- "version": "2.0.13",
6
+ "version": "2.0.20",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -2431,7 +2431,7 @@
2431
2431
  "properties": {
2432
2432
  "comment": {
2433
2433
  "type": "string",
2434
- "description": "",
2434
+ "description": "Configuration parameter for comment",
2435
2435
  "title": "Comment",
2436
2436
  "maxLength": 4096,
2437
2437
  "x-displayname": "Comment",
@@ -2458,6 +2458,7 @@
2458
2458
  "x-displayname": "Namespace",
2459
2459
  "x-ves-example": "System",
2460
2460
  "x-f5xc-example": "system",
2461
+ "x-f5xc-description-short": "Namespace of the HTTP Load Balancer for current request.",
2461
2462
  "minLength": 0,
2462
2463
  "maxLength": 6,
2463
2464
  "x-f5xc-required-for": {
@@ -2468,7 +2469,7 @@
2468
2469
  },
2469
2470
  "x-original-maxLength": 1024,
2470
2471
  "x-reconciled-from-discovery": true,
2471
- "x-reconciled-at": "2026-01-05T18:28:36.407523+00:00"
2472
+ "x-reconciled-at": "2026-01-07T15:52:24.706916+00:00"
2472
2473
  },
2473
2474
  "negative_feedback": {
2474
2475
  "$ref": "#/components/schemas/ai_assistantNegativeFeedbackDetails"
@@ -2563,6 +2564,7 @@
2563
2564
  "x-displayname": "Namespace",
2564
2565
  "x-ves-example": "System",
2565
2566
  "x-f5xc-example": "system",
2567
+ "x-f5xc-description-short": "Namespace of the HTTP Load Balancer for current request.",
2566
2568
  "minLength": 0,
2567
2569
  "maxLength": 6,
2568
2570
  "x-f5xc-required-for": {
@@ -2573,7 +2575,7 @@
2573
2575
  },
2574
2576
  "x-original-maxLength": 1024,
2575
2577
  "x-reconciled-from-discovery": true,
2576
- "x-reconciled-at": "2026-01-05T18:28:36.407544+00:00"
2578
+ "x-reconciled-at": "2026-01-07T15:52:24.706936+00:00"
2577
2579
  }
2578
2580
  },
2579
2581
  "x-f5xc-minimum-configuration": {
@@ -2632,6 +2634,7 @@
2632
2634
  "x-validation-rules": {
2633
2635
  "ves.io.schema.rules.repeated.unique": "true"
2634
2636
  },
2637
+ "x-f5xc-description-short": "Follow up Queries to be given as suggestion to users.",
2635
2638
  "x-f5xc-required-for": {
2636
2639
  "minimum_config": false,
2637
2640
  "create": false,
@@ -2707,7 +2710,7 @@
2707
2710
  "properties": {
2708
2711
  "remarks": {
2709
2712
  "type": "array",
2710
- "description": "",
2713
+ "description": "Configuration parameter for remarks",
2711
2714
  "title": "Remarks",
2712
2715
  "items": {
2713
2716
  "$ref": "#/components/schemas/ai_assistantNegativeFeedbackType"
@@ -2757,6 +2760,8 @@
2757
2760
  "default": "OTHER",
2758
2761
  "x-displayname": "",
2759
2762
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.NegativeFeedbackType",
2763
+ "x-f5xc-description-short": "X-displayName \"Negative Feedback Type\" Type of Negative Feedback - OTHER: x-displayName \"Other\" Other - INACCURATE_DATA: x-displayName \"Inaccurate...",
2764
+ "x-f5xc-description-medium": "X-displayName \"Negative Feedback Type\" Type of Negative Feedback - OTHER: x-displayName \"Other\" Other - INACCURATE_DATA: x-displayName \"Inaccurate data\" Inaccurate data - IRRELEVANT_CONTENT: x-displayName \"Irrelevant content\" Irrelevant content - POOR_FORMAT: x-displayName \"Poor format\" Poor...",
2760
2765
  "x-f5xc-minimum-configuration": {
2761
2766
  "description": "Minimum configuration for ai_assistantNegativeFeedbackType",
2762
2767
  "required_fields": [],
@@ -2780,6 +2785,8 @@
2780
2785
  "default": "UNIT_TYPE_NONE",
2781
2786
  "x-displayname": "Unit Type",
2782
2787
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.UnitType",
2788
+ "x-f5xc-description-short": "Unit Type defines the unit for each fields. - UNIT_TYPE_NONE: None None type - GB: GB - PERCENT: Percent - BYTE: Byte.",
2789
+ "x-f5xc-description-medium": "Unit Type defines the unit for each fields. - UNIT_TYPE_NONE: None None type - GB: GB - PERCENT: Percent - BYTE: Byte.",
2783
2790
  "x-f5xc-minimum-configuration": {
2784
2791
  "description": "Minimum configuration for ai_assistantcommonUnitType",
2785
2792
  "required_fields": [],
@@ -2803,6 +2810,8 @@
2803
2810
  "default": "ACTION_NONE",
2804
2811
  "x-displayname": "Action",
2805
2812
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.explain_log_record.Action",
2813
+ "x-f5xc-description-short": "Action taken for the request - ACTION_NONE: None No action - ALLOW: Allow The request was allowed to pass - BLOCK: Block The request was blocked ...",
2814
+ "x-f5xc-description-medium": "Action taken for the request - ACTION_NONE: None No action - ALLOW: Allow The request was allowed to pass - BLOCK: Block The request was blocked - REDIRECT: Redirect The request was redirected.",
2806
2815
  "x-f5xc-minimum-configuration": {
2807
2816
  "description": "Minimum configuration for ai_assistantexplain_log_recordAction",
2808
2817
  "required_fields": [],
@@ -2849,6 +2858,8 @@
2849
2858
  "default": "COLOUR_TYPE_NONE",
2850
2859
  "x-displayname": "Colour Type.",
2851
2860
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.ColourType",
2861
+ "x-f5xc-description-short": "Colour Type defines the colour of fields to be displayed. - COLOUR_TYPE_NONE: None No colour - DANGER: danger colour type red - INFO: info colour...",
2862
+ "x-f5xc-description-medium": "Colour Type defines the colour of fields to be displayed. - COLOUR_TYPE_NONE: None No colour - DANGER: danger colour type red - INFO: info colour type blue - WARNING: warning colour type orange - AMBER: amber colour type yellow - SUCCESS: success colour type green - MALIBU: malibu colour type blue.",
2852
2863
  "x-f5xc-minimum-configuration": {
2853
2864
  "description": "Minimum configuration for commonColourType",
2854
2865
  "required_fields": [],
@@ -2873,6 +2884,8 @@
2873
2884
  "default": "COLUMN_TYPE_NONE",
2874
2885
  "x-displayname": "Column Type.",
2875
2886
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.ColumnType",
2887
+ "x-f5xc-description-short": "Column Type defines the data type for each column. - COLUMN_TYPE_NONE: None - STRING: string - INT: integer - FLOAT: float - BOOL: boolean.",
2888
+ "x-f5xc-description-medium": "Column Type defines the data type for each column. - COLUMN_TYPE_NONE: None - STRING: string - INT: integer - FLOAT: float - BOOL: boolean.",
2876
2889
  "x-f5xc-minimum-configuration": {
2877
2890
  "description": "Minimum configuration for commonColumnType",
2878
2891
  "required_fields": [],
@@ -2904,6 +2917,7 @@
2904
2917
  "x-validation-rules": {
2905
2918
  "ves.io.schema.rules.message.required": "true"
2906
2919
  },
2920
+ "x-f5xc-description-short": "Key will present a placeholder in a text field to insert the link. For",
2907
2921
  "minLength": 0,
2908
2922
  "maxLength": 16,
2909
2923
  "x-f5xc-required-for": {
@@ -2914,7 +2928,7 @@
2914
2928
  },
2915
2929
  "x-original-maxLength": 1024,
2916
2930
  "x-reconciled-from-discovery": true,
2917
- "x-reconciled-at": "2026-01-05T18:28:36.407570+00:00"
2931
+ "x-reconciled-at": "2026-01-07T15:52:24.706962+00:00"
2918
2932
  },
2919
2933
  "log_filters": {
2920
2934
  "type": "array",
@@ -2948,7 +2962,7 @@
2948
2962
  },
2949
2963
  "x-original-maxLength": 1024,
2950
2964
  "x-reconciled-from-discovery": true,
2951
- "x-reconciled-at": "2026-01-05T18:28:36.407576+00:00"
2965
+ "x-reconciled-at": "2026-01-07T15:52:24.706969+00:00"
2952
2966
  },
2953
2967
  "object_name": {
2954
2968
  "type": "string",
@@ -2999,12 +3013,13 @@
2999
3013
  },
3000
3014
  "x-original-maxLength": 1024,
3001
3015
  "x-reconciled-from-discovery": true,
3002
- "x-reconciled-at": "2026-01-05T18:28:36.407585+00:00"
3016
+ "x-reconciled-at": "2026-01-07T15:52:24.706977+00:00"
3003
3017
  },
3004
3018
  "type": {
3005
3019
  "$ref": "#/components/schemas/commonDashboardLinkType"
3006
3020
  }
3007
3021
  },
3022
+ "x-f5xc-description-short": "Dashboard link will present common fields like type, namespace, object, dateFilter, logFilter.",
3008
3023
  "x-f5xc-minimum-configuration": {
3009
3024
  "description": "Minimum configuration for commonDashboardLink",
3010
3025
  "required_fields": [
@@ -3046,6 +3061,8 @@
3046
3061
  "default": "SECURITY_ANALYTICS_EVENTS",
3047
3062
  "x-displayname": "Link Type",
3048
3063
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.DashboardLinkType",
3064
+ "x-f5xc-description-short": "Link Type to be presented - SECURITY_ANALYTICS_EVENTS: SECURITY_ANALYTICS_EVENTS Security analytics dashboard...",
3065
+ "x-f5xc-description-medium": "Link Type to be presented - SECURITY_ANALYTICS_EVENTS: SECURITY_ANALYTICS_EVENTS Security analytics dashboard: /web/workspaces/web-app-and-API-protection/../dashboard/security-dashboard/../security_analytics/events - REQUESTS_EVENTS: REQUESTS_EVENTS Requests dashboard...",
3049
3066
  "x-f5xc-minimum-configuration": {
3050
3067
  "description": "Minimum configuration for commonDashboardLinkType",
3051
3068
  "required_fields": [],
@@ -3068,7 +3085,7 @@
3068
3085
  },
3069
3086
  "formats": {
3070
3087
  "type": "array",
3071
- "description": "",
3088
+ "description": "Data format specification",
3072
3089
  "title": "Format",
3073
3090
  "items": {
3074
3091
  "$ref": "#/components/schemas/commonFormatType"
@@ -3120,6 +3137,8 @@
3120
3137
  "default": "DISPLAY_TYPE_NONE",
3121
3138
  "x-displayname": "DisplayType Type.",
3122
3139
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.DisplayType",
3140
+ "x-f5xc-description-short": "Render Type defines the format to which data has to be rendered on UI. - DISPLAY_TYPE_NONE: None None type - ICON: icon Value to be displayed as...",
3141
+ "x-f5xc-description-medium": "Render Type defines the format to which data has to be rendered on UI. - DISPLAY_TYPE_NONE: None None type - ICON: icon Value to be displayed as ICON - PROGRESS_BAR: progress bar - DATE: date - DURATION: duration - PROVIDER_ICON: provider icon.",
3123
3142
  "x-f5xc-minimum-configuration": {
3124
3143
  "description": "Minimum configuration for commonDisplayType",
3125
3144
  "required_fields": [],
@@ -3142,7 +3161,7 @@
3142
3161
  },
3143
3162
  "name": {
3144
3163
  "type": "string",
3145
- "description": "",
3164
+ "description": "Human-readable name for the resource",
3146
3165
  "title": "Name",
3147
3166
  "x-displayname": "Name",
3148
3167
  "x-ves-example": "Provider",
@@ -3157,11 +3176,11 @@
3157
3176
  },
3158
3177
  "x-original-maxLength": 1024,
3159
3178
  "x-reconciled-from-discovery": true,
3160
- "x-reconciled-at": "2026-01-05T18:28:36.407599+00:00"
3179
+ "x-reconciled-at": "2026-01-07T15:52:24.706992+00:00"
3161
3180
  },
3162
3181
  "title": {
3163
3182
  "type": "string",
3164
- "description": "",
3183
+ "description": "Human-readable title for the resource",
3165
3184
  "title": "Title",
3166
3185
  "x-displayname": "Title",
3167
3186
  "x-ves-example": "Site Name",
@@ -3176,7 +3195,7 @@
3176
3195
  },
3177
3196
  "x-original-maxLength": 1024,
3178
3197
  "x-reconciled-from-discovery": true,
3179
- "x-reconciled-at": "2026-01-05T18:28:36.407604+00:00"
3198
+ "x-reconciled-at": "2026-01-07T15:52:24.706996+00:00"
3180
3199
  },
3181
3200
  "tooltip": {
3182
3201
  "type": "string",
@@ -3224,6 +3243,8 @@
3224
3243
  "default": "IN",
3225
3244
  "x-displayname": "Filter Operator.",
3226
3245
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.FilterOperator",
3246
+ "x-f5xc-description-short": "Operator for query filter - IN: Filter Operator Specifies that query result includes filter values - NOT_IN: Filter Operator Specifies that query...",
3247
+ "x-f5xc-description-medium": "Operator for query filter - IN: Filter Operator Specifies that query result includes filter values - NOT_IN: Filter Operator Specifies that query result excludes filter values.",
3227
3248
  "x-f5xc-minimum-configuration": {
3228
3249
  "description": "Minimum configuration for commonFilterOperator",
3229
3250
  "required_fields": [],
@@ -3248,6 +3269,8 @@
3248
3269
  "default": "FORMAT_TYPE_NONE",
3249
3270
  "x-displayname": "Format Type.",
3250
3271
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.FormatType",
3272
+ "x-f5xc-description-short": "Format Type defines the format type for each fields. - FORMAT_TYPE_NONE: None No format - INLINE: Inline Key value to be displayed in inline...",
3273
+ "x-f5xc-description-medium": "Format Type defines the format type for each fields. - FORMAT_TYPE_NONE: None No format - INLINE: Inline Key value to be displayed in inline format - BOLD: Bold Value to be displayed in bold format - REVERSE_KEY_VALUE_ORDER: ReverseKeyValueOrder Key value to be displayed in Reverse Key Value...",
3251
3274
  "x-f5xc-minimum-configuration": {
3252
3275
  "description": "Minimum configuration for commonFormatType",
3253
3276
  "required_fields": [],
@@ -3279,6 +3302,7 @@
3279
3302
  "x-validation-rules": {
3280
3303
  "ves.io.schema.rules.message.required": "true"
3281
3304
  },
3305
+ "x-f5xc-description-short": "Key will present a placeholder in a text field to insert the link. For",
3282
3306
  "minLength": 0,
3283
3307
  "maxLength": 16,
3284
3308
  "x-f5xc-required-for": {
@@ -3289,7 +3313,7 @@
3289
3313
  },
3290
3314
  "x-original-maxLength": 1024,
3291
3315
  "x-reconciled-from-discovery": true,
3292
- "x-reconciled-at": "2026-01-05T18:28:36.407612+00:00"
3316
+ "x-reconciled-at": "2026-01-07T15:52:24.707005+00:00"
3293
3317
  },
3294
3318
  "title": {
3295
3319
  "type": "string",
@@ -3308,7 +3332,7 @@
3308
3332
  },
3309
3333
  "x-original-maxLength": 1024,
3310
3334
  "x-reconciled-from-discovery": true,
3311
- "x-reconciled-at": "2026-01-05T18:28:36.407617+00:00"
3335
+ "x-reconciled-at": "2026-01-07T15:52:24.707009+00:00"
3312
3336
  },
3313
3337
  "url": {
3314
3338
  "type": "string",
@@ -3328,6 +3352,7 @@
3328
3352
  }
3329
3353
  }
3330
3354
  },
3355
+ "x-f5xc-description-short": "Generic link can have external link with full URL.",
3331
3356
  "x-f5xc-minimum-configuration": {
3332
3357
  "description": "Minimum configuration for commonGenericLink",
3333
3358
  "required_fields": [
@@ -3354,7 +3379,7 @@
3354
3379
  },
3355
3380
  "is_error": {
3356
3381
  "type": "boolean",
3357
- "description": "",
3382
+ "description": "Configuration parameter for is error",
3358
3383
  "title": "Is_error",
3359
3384
  "format": "boolean",
3360
3385
  "x-displayname": "Is_error",
@@ -3369,7 +3394,7 @@
3369
3394
  },
3370
3395
  "summary": {
3371
3396
  "type": "string",
3372
- "description": "",
3397
+ "description": "Configuration parameter for summary",
3373
3398
  "title": "Summary",
3374
3399
  "x-displayname": "Summary",
3375
3400
  "x-ves-example": "Query not supported.",
@@ -3450,7 +3475,7 @@
3450
3475
  },
3451
3476
  "x-original-maxLength": 1024,
3452
3477
  "x-reconciled-from-discovery": true,
3453
- "x-reconciled-at": "2026-01-05T18:28:36.407632+00:00"
3478
+ "x-reconciled-at": "2026-01-07T15:52:24.707024+00:00"
3454
3479
  },
3455
3480
  "op": {
3456
3481
  "$ref": "#/components/schemas/commonFilterOperator"
@@ -3520,7 +3545,7 @@
3520
3545
  },
3521
3546
  "x-original-maxLength": 1024,
3522
3547
  "x-reconciled-from-discovery": true,
3523
- "x-reconciled-at": "2026-01-05T18:28:36.407641+00:00"
3548
+ "x-reconciled-at": "2026-01-07T15:52:24.707033+00:00"
3524
3549
  },
3525
3550
  "type": {
3526
3551
  "$ref": "#/components/schemas/commonDashboardLinkType"
@@ -3644,6 +3669,7 @@
3644
3669
  }
3645
3670
  }
3646
3671
  },
3672
+ "x-f5xc-description-short": "Overlay data for creating support ticket.",
3647
3673
  "x-f5xc-minimum-configuration": {
3648
3674
  "description": "Minimum configuration for commonOverlayData",
3649
3675
  "required_fields": [
@@ -3676,6 +3702,8 @@
3676
3702
  "default": "STATUS_STYLE_UNKNOWN",
3677
3703
  "x-displayname": "Status Style.",
3678
3704
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.StatusStyle",
3705
+ "x-f5xc-description-short": "Status Style defines the colour of status to be displayed. - STATUS_STYLE_UNKNOWN: Unknown No colour - STATUS_STYLE_SUCCESS: success colour type...",
3706
+ "x-f5xc-description-medium": "Status Style defines the colour of status to be displayed. - STATUS_STYLE_UNKNOWN: Unknown No colour - STATUS_STYLE_SUCCESS: success colour type green - STATUS_STYLE_DANGER: danger colour type red - STATUS_STYLE_WARNING: warning colour type yellow - STATUS_STYLE_INACTIVE: inactive colour type...",
3679
3707
  "x-f5xc-minimum-configuration": {
3680
3708
  "description": "Minimum configuration for commonStatusStyle",
3681
3709
  "required_fields": [],
@@ -3702,6 +3730,8 @@
3702
3730
  "default": "WIDGET_TYPE_NONE",
3703
3731
  "x-displayname": "Widget Type.",
3704
3732
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.common.WidgetType",
3733
+ "x-f5xc-description-short": "Widget Type defines the data type for widget. - WIDGET_TYPE_NONE: None None type - TWO_VALUE: two_value Two Value type widget ...",
3734
+ "x-f5xc-description-medium": "Widget Type defines the data type for widget. - WIDGET_TYPE_NONE: None None type - TWO_VALUE: two_value Two Value type widget - DISTRIBUTION_CHART: distribution_chart Distribution Chart type widget - TABLE: table Table type widget - LIST: list List type widget - GRID: grid Grid type widget ...",
3705
3735
  "x-f5xc-minimum-configuration": {
3706
3736
  "description": "Minimum configuration for commonWidgetType",
3707
3737
  "required_fields": [],
@@ -3725,6 +3755,8 @@
3725
3755
  "default": "ACCURACY_NONE",
3726
3756
  "x-displayname": "Accuracy",
3727
3757
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.explain_log_record.Accuracy",
3758
+ "x-f5xc-description-short": "Specifies accuracy of the signature - ACCURACY_NONE: None No accuracy - ACCURACY_LOW: Low Specifies low accuracy of the signature ...",
3759
+ "x-f5xc-description-medium": "Specifies accuracy of the signature - ACCURACY_NONE: None No accuracy - ACCURACY_LOW: Low Specifies low accuracy of the signature - ACCURACY_MEDIUM: Medium Specifies medium accuracy of the signature - ACCURACY_HIGH: High Specifies high accuracy of the signature.",
3728
3760
  "x-f5xc-minimum-configuration": {
3729
3761
  "description": "Minimum configuration for explain_log_recordAccuracy",
3730
3762
  "required_fields": [],
@@ -3775,7 +3807,7 @@
3775
3807
  },
3776
3808
  "x-original-maxLength": 1024,
3777
3809
  "x-reconciled-from-discovery": true,
3778
- "x-reconciled-at": "2026-01-05T18:28:36.407659+00:00"
3810
+ "x-reconciled-at": "2026-01-07T15:52:24.707050+00:00"
3779
3811
  },
3780
3812
  "type": {
3781
3813
  "type": "string",
@@ -3911,6 +3943,8 @@
3911
3943
  "default": "ENFORCEMENT_NONE",
3912
3944
  "x-displayname": "Enforcement Mode.",
3913
3945
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.explain_log_record.EnforcementMode",
3946
+ "x-f5xc-description-short": "Enforcement mode of WAF - ENFORCEMENT_NONE: None No enforcement - MONITORING: Monitoring Monitoring mode of WAF - BLOCKING: Blocking Blocking mode...",
3947
+ "x-f5xc-description-medium": "Enforcement mode of WAF - ENFORCEMENT_NONE: None No enforcement - MONITORING: Monitoring Monitoring mode of WAF - BLOCKING: Blocking Blocking mode of WAF.",
3914
3948
  "x-f5xc-minimum-configuration": {
3915
3949
  "description": "Minimum configuration for explain_log_recordEnforcementMode",
3916
3950
  "required_fields": [],
@@ -4020,6 +4054,8 @@
4020
4054
  "default": "IP_REPUTATION_NONE",
4021
4055
  "x-displayname": "IP Reputation.",
4022
4056
  "x-ves-proto-enum": "ves.io.schema.ai_assistant.explain_log_record.IPReputation",
4057
+ "x-f5xc-description-short": "Specifies IP risk/trustworthiness - IP_REPUTATION_NONE: None No IP reputation - IP_REPUTATION_LOW: Low Specifies low IP risk/trustworthiness ...",
4058
+ "x-f5xc-description-medium": "Specifies IP risk/trustworthiness - IP_REPUTATION_NONE: None No IP reputation - IP_REPUTATION_LOW: Low Specifies low IP risk/trustworthiness - IP_REPUTATION_HIGH: High Specifies high IP risk/trustworthiness.",
4023
4059
  "x-f5xc-minimum-configuration": {
4024
4060
  "description": "Minimum configuration for explain_log_recordIPReputation",
4025
4061
  "required_fields": [],
@@ -4055,7 +4091,7 @@
4055
4091
  "x-original-maxLength": 1024,
4056
4092
  "format": "hostname",
4057
4093
  "x-reconciled-from-discovery": true,
4058
- "x-reconciled-at": "2026-01-05T18:28:36.407684+00:00"
4094
+ "x-reconciled-at": "2026-01-07T15:52:24.707073+00:00"
4059
4095
  },
4060
4096
  "rsp_code": {
4061
4097
  "type": "integer",
@@ -4215,7 +4251,7 @@
4215
4251
  },
4216
4252
  "x-original-maxLength": 1024,
4217
4253
  "x-reconciled-from-discovery": true,
4218
- "x-reconciled-at": "2026-01-05T18:28:36.407701+00:00"
4254
+ "x-reconciled-at": "2026-01-07T15:52:24.707089+00:00"
4219
4255
  },
4220
4256
  "state": {
4221
4257
  "type": "string",
@@ -4224,6 +4260,7 @@
4224
4260
  "x-displayname": "State",
4225
4261
  "x-ves-example": "Enabled",
4226
4262
  "x-f5xc-example": "Enabled",
4263
+ "x-f5xc-description-short": "State of the signature, can be enabled, suppressed and etc.",
4227
4264
  "minLength": 0,
4228
4265
  "maxLength": 1024,
4229
4266
  "x-f5xc-required-for": {
@@ -4410,7 +4447,7 @@
4410
4447
  },
4411
4448
  "x-original-maxLength": 1024,
4412
4449
  "x-reconciled-from-discovery": true,
4413
- "x-reconciled-at": "2026-01-05T18:28:36.407719+00:00"
4450
+ "x-reconciled-at": "2026-01-07T15:52:24.707107+00:00"
4414
4451
  }
4415
4452
  },
4416
4453
  "x-f5xc-minimum-configuration": {
@@ -4499,7 +4536,7 @@
4499
4536
  },
4500
4537
  "x-original-maxLength": 1024,
4501
4538
  "x-reconciled-from-discovery": true,
4502
- "x-reconciled-at": "2026-01-05T18:28:36.407728+00:00"
4539
+ "x-reconciled-at": "2026-01-07T15:52:24.707115+00:00"
4503
4540
  },
4504
4541
  "state": {
4505
4542
  "type": "string",
@@ -4508,6 +4545,7 @@
4508
4545
  "x-displayname": "State",
4509
4546
  "x-ves-example": "Enabled",
4510
4547
  "x-f5xc-example": "Enabled",
4548
+ "x-f5xc-description-short": "State of the violation, can be enabled, suppressed and etc.",
4511
4549
  "minLength": 0,
4512
4550
  "maxLength": 1024,
4513
4551
  "x-f5xc-required-for": {
@@ -4574,6 +4612,7 @@
4574
4612
  "$ref": "#/components/schemas/explain_log_recordSignature"
4575
4613
  },
4576
4614
  "x-displayname": "Signatures.",
4615
+ "x-f5xc-description-short": "The signatures that were detected in the request.",
4577
4616
  "x-f5xc-required-for": {
4578
4617
  "minimum_config": false,
4579
4618
  "create": false,
@@ -4589,6 +4628,8 @@
4589
4628
  "$ref": "#/components/schemas/explain_log_recordThreatCampaign"
4590
4629
  },
4591
4630
  "x-displayname": "Threat Campaign.",
4631
+ "x-f5xc-example": "{\"key\": \"value\"}",
4632
+ "x-f5xc-description-short": "Threat campaigns that were detected in the request.",
4592
4633
  "x-f5xc-required-for": {
4593
4634
  "minimum_config": false,
4594
4635
  "create": false,
@@ -4604,6 +4645,7 @@
4604
4645
  "$ref": "#/components/schemas/explain_log_recordViolation"
4605
4646
  },
4606
4647
  "x-displayname": "Violations.",
4648
+ "x-f5xc-description-short": "The violations that were detected in the request.",
4607
4649
  "x-f5xc-required-for": {
4608
4650
  "minimum_config": false,
4609
4651
  "create": false,
@@ -4661,6 +4703,7 @@
4661
4703
  "$ref": "#/components/schemas/commonLink"
4662
4704
  },
4663
4705
  "x-displayname": "Links",
4706
+ "x-f5xc-description-short": "Links that will be presented to the user.",
4664
4707
  "x-f5xc-required-for": {
4665
4708
  "minimum_config": false,
4666
4709
  "create": false,
@@ -4742,11 +4785,11 @@
4742
4785
  "maxLength": 26,
4743
4786
  "minLength": 15,
4744
4787
  "x-reconciled-from-discovery": true,
4745
- "x-reconciled-at": "2026-01-05T18:28:36.407751+00:00"
4788
+ "x-reconciled-at": "2026-01-07T15:52:24.707137+00:00"
4746
4789
  },
4747
4790
  "title": {
4748
4791
  "type": "string",
4749
- "description": "",
4792
+ "description": "Human-readable title for the resource",
4750
4793
  "title": "Title",
4751
4794
  "x-displayname": "Title",
4752
4795
  "x-ves-example": "Cloud Sites.",
@@ -4761,7 +4804,7 @@
4761
4804
  },
4762
4805
  "x-original-maxLength": 1024,
4763
4806
  "x-reconciled-from-discovery": true,
4764
- "x-reconciled-at": "2026-01-05T18:28:36.407755+00:00"
4807
+ "x-reconciled-at": "2026-01-07T15:52:24.707142+00:00"
4765
4808
  }
4766
4809
  },
4767
4810
  "x-f5xc-minimum-configuration": {
@@ -4800,6 +4843,7 @@
4800
4843
  "ves.io.schema.rules.repeated.unique": "true",
4801
4844
  "ves.io.schema.rules.string.max_len": "6"
4802
4845
  },
4846
+ "x-f5xc-description-short": "External doc links, that will be presented to the user.",
4803
4847
  "x-f5xc-required-for": {
4804
4848
  "minimum_config": false,
4805
4849
  "create": false,
@@ -4815,6 +4859,7 @@
4815
4859
  "$ref": "#/components/schemas/listList"
4816
4860
  },
4817
4861
  "x-displayname": "List View",
4862
+ "x-f5xc-example": "[\"item1\", \"item2\", \"item3\"]",
4818
4863
  "x-f5xc-required-for": {
4819
4864
  "minimum_config": false,
4820
4865
  "create": false,
@@ -4824,7 +4869,7 @@
4824
4869
  },
4825
4870
  "summary": {
4826
4871
  "type": "string",
4827
- "description": "",
4872
+ "description": "Configuration parameter for summary",
4828
4873
  "title": "Summary",
4829
4874
  "x-displayname": "Summary",
4830
4875
  "x-ves-example": "This is summary of List response.",
@@ -4874,6 +4919,8 @@
4874
4919
  "default": "SPAM_SOURCES",
4875
4920
  "x-displayname": "IP Threat Category.",
4876
4921
  "x-ves-proto-enum": "ves.io.schema.policy.IPThreatCategory",
4922
+ "x-f5xc-description-short": "The IP threat categories to use when a policy based IP threat category is configured. - SPAM_SOURCES: SPAM_SOURCES - WINDOWS_EXPLOITS...",
4923
+ "x-f5xc-description-medium": "The IP threat categories to use when a policy based IP threat category is configured. - SPAM_SOURCES: SPAM_SOURCES - WINDOWS_EXPLOITS: WINDOWS_EXPLOITS - WEB_ATTACKS: WEB_ATTACKS - BOTNETS: BOTNETS - SCANNERS: SCANNERS - REPUTATION: REPUTATION - PHISHING: PHISHING - PROXY: PROXY ...",
4877
4924
  "x-f5xc-minimum-configuration": {
4878
4925
  "description": "Minimum configuration for policyIPThreatCategory",
4879
4926
  "required_fields": [],
@@ -4891,6 +4938,8 @@
4891
4938
  "type_url": {
4892
4939
  "type": "string",
4893
4940
  "description": "A URL/resource name that uniquely identifies the type of the serialized\nprotocol buffer message. This string must contain at least\none \"/\" character. The last segment of the URL's path must represent\nthe fully qualified name of the type (as in\n`path/google.protobuf.duration`). The name should be in a canonical form\n(e.g., leading \".\" is not accepted).\n\nIn practice, teams usually precompile into the binary all types that they\nexpect it to use in the context of Any. However, for URLs which use the\nscheme `HTTP`, `HTTPS`, or no scheme, one can optionally set up a type\nserver that maps type URLs to message definitions as follows:\n\n* If no scheme is provided, `HTTPS` is assumed.\n* An HTTP GET on the URL must yield a [google.protobuf.type][]\nvalue in binary format, or produce an error.\n* Applications are allowed to cache lookup results based on the\nURL, or have them precompiled into a binary to avoid any\nlookup. Therefore, binary compatibility needs to be preserved\non changes to types. (Use versioned type names to manage\nbreaking changes.)\n\nNote: this functionality is not currently available in the official\nprotobuf release, and it is not used for type URLs beginning with\ntype.googleapis.com.\n\nSchemes other than `HTTP`, `HTTPS` (or the empty scheme) might be\nused with implementation specific semantics.",
4941
+ "x-f5xc-description-short": "URL identifying the protocol buffer message type.",
4942
+ "x-f5xc-description-medium": "URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one \"/\" character. The last segment of the URL's path must represent the fully qualified name of the type (as in ).",
4894
4943
  "minLength": 0,
4895
4944
  "maxLength": 1024,
4896
4945
  "x-f5xc-required-for": {
@@ -4914,9 +4963,11 @@
4914
4963
  },
4915
4964
  "x-original-maxLength": 1024,
4916
4965
  "x-reconciled-from-discovery": true,
4917
- "x-reconciled-at": "2026-01-05T18:28:36.407766+00:00"
4966
+ "x-reconciled-at": "2026-01-07T15:52:24.707153+00:00"
4918
4967
  }
4919
4968
  },
4969
+ "x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
4970
+ "x-f5xc-description-medium": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. Protobuf library provides support to pack/unpack Any values in the form of utility functions or additional generated methods of the Any type. Example 1: Pack and unpack a...",
4920
4971
  "x-f5xc-minimum-configuration": {
4921
4972
  "description": "Minimum configuration for protobufAny",
4922
4973
  "required_fields": [
@@ -4936,6 +4987,7 @@
4936
4987
  "title": "Empty",
4937
4988
  "x-displayname": "Empty",
4938
4989
  "x-ves-proto-message": "ves.io.schema.Empty",
4990
+ "x-f5xc-description-short": "Can be used for messages where no values are needed.",
4939
4991
  "x-f5xc-minimum-configuration": {
4940
4992
  "description": "Minimum configuration for schemaEmpty",
4941
4993
  "required_fields": [],
@@ -4964,6 +5016,8 @@
4964
5016
  "default": "EOK",
4965
5017
  "x-displayname": "Error Code.",
4966
5018
  "x-ves-proto-enum": "ves.io.schema.ErrorCode",
5019
+ "x-f5xc-description-short": "Union of all possible error-codes from system - EOK: No error - EPERMS: Permissions error - EBADINPUT: Input is not correct - ENOTFOUND: Not found...",
5020
+ "x-f5xc-description-medium": "Union of all possible error-codes from system - EOK: No error - EPERMS: Permissions error - EBADINPUT: Input is not correct - ENOTFOUND: Not found - EEXISTS: Already exists - EUNKNOWN: Unknown/catchall error - ESERIALIZE: Error in serializing/de-serializing - EINTERNAL: Server error - EPARTIAL...",
4967
5021
  "x-f5xc-minimum-configuration": {
4968
5022
  "description": "Minimum configuration for schemaErrorCode",
4969
5023
  "required_fields": [],
@@ -5004,6 +5058,7 @@
5004
5058
  }
5005
5059
  }
5006
5060
  },
5061
+ "x-f5xc-description-short": "Information about a error in API operation.",
5007
5062
  "x-f5xc-minimum-configuration": {
5008
5063
  "description": "Minimum configuration for schemaErrorType",
5009
5064
  "required_fields": [
@@ -5041,6 +5096,7 @@
5041
5096
  "ves.io.schema.rules.repeated.unique": "true",
5042
5097
  "ves.io.schema.rules.string.max_len": "6"
5043
5098
  },
5099
+ "x-f5xc-description-short": "External doc links, that will be presented to the user.",
5044
5100
  "x-f5xc-required-for": {
5045
5101
  "minimum_config": false,
5046
5102
  "create": false,
@@ -5064,6 +5120,7 @@
5064
5120
  "ves.io.schema.rules.repeated.unique": "true",
5065
5121
  "ves.io.schema.rules.string.max_len": "6"
5066
5122
  },
5123
+ "x-f5xc-description-short": "Internal Link like dashboard links, that will be presented to the user.",
5067
5124
  "x-f5xc-required-for": {
5068
5125
  "minimum_config": false,
5069
5126
  "create": false,
@@ -5076,7 +5133,7 @@
5076
5133
  },
5077
5134
  "summary": {
5078
5135
  "type": "string",
5079
- "description": "",
5136
+ "description": "Configuration parameter for summary",
5080
5137
  "title": "Summary",
5081
5138
  "x-displayname": "Summary",
5082
5139
  "x-ves-example": "This site analysis response provides status of sites.",
@@ -5122,7 +5179,7 @@
5122
5179
  },
5123
5180
  "value": {
5124
5181
  "type": "string",
5125
- "description": "",
5182
+ "description": "Configuration parameter for value",
5126
5183
  "title": "Value",
5127
5184
  "x-displayname": "Value",
5128
5185
  "x-ves-example": "Site1",
@@ -5137,7 +5194,7 @@
5137
5194
  },
5138
5195
  "x-original-maxLength": 1024,
5139
5196
  "x-reconciled-from-discovery": true,
5140
- "x-reconciled-at": "2026-01-05T18:28:36.407785+00:00"
5197
+ "x-reconciled-at": "2026-01-07T15:52:24.707171+00:00"
5141
5198
  }
5142
5199
  },
5143
5200
  "x-f5xc-minimum-configuration": {
@@ -5163,7 +5220,7 @@
5163
5220
  "properties": {
5164
5221
  "cells": {
5165
5222
  "type": "array",
5166
- "description": "",
5223
+ "description": "Configuration parameter for cells",
5167
5224
  "title": "Values",
5168
5225
  "items": {
5169
5226
  "$ref": "#/components/schemas/widgetCell"
@@ -5179,6 +5236,7 @@
5179
5236
  }
5180
5237
  }
5181
5238
  },
5239
+ "x-f5xc-description-short": "Contains the value for each rows of table.",
5182
5240
  "x-f5xc-minimum-configuration": {
5183
5241
  "description": "Minimum configuration for widgetRow",
5184
5242
  "required_fields": [
@@ -5209,6 +5267,7 @@
5209
5267
  "x-validation-rules": {
5210
5268
  "ves.io.schema.rules.repeated.unique": "true"
5211
5269
  },
5270
+ "x-f5xc-description-short": "Lists the name of the field & corresponding properties.",
5212
5271
  "x-f5xc-required-for": {
5213
5272
  "minimum_config": false,
5214
5273
  "create": false,
@@ -5266,6 +5325,7 @@
5266
5325
  "$ref": "#/components/schemas/commonLink"
5267
5326
  },
5268
5327
  "x-displayname": "Links",
5328
+ "x-f5xc-description-short": "Links that will be presented to the user.",
5269
5329
  "x-f5xc-required-for": {
5270
5330
  "minimum_config": false,
5271
5331
  "create": false,
@@ -5281,6 +5341,8 @@
5281
5341
  "$ref": "#/components/schemas/widgetWidgetView"
5282
5342
  },
5283
5343
  "x-displayname": "Widget View.",
5344
+ "x-f5xc-example": "[\"item1\", \"item2\", \"item3\"]",
5345
+ "x-f5xc-description-short": "Response will have different types of widgets.",
5284
5346
  "x-f5xc-required-for": {
5285
5347
  "minimum_config": false,
5286
5348
  "create": false,
@@ -5290,7 +5352,7 @@
5290
5352
  },
5291
5353
  "summary": {
5292
5354
  "type": "string",
5293
- "description": "",
5355
+ "description": "Configuration parameter for summary",
5294
5356
  "title": "Summary",
5295
5357
  "x-displayname": "Summary",
5296
5358
  "x-ves-example": "This is summary of widget response.",
@@ -5345,6 +5407,7 @@
5345
5407
  "title": "EnableFeatureRequest.",
5346
5408
  "x-displayname": "EnableFeature Request.",
5347
5409
  "x-ves-proto-message": "ves.io.schema.ai_data.bfdp.EnableFeatureRequest",
5410
+ "x-f5xc-description-short": "Any payload to be passed on the GET Provision API.",
5348
5411
  "x-f5xc-minimum-configuration": {
5349
5412
  "description": "Minimum configuration for bfdpEnableFeatureRequest",
5350
5413
  "required_fields": [],
@@ -5361,6 +5424,7 @@
5361
5424
  "title": "EnableFeatureResponse.",
5362
5425
  "x-displayname": "EnableFeature Response.",
5363
5426
  "x-ves-proto-message": "ves.io.schema.ai_data.bfdp.EnableFeatureResponse",
5427
+ "x-f5xc-description-short": "Any payload to be passed on the GET Provision API.",
5364
5428
  "x-f5xc-minimum-configuration": {
5365
5429
  "description": "Minimum configuration for bfdpEnableFeatureResponse",
5366
5430
  "required_fields": [],
@@ -5385,6 +5449,7 @@
5385
5449
  "x-displayname": "Product_name.",
5386
5450
  "x-ves-example": "Product_name.",
5387
5451
  "x-f5xc-example": "product_name",
5452
+ "x-f5xc-description-short": "Product_name is a pipeline name for which token to be generated.",
5388
5453
  "minLength": 0,
5389
5454
  "maxLength": 1024,
5390
5455
  "x-f5xc-required-for": {
@@ -5395,6 +5460,7 @@
5395
5460
  }
5396
5461
  }
5397
5462
  },
5463
+ "x-f5xc-description-short": "API to refresh token for a given pipeline.",
5398
5464
  "x-f5xc-minimum-configuration": {
5399
5465
  "description": "Minimum configuration for bfdpRefreshTokenRequest",
5400
5466
  "required_fields": [
@@ -5421,6 +5487,7 @@
5421
5487
  "x-displayname": "Result",
5422
5488
  "x-ves-example": "Result",
5423
5489
  "x-f5xc-example": "result",
5490
+ "x-f5xc-description-short": "Result will be in JSON format having token in it.",
5424
5491
  "minLength": 0,
5425
5492
  "maxLength": 1024,
5426
5493
  "x-f5xc-required-for": {
@@ -5493,6 +5560,7 @@
5493
5560
  "x-displayname": "Configured_tenant_id.",
5494
5561
  "x-ves-example": "Configured Tenant.",
5495
5562
  "x-f5xc-example": "Configured Tenant",
5563
+ "x-f5xc-description-short": "F5 product's pipeline configured tenant .",
5496
5564
  "minLength": 0,
5497
5565
  "maxLength": 1024,
5498
5566
  "x-f5xc-required-for": {
@@ -5510,6 +5578,7 @@
5510
5578
  "x-displayname": "Pipleine_id.",
5511
5579
  "x-ves-example": "Pipleine_id.",
5512
5580
  "x-f5xc-example": "pipleine_id",
5581
+ "x-f5xc-description-short": "F5 product's pipeline ID for which this tenant is configured.",
5513
5582
  "minLength": 0,
5514
5583
  "maxLength": 1024,
5515
5584
  "x-f5xc-required-for": {
@@ -5527,6 +5596,7 @@
5527
5596
  "x-displayname": "Pipeline_name.",
5528
5597
  "x-ves-example": "Pipeline_name.",
5529
5598
  "x-f5xc-example": "pipeline_name",
5599
+ "x-f5xc-description-short": "F5 product's pipeline name for which this tenant is configured.",
5530
5600
  "minLength": 0,
5531
5601
  "maxLength": 1024,
5532
5602
  "x-f5xc-required-for": {
@@ -5543,6 +5613,7 @@
5543
5613
  "x-displayname": "Token",
5544
5614
  "x-ves-example": "Token name.",
5545
5615
  "x-f5xc-example": "token name",
5616
+ "x-f5xc-description-short": "F5 product's pipeline token to ingest data .",
5546
5617
  "minLength": 0,
5547
5618
  "maxLength": 1024,
5548
5619
  "x-f5xc-required-for": {
@@ -5706,6 +5777,8 @@
5706
5777
  "x-displayname": "Context",
5707
5778
  "x-ves-example": "App-VIP-pool-1.",
5708
5779
  "x-f5xc-example": "app-vip-pool-1",
5780
+ "x-f5xc-description-short": "Global IP allocator context from which IP allocation will happen Optional: If not specified, gia will try to allocate IP from default IP range.",
5781
+ "x-f5xc-description-medium": "Global IP allocator context from which IP allocation will happen Optional: If not specified, gia will try to allocate IP from default IP range.",
5709
5782
  "minLength": 0,
5710
5783
  "maxLength": 1024,
5711
5784
  "x-f5xc-required-for": {
@@ -5722,6 +5795,7 @@
5722
5795
  "format": "boolean",
5723
5796
  "x-displayname": "Use IPv6 Range.",
5724
5797
  "x-f5xc-example": "false",
5798
+ "x-f5xc-description-short": "Optional: If not specified, v4 range for this tenant will be used.",
5725
5799
  "x-f5xc-required-for": {
5726
5800
  "minimum_config": false,
5727
5801
  "create": false,
@@ -5768,11 +5842,12 @@
5768
5842
  },
5769
5843
  "ip": {
5770
5844
  "type": "string",
5771
- "description": "",
5845
+ "description": "IPv4 address in dotted decimal notation (e.g., 192.0.2.1)",
5772
5846
  "title": "IP address.",
5773
5847
  "x-displayname": "IP Address allocated.",
5774
5848
  "x-ves-example": "192.168.0.1.",
5775
5849
  "x-f5xc-example": "192.168.0.1",
5850
+ "x-f5xc-description-short": "IPv4 address in dotted decimal notation (e.g., 192.0.2.1).",
5776
5851
  "minLength": 0,
5777
5852
  "maxLength": 1024,
5778
5853
  "x-f5xc-required-for": {
@@ -5810,6 +5885,8 @@
5810
5885
  "x-displayname": "Context",
5811
5886
  "x-ves-example": "App-VIP-pool-1.",
5812
5887
  "x-f5xc-example": "app-vip-pool-1",
5888
+ "x-f5xc-description-short": "Global IP allocator context from which IP deallocation will happen Optional: If not specified, gia will try to deallocate given IP from default IP...",
5889
+ "x-f5xc-description-medium": "Global IP allocator context from which IP deallocation will happen Optional: If not specified, gia will try to deallocate given IP from default IP range.",
5813
5890
  "minLength": 0,
5814
5891
  "maxLength": 1024,
5815
5892
  "x-f5xc-required-for": {
@@ -5842,6 +5919,7 @@
5842
5919
  }
5843
5920
  }
5844
5921
  },
5922
+ "x-f5xc-description-short": "Input message of the 'DeAllocateIP' RPC.",
5845
5923
  "x-f5xc-minimum-configuration": {
5846
5924
  "description": "Minimum configuration for giaDeallocateIPRequest",
5847
5925
  "required_fields": [
@@ -5879,6 +5957,7 @@
5879
5957
  }
5880
5958
  }
5881
5959
  },
5960
+ "x-f5xc-description-short": "Output message of the 'DeAllocateIP' RPC.",
5882
5961
  "x-f5xc-minimum-configuration": {
5883
5962
  "description": "Minimum configuration for giaDeallocateIPResponse",
5884
5963
  "required_fields": [