@robinmordasiewicz/f5xc-api-mcp 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/CHANGELOG.md +74 -0
  2. package/README.md +234 -0
  3. package/dist/auth/credential-manager.d.ts +116 -0
  4. package/dist/auth/credential-manager.d.ts.map +1 -0
  5. package/dist/auth/credential-manager.js +208 -0
  6. package/dist/auth/credential-manager.js.map +1 -0
  7. package/dist/auth/http-client.d.ts +81 -0
  8. package/dist/auth/http-client.d.ts.map +1 -0
  9. package/dist/auth/http-client.js +197 -0
  10. package/dist/auth/http-client.js.map +1 -0
  11. package/dist/auth/index.d.ts +8 -0
  12. package/dist/auth/index.d.ts.map +1 -0
  13. package/dist/auth/index.js +6 -0
  14. package/dist/auth/index.js.map +1 -0
  15. package/dist/generator/index.d.ts +7 -0
  16. package/dist/generator/index.d.ts.map +1 -0
  17. package/dist/generator/index.js +7 -0
  18. package/dist/generator/index.js.map +1 -0
  19. package/dist/generator/naming/acronyms.d.ts +81 -0
  20. package/dist/generator/naming/acronyms.d.ts.map +1 -0
  21. package/dist/generator/naming/acronyms.js +253 -0
  22. package/dist/generator/naming/acronyms.js.map +1 -0
  23. package/dist/generator/naming/index.d.ts +6 -0
  24. package/dist/generator/naming/index.d.ts.map +1 -0
  25. package/dist/generator/naming/index.js +6 -0
  26. package/dist/generator/naming/index.js.map +1 -0
  27. package/dist/generator/naming/volterra-mapping.d.ts +102 -0
  28. package/dist/generator/naming/volterra-mapping.d.ts.map +1 -0
  29. package/dist/generator/naming/volterra-mapping.js +259 -0
  30. package/dist/generator/naming/volterra-mapping.js.map +1 -0
  31. package/dist/generator/openapi-parser.d.ts +339 -0
  32. package/dist/generator/openapi-parser.d.ts.map +1 -0
  33. package/dist/generator/openapi-parser.js +463 -0
  34. package/dist/generator/openapi-parser.js.map +1 -0
  35. package/dist/generator/tool-generator.d.ts +74 -0
  36. package/dist/generator/tool-generator.d.ts.map +1 -0
  37. package/dist/generator/tool-generator.js +387 -0
  38. package/dist/generator/tool-generator.js.map +1 -0
  39. package/dist/generator/transformers/index.d.ts +7 -0
  40. package/dist/generator/transformers/index.d.ts.map +1 -0
  41. package/dist/generator/transformers/index.js +7 -0
  42. package/dist/generator/transformers/index.js.map +1 -0
  43. package/dist/generator/transformers/normalize-examples.d.ts +48 -0
  44. package/dist/generator/transformers/normalize-examples.d.ts.map +1 -0
  45. package/dist/generator/transformers/normalize-examples.js +66 -0
  46. package/dist/generator/transformers/normalize-examples.js.map +1 -0
  47. package/dist/index.d.ts +21 -0
  48. package/dist/index.d.ts.map +1 -0
  49. package/dist/index.js +70 -0
  50. package/dist/index.js.map +1 -0
  51. package/dist/prompts/index.d.ts +6 -0
  52. package/dist/prompts/index.d.ts.map +1 -0
  53. package/dist/prompts/index.js +5 -0
  54. package/dist/prompts/index.js.map +1 -0
  55. package/dist/prompts/workflows.d.ts +59 -0
  56. package/dist/prompts/workflows.d.ts.map +1 -0
  57. package/dist/prompts/workflows.js +585 -0
  58. package/dist/prompts/workflows.js.map +1 -0
  59. package/dist/resources/handlers.d.ts +72 -0
  60. package/dist/resources/handlers.d.ts.map +1 -0
  61. package/dist/resources/handlers.js +279 -0
  62. package/dist/resources/handlers.js.map +1 -0
  63. package/dist/resources/index.d.ts +8 -0
  64. package/dist/resources/index.d.ts.map +1 -0
  65. package/dist/resources/index.js +6 -0
  66. package/dist/resources/index.js.map +1 -0
  67. package/dist/resources/templates.d.ts +86 -0
  68. package/dist/resources/templates.d.ts.map +1 -0
  69. package/dist/resources/templates.js +248 -0
  70. package/dist/resources/templates.js.map +1 -0
  71. package/dist/server.d.ts +78 -0
  72. package/dist/server.d.ts.map +1 -0
  73. package/dist/server.js +426 -0
  74. package/dist/server.js.map +1 -0
  75. package/dist/tools/discovery/consolidate.d.ts +97 -0
  76. package/dist/tools/discovery/consolidate.d.ts.map +1 -0
  77. package/dist/tools/discovery/consolidate.js +200 -0
  78. package/dist/tools/discovery/consolidate.js.map +1 -0
  79. package/dist/tools/discovery/describe.d.ts +132 -0
  80. package/dist/tools/discovery/describe.d.ts.map +1 -0
  81. package/dist/tools/discovery/describe.js +206 -0
  82. package/dist/tools/discovery/describe.js.map +1 -0
  83. package/dist/tools/discovery/execute.d.ts +98 -0
  84. package/dist/tools/discovery/execute.d.ts.map +1 -0
  85. package/dist/tools/discovery/execute.js +251 -0
  86. package/dist/tools/discovery/execute.js.map +1 -0
  87. package/dist/tools/discovery/index-loader.d.ts +28 -0
  88. package/dist/tools/discovery/index-loader.d.ts.map +1 -0
  89. package/dist/tools/discovery/index-loader.js +69 -0
  90. package/dist/tools/discovery/index-loader.js.map +1 -0
  91. package/dist/tools/discovery/index.d.ts +185 -0
  92. package/dist/tools/discovery/index.d.ts.map +1 -0
  93. package/dist/tools/discovery/index.js +177 -0
  94. package/dist/tools/discovery/index.js.map +1 -0
  95. package/dist/tools/discovery/search.d.ts +41 -0
  96. package/dist/tools/discovery/search.d.ts.map +1 -0
  97. package/dist/tools/discovery/search.js +155 -0
  98. package/dist/tools/discovery/search.js.map +1 -0
  99. package/dist/tools/discovery/types.d.ts +70 -0
  100. package/dist/tools/discovery/types.d.ts.map +1 -0
  101. package/dist/tools/discovery/types.js +9 -0
  102. package/dist/tools/discovery/types.js.map +1 -0
  103. package/dist/tools/generated/ai_intelligence/index.d.ts +8 -0
  104. package/dist/tools/generated/ai_intelligence/index.d.ts.map +1 -0
  105. package/dist/tools/generated/ai_intelligence/index.js +282 -0
  106. package/dist/tools/generated/ai_intelligence/index.js.map +1 -0
  107. package/dist/tools/generated/api_security/index.d.ts +8 -0
  108. package/dist/tools/generated/api_security/index.d.ts.map +1 -0
  109. package/dist/tools/generated/api_security/index.js +1852 -0
  110. package/dist/tools/generated/api_security/index.js.map +1 -0
  111. package/dist/tools/generated/applications/index.d.ts +8 -0
  112. package/dist/tools/generated/applications/index.d.ts.map +1 -0
  113. package/dist/tools/generated/applications/index.js +1589 -0
  114. package/dist/tools/generated/applications/index.js.map +1 -0
  115. package/dist/tools/generated/bigip/index.d.ts +8 -0
  116. package/dist/tools/generated/bigip/index.d.ts.map +1 -0
  117. package/dist/tools/generated/bigip/index.js +1173 -0
  118. package/dist/tools/generated/bigip/index.js.map +1 -0
  119. package/dist/tools/generated/billing/index.d.ts +8 -0
  120. package/dist/tools/generated/billing/index.d.ts.map +1 -0
  121. package/dist/tools/generated/billing/index.js +759 -0
  122. package/dist/tools/generated/billing/index.js.map +1 -0
  123. package/dist/tools/generated/cdn/index.d.ts +8 -0
  124. package/dist/tools/generated/cdn/index.d.ts.map +1 -0
  125. package/dist/tools/generated/cdn/index.js +841 -0
  126. package/dist/tools/generated/cdn/index.js.map +1 -0
  127. package/dist/tools/generated/config/index.d.ts +8 -0
  128. package/dist/tools/generated/config/index.d.ts.map +1 -0
  129. package/dist/tools/generated/config/index.js +316 -0
  130. package/dist/tools/generated/config/index.js.map +1 -0
  131. package/dist/tools/generated/identity/index.d.ts +8 -0
  132. package/dist/tools/generated/identity/index.d.ts.map +1 -0
  133. package/dist/tools/generated/identity/index.js +5371 -0
  134. package/dist/tools/generated/identity/index.js.map +1 -0
  135. package/dist/tools/generated/infrastructure/index.d.ts +8 -0
  136. package/dist/tools/generated/infrastructure/index.d.ts.map +1 -0
  137. package/dist/tools/generated/infrastructure/index.js +5342 -0
  138. package/dist/tools/generated/infrastructure/index.js.map +1 -0
  139. package/dist/tools/generated/infrastructure_protection/index.d.ts +8 -0
  140. package/dist/tools/generated/infrastructure_protection/index.d.ts.map +1 -0
  141. package/dist/tools/generated/infrastructure_protection/index.js +2919 -0
  142. package/dist/tools/generated/infrastructure_protection/index.js.map +1 -0
  143. package/dist/tools/generated/integrations/index.d.ts +8 -0
  144. package/dist/tools/generated/integrations/index.d.ts.map +1 -0
  145. package/dist/tools/generated/integrations/index.js +1995 -0
  146. package/dist/tools/generated/integrations/index.js.map +1 -0
  147. package/dist/tools/generated/load_balancer/index.d.ts +8 -0
  148. package/dist/tools/generated/load_balancer/index.d.ts.map +1 -0
  149. package/dist/tools/generated/load_balancer/index.js +2269 -0
  150. package/dist/tools/generated/load_balancer/index.js.map +1 -0
  151. package/dist/tools/generated/networking/index.d.ts +8 -0
  152. package/dist/tools/generated/networking/index.d.ts.map +1 -0
  153. package/dist/tools/generated/networking/index.js +11289 -0
  154. package/dist/tools/generated/networking/index.js.map +1 -0
  155. package/dist/tools/generated/nginx/index.d.ts +8 -0
  156. package/dist/tools/generated/nginx/index.d.ts.map +1 -0
  157. package/dist/tools/generated/nginx/index.js +680 -0
  158. package/dist/tools/generated/nginx/index.js.map +1 -0
  159. package/dist/tools/generated/observability/index.d.ts +8 -0
  160. package/dist/tools/generated/observability/index.d.ts.map +1 -0
  161. package/dist/tools/generated/observability/index.js +6140 -0
  162. package/dist/tools/generated/observability/index.js.map +1 -0
  163. package/dist/tools/generated/operations/index.d.ts +8 -0
  164. package/dist/tools/generated/operations/index.d.ts.map +1 -0
  165. package/dist/tools/generated/operations/index.js +1759 -0
  166. package/dist/tools/generated/operations/index.js.map +1 -0
  167. package/dist/tools/generated/security/index.d.ts +8 -0
  168. package/dist/tools/generated/security/index.d.ts.map +1 -0
  169. package/dist/tools/generated/security/index.js +9111 -0
  170. package/dist/tools/generated/security/index.js.map +1 -0
  171. package/dist/tools/generated/service_mesh/index.d.ts +8 -0
  172. package/dist/tools/generated/service_mesh/index.d.ts.map +1 -0
  173. package/dist/tools/generated/service_mesh/index.js +1628 -0
  174. package/dist/tools/generated/service_mesh/index.js.map +1 -0
  175. package/dist/tools/generated/shape_security/index.d.ts +8 -0
  176. package/dist/tools/generated/shape_security/index.d.ts.map +1 -0
  177. package/dist/tools/generated/shape_security/index.js +4121 -0
  178. package/dist/tools/generated/shape_security/index.js.map +1 -0
  179. package/dist/tools/generated/subscriptions/index.d.ts +8 -0
  180. package/dist/tools/generated/subscriptions/index.d.ts.map +1 -0
  181. package/dist/tools/generated/subscriptions/index.js +778 -0
  182. package/dist/tools/generated/subscriptions/index.js.map +1 -0
  183. package/dist/tools/generated/tenant_management/index.d.ts +8 -0
  184. package/dist/tools/generated/tenant_management/index.d.ts.map +1 -0
  185. package/dist/tools/generated/tenant_management/index.js +2292 -0
  186. package/dist/tools/generated/tenant_management/index.js.map +1 -0
  187. package/dist/tools/generated/vpn/index.d.ts +8 -0
  188. package/dist/tools/generated/vpn/index.d.ts.map +1 -0
  189. package/dist/tools/generated/vpn/index.js +1183 -0
  190. package/dist/tools/generated/vpn/index.js.map +1 -0
  191. package/dist/tools/index.d.ts +7 -0
  192. package/dist/tools/index.d.ts.map +1 -0
  193. package/dist/tools/index.js +6 -0
  194. package/dist/tools/index.js.map +1 -0
  195. package/dist/tools/registry.d.ts +27 -0
  196. package/dist/tools/registry.d.ts.map +1 -0
  197. package/dist/tools/registry.js +83 -0
  198. package/dist/tools/registry.js.map +1 -0
  199. package/dist/utils/error-handling.d.ts +109 -0
  200. package/dist/utils/error-handling.d.ts.map +1 -0
  201. package/dist/utils/error-handling.js +239 -0
  202. package/dist/utils/error-handling.js.map +1 -0
  203. package/dist/utils/index.d.ts +7 -0
  204. package/dist/utils/index.d.ts.map +1 -0
  205. package/dist/utils/index.js +6 -0
  206. package/dist/utils/index.js.map +1 -0
  207. package/dist/utils/logging.d.ts +75 -0
  208. package/dist/utils/logging.d.ts.map +1 -0
  209. package/dist/utils/logging.js +131 -0
  210. package/dist/utils/logging.js.map +1 -0
  211. package/manifest.json +143 -0
  212. package/package.json +95 -0
@@ -0,0 +1,2269 @@
1
+ /**
2
+ * Generated tool definitions for load_balancer domain
3
+ * DO NOT EDIT - This file is auto-generated by scripts/generate.ts
4
+ */
5
+ export const load_balancerTools = [
6
+ {
7
+ toolName: "f5xc-api-loadbalancer-api-endpoint-create",
8
+ method: "POST",
9
+ path: "/api/ml/data/namespaces/{namespace}/http_loadbalancers/{name}/api_endpoints",
10
+ operation: "create",
11
+ domain: "load_balancer",
12
+ resource: "api-endpoint",
13
+ summary: "GET API Endpoints.",
14
+ description: "GET list of all API Endpoints associated with the HTTP loadbalancer in format suitable for API Groups management.\nDeprecated: instead use GetAPIEndpoints in VES.I/o.schema.virtual_host.apiepcustomapi.",
15
+ pathParameters: [
16
+ {
17
+ description: "HTTP LoadBalancer Name\nHTTP LoadBalancer for the current request.",
18
+ in: "path",
19
+ name: "name",
20
+ required: true,
21
+ schema: {
22
+ type: "string",
23
+ },
24
+ },
25
+ {
26
+ description: "Namespace\nNamespace of the HTTP LoadBalancer for the current request.",
27
+ in: "path",
28
+ name: "namespace",
29
+ required: true,
30
+ schema: {
31
+ type: "string",
32
+ },
33
+ },
34
+ ],
35
+ queryParameters: [],
36
+ requestBodySchema: {
37
+ $ref: "#/components/schemas/http_loadbalancerGetAPIEndpointsForGroupsReq",
38
+ },
39
+ responseSchema: {
40
+ $ref: "#/components/schemas/http_loadbalancerGetAPIEndpointsForGroupsRsp",
41
+ },
42
+ requiredParams: ["body", "name", "namespace"],
43
+ operationId: "ves.io.schema.views.http_loadbalancer.ApiepLBCustomAPI.GetAPIEndpointsForGroups",
44
+ tags: ["Other"],
45
+ sourceFile: "domains/load_balancer.json",
46
+ },
47
+ {
48
+ toolName: "f5xc-api-loadbalancer-assign-create",
49
+ method: "POST",
50
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}/api_definitions/assign",
51
+ operation: "create",
52
+ domain: "load_balancer",
53
+ resource: "assign",
54
+ summary: "Assign API Definition.",
55
+ description: "Set a reference to the API Definition, with an option to create an empty one if not exists.\nDEPRECATED. Instead use virtual host public custom API - AssignAPIDefinition.",
56
+ pathParameters: [
57
+ {
58
+ description: "Name\nName of the HTTP Load Balancer.",
59
+ in: "path",
60
+ name: "name",
61
+ required: true,
62
+ schema: {
63
+ type: "string",
64
+ },
65
+ },
66
+ {
67
+ description: "Namespace\nNamespace of the HTTP Load Balancer.",
68
+ in: "path",
69
+ name: "namespace",
70
+ required: true,
71
+ schema: {
72
+ type: "string",
73
+ },
74
+ },
75
+ ],
76
+ queryParameters: [],
77
+ requestBodySchema: {
78
+ $ref: "#/components/schemas/http_loadbalancerAssignAPIDefinitionReq",
79
+ },
80
+ responseSchema: {
81
+ $ref: "#/components/schemas/http_loadbalancerAssignAPIDefinitionResp",
82
+ },
83
+ requiredParams: ["body", "name", "namespace"],
84
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.AssignAPIDefinition",
85
+ tags: ["Other"],
86
+ sourceFile: "domains/load_balancer.json",
87
+ },
88
+ {
89
+ toolName: "f5xc-api-loadbalancer-available-get",
90
+ method: "GET",
91
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}/api_definitions/available",
92
+ operation: "get",
93
+ domain: "load_balancer",
94
+ resource: "available",
95
+ summary: "List Available API Definitions.",
96
+ description: "List API definitions suitable for API Inventory management\nAPI Definitions which are associated at most with one app type.\nDEPRECATED: instead use ListAvailableAPIDefinitions in VES.I/o.schema.views.api_definition.publicconfigcustomapi.",
97
+ pathParameters: [
98
+ {
99
+ description: "Name\nName of the HTTP Load Balancer.",
100
+ in: "path",
101
+ name: "name",
102
+ required: true,
103
+ schema: {
104
+ type: "string",
105
+ },
106
+ },
107
+ {
108
+ description: "Namespace\nNamespace of the HTTP Load Balancer.",
109
+ in: "path",
110
+ name: "namespace",
111
+ required: true,
112
+ schema: {
113
+ type: "string",
114
+ },
115
+ },
116
+ ],
117
+ queryParameters: [],
118
+ requestBodySchema: null,
119
+ responseSchema: {
120
+ $ref: "#/components/schemas/http_loadbalancerListAvailableAPIDefinitionsResp",
121
+ },
122
+ requiredParams: ["name", "namespace"],
123
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.ListAvailableAPIDefinitions",
124
+ tags: ["Other"],
125
+ sourceFile: "domains/load_balancer.json",
126
+ },
127
+ {
128
+ toolName: "f5xc-api-loadbalancer-ca-certificate-get",
129
+ method: "GET",
130
+ path: "/api/config/namespaces/{namespace}/proxys/{name}/ca_certificate",
131
+ operation: "get",
132
+ domain: "load_balancer",
133
+ resource: "ca-certificate",
134
+ summary: "GET proxy Server CA Certificate.",
135
+ description: "GetProxyServerCACert returns PEM encoded proxy server CA certificate.",
136
+ pathParameters: [
137
+ {
138
+ description: "Name\nThe name of the proxy object for the custom API.",
139
+ in: "path",
140
+ name: "name",
141
+ required: true,
142
+ schema: {
143
+ type: "string",
144
+ },
145
+ },
146
+ {
147
+ description: "Namespace\nThe namespace in which the configuration object is present.",
148
+ in: "path",
149
+ name: "namespace",
150
+ required: true,
151
+ schema: {
152
+ type: "string",
153
+ },
154
+ },
155
+ ],
156
+ queryParameters: [],
157
+ requestBodySchema: null,
158
+ responseSchema: {
159
+ $ref: "#/components/schemas/apiHttpBody",
160
+ },
161
+ requiredParams: ["name", "namespace"],
162
+ operationId: "ves.io.schema.views.proxy.CustomAPI.GetProxyServerCACert",
163
+ tags: ["Other"],
164
+ sourceFile: "domains/load_balancer.json",
165
+ },
166
+ {
167
+ toolName: "f5xc-api-loadbalancer-cache-purge-create",
168
+ method: "POST",
169
+ path: "/api/cdn/namespaces/{namespace}/http_loadbalancer/{name}/cache-purge",
170
+ operation: "create",
171
+ domain: "load_balancer",
172
+ resource: "cache-purge",
173
+ summary: "Purge the LB Cache.",
174
+ description: "Initiate Purge on the LB Cache.",
175
+ pathParameters: [
176
+ {
177
+ description: "CDN Distribution Name\nx-required\nFormat: string.",
178
+ in: "path",
179
+ name: "name",
180
+ required: true,
181
+ schema: {
182
+ type: "string",
183
+ },
184
+ },
185
+ {
186
+ description: "Namespace\nx-required\nNamespace scope of the metric request.",
187
+ in: "path",
188
+ name: "namespace",
189
+ required: true,
190
+ schema: {
191
+ type: "string",
192
+ },
193
+ },
194
+ ],
195
+ queryParameters: [],
196
+ requestBodySchema: {
197
+ $ref: "#/components/schemas/common_cdnLilacCDNCachePurgeRequest",
198
+ },
199
+ responseSchema: {
200
+ $ref: "#/components/schemas/common_cdnLilacCDNCachePurgeResponse",
201
+ },
202
+ requiredParams: ["body", "name", "namespace"],
203
+ operationId: "ves.io.schema.views.http_loadbalancer.CDNCustomAPI.CDNCachePurgeHTTPLBCacheEnabled",
204
+ tags: ["Load Balancing"],
205
+ sourceFile: "domains/load_balancer.json",
206
+ },
207
+ {
208
+ toolName: "f5xc-api-loadbalancer-dos-automitigation-rule-delete",
209
+ method: "DELETE",
210
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}/dos_automitigation_rules/{dos_automitigation_rule_name}",
211
+ operation: "delete",
212
+ domain: "load_balancer",
213
+ resource: "dos-automitigation-rule",
214
+ summary: "DELETE DoS Auto-Mitigation Rule for HTTP Load Balancer.",
215
+ description: "DELETE the corresponding DoS Auto-Mitigation Rule for the given HTTP load balancer.",
216
+ pathParameters: [
217
+ {
218
+ description: "DoS Mitigation Rule Name\nName of the DoS Mitigation Rule.",
219
+ in: "path",
220
+ name: "dos_automitigation_rule_name",
221
+ required: true,
222
+ schema: {
223
+ type: "string",
224
+ },
225
+ },
226
+ {
227
+ description: "Name\nName of the Load Balancer.",
228
+ in: "path",
229
+ name: "name",
230
+ required: true,
231
+ schema: {
232
+ type: "string",
233
+ },
234
+ },
235
+ {
236
+ description: "Namespace\nNamespace of the Load Balancer.",
237
+ in: "path",
238
+ name: "namespace",
239
+ required: true,
240
+ schema: {
241
+ type: "string",
242
+ },
243
+ },
244
+ ],
245
+ queryParameters: [],
246
+ requestBodySchema: null,
247
+ responseSchema: {
248
+ $ref: "#/components/schemas/common_securityDeleteDoSAutoMitigationRuleRsp",
249
+ },
250
+ requiredParams: ["dos_automitigation_rule_name", "name", "namespace"],
251
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.DeleteDoSAutoMitigationRule",
252
+ tags: ["Other"],
253
+ sourceFile: "domains/load_balancer.json",
254
+ },
255
+ {
256
+ toolName: "f5xc-api-loadbalancer-dos-automitigation-rule-get",
257
+ method: "GET",
258
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}/dos_automitigation_rules",
259
+ operation: "get",
260
+ domain: "load_balancer",
261
+ resource: "dos-automitigation-rule",
262
+ summary: "GET DoS Auto-Mitigation Rules for HTTP Load Balancer.",
263
+ description: "GET the corresponding DoS Auto-Mitigation Rules for the given HTTP load balancer.",
264
+ pathParameters: [
265
+ {
266
+ description: "Name\nName of the Load Balancer.",
267
+ in: "path",
268
+ name: "name",
269
+ required: true,
270
+ schema: {
271
+ type: "string",
272
+ },
273
+ },
274
+ {
275
+ description: "Namespace\nNamespace of the Load Balancer.",
276
+ in: "path",
277
+ name: "namespace",
278
+ required: true,
279
+ schema: {
280
+ type: "string",
281
+ },
282
+ },
283
+ ],
284
+ queryParameters: [],
285
+ requestBodySchema: null,
286
+ responseSchema: {
287
+ $ref: "#/components/schemas/common_securityGetDoSAutoMitigationRulesRsp",
288
+ },
289
+ requiredParams: ["name", "namespace"],
290
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.GetDoSAutoMitigationRules",
291
+ tags: ["Other"],
292
+ sourceFile: "domains/load_balancer.json",
293
+ },
294
+ {
295
+ toolName: "f5xc-api-loadbalancer-forward-proxy-policy-create",
296
+ method: "POST",
297
+ path: "/api/config/namespaces/{metadata.namespace}/forward_proxy_policys",
298
+ operation: "create",
299
+ domain: "load_balancer",
300
+ resource: "forward-proxy-policy",
301
+ summary: "Create Forward Proxy Policy.",
302
+ description: "Shape of the Forward Proxy Policy specification.",
303
+ pathParameters: [
304
+ {
305
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
306
+ in: "path",
307
+ name: "metadata.namespace",
308
+ required: true,
309
+ schema: {
310
+ type: "string",
311
+ },
312
+ },
313
+ ],
314
+ queryParameters: [],
315
+ requestBodySchema: {
316
+ $ref: "#/components/schemas/forward_proxy_policyCreateRequest",
317
+ },
318
+ responseSchema: {
319
+ $ref: "#/components/schemas/forward_proxy_policyCreateResponse",
320
+ },
321
+ requiredParams: ["body", "metadata.namespace"],
322
+ operationId: "ves.io.schema.views.forward_proxy_policy.API.Create",
323
+ tags: ["Other"],
324
+ sourceFile: "domains/load_balancer.json",
325
+ },
326
+ {
327
+ toolName: "f5xc-api-loadbalancer-forward-proxy-policy-delete",
328
+ method: "DELETE",
329
+ path: "/api/config/namespaces/{namespace}/forward_proxy_policys/{name}",
330
+ operation: "delete",
331
+ domain: "load_balancer",
332
+ resource: "forward-proxy-policy",
333
+ summary: "DELETE Configure Forward Proxy Policy.",
334
+ description: "DELETE the specified forward_proxy_policy.",
335
+ pathParameters: [
336
+ {
337
+ description: "Name\nName of the configuration object.",
338
+ in: "path",
339
+ name: "name",
340
+ required: true,
341
+ schema: {
342
+ type: "string",
343
+ },
344
+ },
345
+ {
346
+ description: "Namespace\nNamespace in which the configuration object is present.",
347
+ in: "path",
348
+ name: "namespace",
349
+ required: true,
350
+ schema: {
351
+ type: "string",
352
+ },
353
+ },
354
+ ],
355
+ queryParameters: [],
356
+ requestBodySchema: {
357
+ $ref: "#/components/schemas/forward_proxy_policyDeleteRequest",
358
+ },
359
+ responseSchema: {},
360
+ requiredParams: ["body", "name", "namespace"],
361
+ operationId: "ves.io.schema.views.forward_proxy_policy.API.Delete",
362
+ tags: ["Other"],
363
+ sourceFile: "domains/load_balancer.json",
364
+ },
365
+ {
366
+ toolName: "f5xc-api-loadbalancer-forward-proxy-policy-get",
367
+ method: "GET",
368
+ path: "/api/config/namespaces/{namespace}/forward_proxy_policys/{name}",
369
+ operation: "get",
370
+ domain: "load_balancer",
371
+ resource: "forward-proxy-policy",
372
+ summary: "GET Forward Proxy Policy.",
373
+ description: "Shape of the Forward Proxy Policy specification.",
374
+ pathParameters: [
375
+ {
376
+ description: "Name\nThe name of the configuration object to be fetched.",
377
+ in: "path",
378
+ name: "name",
379
+ required: true,
380
+ schema: {
381
+ type: "string",
382
+ },
383
+ },
384
+ {
385
+ description: "Namespace\nThe namespace in which the configuration object is present.",
386
+ in: "path",
387
+ name: "namespace",
388
+ required: true,
389
+ schema: {
390
+ type: "string",
391
+ },
392
+ },
393
+ ],
394
+ queryParameters: [
395
+ {
396
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
397
+ in: "query",
398
+ name: "response_format",
399
+ required: false,
400
+ schema: {
401
+ default: "GET_RSP_FORMAT_DEFAULT",
402
+ enum: [
403
+ "GET_RSP_FORMAT_DEFAULT",
404
+ "GET_RSP_FORMAT_FOR_CREATE",
405
+ "GET_RSP_FORMAT_FOR_REPLACE",
406
+ "GET_RSP_FORMAT_STATUS",
407
+ "GET_RSP_FORMAT_READ",
408
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
409
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
410
+ ],
411
+ type: "string",
412
+ },
413
+ },
414
+ ],
415
+ requestBodySchema: null,
416
+ responseSchema: {
417
+ $ref: "#/components/schemas/forward_proxy_policyGetResponse",
418
+ },
419
+ requiredParams: ["name", "namespace"],
420
+ operationId: "ves.io.schema.views.forward_proxy_policy.API.Get",
421
+ tags: ["Other"],
422
+ sourceFile: "domains/load_balancer.json",
423
+ },
424
+ {
425
+ toolName: "f5xc-api-loadbalancer-forward-proxy-policy-list",
426
+ method: "GET",
427
+ path: "/api/config/namespaces/{namespace}/forward_proxy_policys",
428
+ operation: "list",
429
+ domain: "load_balancer",
430
+ resource: "forward-proxy-policy",
431
+ summary: "List Configure Forward Proxy Policy.",
432
+ description: "List the set of forward_proxy_policy in a namespace.",
433
+ pathParameters: [
434
+ {
435
+ description: "Namespace\nNamespace to scope the listing of forward_proxy_policy.",
436
+ in: "path",
437
+ name: "namespace",
438
+ required: true,
439
+ schema: {
440
+ type: "string",
441
+ },
442
+ },
443
+ ],
444
+ queryParameters: [
445
+ {
446
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
447
+ in: "query",
448
+ name: "label_filter",
449
+ required: false,
450
+ schema: {
451
+ type: "string",
452
+ },
453
+ },
454
+ {
455
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
456
+ in: "query",
457
+ name: "report_fields",
458
+ required: false,
459
+ schema: {
460
+ items: {
461
+ type: "string",
462
+ },
463
+ type: "array",
464
+ },
465
+ },
466
+ {
467
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
468
+ in: "query",
469
+ name: "report_status_fields",
470
+ required: false,
471
+ schema: {
472
+ items: {
473
+ type: "string",
474
+ },
475
+ type: "array",
476
+ },
477
+ },
478
+ ],
479
+ requestBodySchema: null,
480
+ responseSchema: {
481
+ $ref: "#/components/schemas/forward_proxy_policyListResponse",
482
+ },
483
+ requiredParams: ["namespace"],
484
+ operationId: "ves.io.schema.views.forward_proxy_policy.API.List",
485
+ tags: ["Other"],
486
+ sourceFile: "domains/load_balancer.json",
487
+ },
488
+ {
489
+ toolName: "f5xc-api-loadbalancer-forward-proxy-policy-update",
490
+ method: "PUT",
491
+ path: "/api/config/namespaces/{metadata.namespace}/forward_proxy_policys/{metadata.name}",
492
+ operation: "update",
493
+ domain: "load_balancer",
494
+ resource: "forward-proxy-policy",
495
+ summary: "Replace Forward Proxy Policy.",
496
+ description: "Shape of the Forward Proxy Policy replace specification.",
497
+ pathParameters: [
498
+ {
499
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
500
+ in: "path",
501
+ name: "metadata.name",
502
+ required: true,
503
+ schema: {
504
+ type: "string",
505
+ },
506
+ },
507
+ {
508
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
509
+ in: "path",
510
+ name: "metadata.namespace",
511
+ required: true,
512
+ schema: {
513
+ type: "string",
514
+ },
515
+ },
516
+ ],
517
+ queryParameters: [],
518
+ requestBodySchema: {
519
+ $ref: "#/components/schemas/forward_proxy_policyReplaceRequest",
520
+ },
521
+ responseSchema: {
522
+ $ref: "#/components/schemas/forward_proxy_policyReplaceResponse",
523
+ },
524
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
525
+ operationId: "ves.io.schema.views.forward_proxy_policy.API.Replace",
526
+ tags: ["Other"],
527
+ sourceFile: "domains/load_balancer.json",
528
+ },
529
+ {
530
+ toolName: "f5xc-api-loadbalancer-get-dns-info-get",
531
+ method: "GET",
532
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}/get-dns-info",
533
+ operation: "get",
534
+ domain: "load_balancer",
535
+ resource: "get-dns-info",
536
+ summary: "GET DNS Info.",
537
+ description: "GetDnsInfo is an API to GET DNS information for a given HTTP load balancer.",
538
+ pathParameters: [
539
+ {
540
+ description: "Name\nName of the HTTP load balancer.",
541
+ in: "path",
542
+ name: "name",
543
+ required: true,
544
+ schema: {
545
+ type: "string",
546
+ },
547
+ },
548
+ {
549
+ description: "Namespace\nNamespace for the HTTP load balancer.",
550
+ in: "path",
551
+ name: "namespace",
552
+ required: true,
553
+ schema: {
554
+ type: "string",
555
+ },
556
+ },
557
+ ],
558
+ queryParameters: [],
559
+ requestBodySchema: null,
560
+ responseSchema: {
561
+ $ref: "#/components/schemas/http_loadbalancerGetDnsInfoResponse",
562
+ },
563
+ requiredParams: ["name", "namespace"],
564
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.GetDnsInfo",
565
+ tags: ["Other"],
566
+ sourceFile: "domains/load_balancer.json",
567
+ },
568
+ {
569
+ toolName: "f5xc-api-loadbalancer-get-schema-update-create",
570
+ method: "POST",
571
+ path: "/api/ml/data/namespaces/{namespace}/http_loadbalancers/{name}/api_inventory/api_endpoints/get_schema_updates",
572
+ operation: "create",
573
+ domain: "load_balancer",
574
+ resource: "get-schema-update",
575
+ summary: "GET API Endpoints Schema Updates.",
576
+ description: "GET list of schema pairs, current and updated, for each endpoint in the request\nor all pending changes if empty list is provided.\nNOTE: any API endpoint defined in user swagger files should be ignored\nDEPRECATED. USE virtual host custom API GetAPIEndpointsSchemaUpdates.",
577
+ pathParameters: [
578
+ {
579
+ description: "Name\nThe name of the HTTP Loadbalancer for the current request.",
580
+ in: "path",
581
+ name: "name",
582
+ required: true,
583
+ schema: {
584
+ type: "string",
585
+ },
586
+ },
587
+ {
588
+ description: "Namespace\nThe namespace of the HTTP Loadbalancer for the current request.",
589
+ in: "path",
590
+ name: "namespace",
591
+ required: true,
592
+ schema: {
593
+ type: "string",
594
+ },
595
+ },
596
+ ],
597
+ queryParameters: [],
598
+ requestBodySchema: {
599
+ $ref: "#/components/schemas/http_loadbalancerGetAPIEndpointsSchemaUpdatesReq",
600
+ },
601
+ responseSchema: {
602
+ $ref: "#/components/schemas/http_loadbalancerGetAPIEndpointsSchemaUpdatesResp",
603
+ },
604
+ requiredParams: ["body", "name", "namespace"],
605
+ operationId: "ves.io.schema.views.http_loadbalancer.ApiepLBCustomAPI.GetAPIEndpointsSchemaUpdates",
606
+ tags: ["Other"],
607
+ sourceFile: "domains/load_balancer.json",
608
+ },
609
+ {
610
+ toolName: "f5xc-api-loadbalancer-get-security-config-create",
611
+ method: "POST",
612
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/get_security_config",
613
+ operation: "create",
614
+ domain: "load_balancer",
615
+ resource: "get-security-config",
616
+ summary: "GET Security Config for HTTP Load Balancer.",
617
+ description: "Fetch the corresponding Security Config for the given HTTP load balancers.",
618
+ pathParameters: [
619
+ {
620
+ description: "Namespace\nNamespace of the HTTP Load Balancer for current request.",
621
+ in: "path",
622
+ name: "namespace",
623
+ required: true,
624
+ schema: {
625
+ type: "string",
626
+ },
627
+ },
628
+ ],
629
+ queryParameters: [],
630
+ requestBodySchema: {
631
+ $ref: "#/components/schemas/http_loadbalancerGetSecurityConfigReq",
632
+ },
633
+ responseSchema: {
634
+ $ref: "#/components/schemas/common_securityGetSecurityConfigRsp",
635
+ },
636
+ requiredParams: ["body", "namespace"],
637
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.GetSecurityConfig",
638
+ tags: ["Other"],
639
+ sourceFile: "domains/load_balancer.json",
640
+ },
641
+ {
642
+ toolName: "f5xc-api-loadbalancer-get-service-operation-statu-create",
643
+ method: "POST",
644
+ path: "/api/cdn/namespaces/{namespace}/http_loadbalancer/get-service-operation-status",
645
+ operation: "create",
646
+ domain: "load_balancer",
647
+ resource: "get-service-operation-statu",
648
+ summary: "GET Service Operation Status for HTTPLB when Caching Enabled.",
649
+ description: "GET status of an operation command for a given HTTP LB when caching enabled.",
650
+ pathParameters: [
651
+ {
652
+ description: "Namespace\nx-required\nNamespace scope of the operation request.",
653
+ in: "path",
654
+ name: "namespace",
655
+ required: true,
656
+ schema: {
657
+ type: "string",
658
+ },
659
+ },
660
+ ],
661
+ queryParameters: [],
662
+ requestBodySchema: {
663
+ $ref: "#/components/schemas/common_cdnGetServiceOperationReq",
664
+ },
665
+ responseSchema: {
666
+ $ref: "#/components/schemas/common_cdnGetServiceOperationRsp",
667
+ },
668
+ requiredParams: ["body", "namespace"],
669
+ operationId: "ves.io.schema.views.http_loadbalancer.CDNCustomAPI.GetServiceOperationHTTPLBCacheEnabled",
670
+ tags: ["Load Balancing"],
671
+ sourceFile: "domains/load_balancer.json",
672
+ },
673
+ {
674
+ toolName: "f5xc-api-loadbalancer-healthcheck-create",
675
+ method: "POST",
676
+ path: "/api/config/namespaces/{metadata.namespace}/healthchecks",
677
+ operation: "create",
678
+ domain: "load_balancer",
679
+ resource: "healthcheck",
680
+ summary: "Create Health Check.",
681
+ description: "Healthcheck object defines method to determine if the given Endpoint is healthy.\nSingle Healthcheck object can be referred to by one or many Cluster objects.",
682
+ pathParameters: [
683
+ {
684
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
685
+ in: "path",
686
+ name: "metadata.namespace",
687
+ required: true,
688
+ schema: {
689
+ type: "string",
690
+ },
691
+ },
692
+ ],
693
+ queryParameters: [],
694
+ requestBodySchema: {
695
+ $ref: "#/components/schemas/healthcheckCreateRequest",
696
+ },
697
+ responseSchema: {
698
+ $ref: "#/components/schemas/healthcheckCreateResponse",
699
+ },
700
+ requiredParams: ["body", "metadata.namespace"],
701
+ operationId: "ves.io.schema.healthcheck.API.Create",
702
+ tags: ["Other"],
703
+ sourceFile: "domains/load_balancer.json",
704
+ },
705
+ {
706
+ toolName: "f5xc-api-loadbalancer-healthcheck-delete",
707
+ method: "DELETE",
708
+ path: "/api/config/namespaces/{namespace}/healthchecks/{name}",
709
+ operation: "delete",
710
+ domain: "load_balancer",
711
+ resource: "healthcheck",
712
+ summary: "DELETE Health Check.",
713
+ description: "DELETE the specified healthcheck.",
714
+ pathParameters: [
715
+ {
716
+ description: "Name\nName of the configuration object.",
717
+ in: "path",
718
+ name: "name",
719
+ required: true,
720
+ schema: {
721
+ type: "string",
722
+ },
723
+ },
724
+ {
725
+ description: "Namespace\nNamespace in which the configuration object is present.",
726
+ in: "path",
727
+ name: "namespace",
728
+ required: true,
729
+ schema: {
730
+ type: "string",
731
+ },
732
+ },
733
+ ],
734
+ queryParameters: [],
735
+ requestBodySchema: {
736
+ $ref: "#/components/schemas/healthcheckDeleteRequest",
737
+ },
738
+ responseSchema: {},
739
+ requiredParams: ["body", "name", "namespace"],
740
+ operationId: "ves.io.schema.healthcheck.API.Delete",
741
+ tags: ["Other"],
742
+ sourceFile: "domains/load_balancer.json",
743
+ },
744
+ {
745
+ toolName: "f5xc-api-loadbalancer-healthcheck-get",
746
+ method: "GET",
747
+ path: "/api/config/namespaces/{namespace}/healthchecks/{name}",
748
+ operation: "get",
749
+ domain: "load_balancer",
750
+ resource: "healthcheck",
751
+ summary: "GET Health Check.",
752
+ description: "Healthcheck object defines method to determine if the given Endpoint is healthy.\nSingle Healthcheck object can be referred to by one or many Cluster objects.",
753
+ pathParameters: [
754
+ {
755
+ description: "Name\nThe name of the configuration object to be fetched.",
756
+ in: "path",
757
+ name: "name",
758
+ required: true,
759
+ schema: {
760
+ type: "string",
761
+ },
762
+ },
763
+ {
764
+ description: "Namespace\nThe namespace in which the configuration object is present.",
765
+ in: "path",
766
+ name: "namespace",
767
+ required: true,
768
+ schema: {
769
+ type: "string",
770
+ },
771
+ },
772
+ ],
773
+ queryParameters: [
774
+ {
775
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
776
+ in: "query",
777
+ name: "response_format",
778
+ required: false,
779
+ schema: {
780
+ default: "GET_RSP_FORMAT_DEFAULT",
781
+ enum: [
782
+ "GET_RSP_FORMAT_DEFAULT",
783
+ "GET_RSP_FORMAT_FOR_CREATE",
784
+ "GET_RSP_FORMAT_FOR_REPLACE",
785
+ "GET_RSP_FORMAT_STATUS",
786
+ "GET_RSP_FORMAT_READ",
787
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
788
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
789
+ ],
790
+ type: "string",
791
+ },
792
+ },
793
+ ],
794
+ requestBodySchema: null,
795
+ responseSchema: {
796
+ $ref: "#/components/schemas/healthcheckGetResponse",
797
+ },
798
+ requiredParams: ["name", "namespace"],
799
+ operationId: "ves.io.schema.healthcheck.API.Get",
800
+ tags: ["Other"],
801
+ sourceFile: "domains/load_balancer.json",
802
+ },
803
+ {
804
+ toolName: "f5xc-api-loadbalancer-healthcheck-list",
805
+ method: "GET",
806
+ path: "/api/config/namespaces/{namespace}/healthchecks",
807
+ operation: "list",
808
+ domain: "load_balancer",
809
+ resource: "healthcheck",
810
+ summary: "List Health Check.",
811
+ description: "List the set of healthcheck in a namespace.",
812
+ pathParameters: [
813
+ {
814
+ description: "Namespace\nNamespace to scope the listing of healthcheck.",
815
+ in: "path",
816
+ name: "namespace",
817
+ required: true,
818
+ schema: {
819
+ type: "string",
820
+ },
821
+ },
822
+ ],
823
+ queryParameters: [
824
+ {
825
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
826
+ in: "query",
827
+ name: "label_filter",
828
+ required: false,
829
+ schema: {
830
+ type: "string",
831
+ },
832
+ },
833
+ {
834
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
835
+ in: "query",
836
+ name: "report_fields",
837
+ required: false,
838
+ schema: {
839
+ items: {
840
+ type: "string",
841
+ },
842
+ type: "array",
843
+ },
844
+ },
845
+ {
846
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
847
+ in: "query",
848
+ name: "report_status_fields",
849
+ required: false,
850
+ schema: {
851
+ items: {
852
+ type: "string",
853
+ },
854
+ type: "array",
855
+ },
856
+ },
857
+ ],
858
+ requestBodySchema: null,
859
+ responseSchema: {
860
+ $ref: "#/components/schemas/healthcheckListResponse",
861
+ },
862
+ requiredParams: ["namespace"],
863
+ operationId: "ves.io.schema.healthcheck.API.List",
864
+ tags: ["Other"],
865
+ sourceFile: "domains/load_balancer.json",
866
+ },
867
+ {
868
+ toolName: "f5xc-api-loadbalancer-healthcheck-update",
869
+ method: "PUT",
870
+ path: "/api/config/namespaces/{metadata.namespace}/healthchecks/{metadata.name}",
871
+ operation: "update",
872
+ domain: "load_balancer",
873
+ resource: "healthcheck",
874
+ summary: "Replace Health Check.",
875
+ description: "Healthcheck object defines method to determine if the given Endpoint is healthy.\nSingle Healthcheck object can be referred to by one or many Cluster objects.",
876
+ pathParameters: [
877
+ {
878
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
879
+ in: "path",
880
+ name: "metadata.name",
881
+ required: true,
882
+ schema: {
883
+ type: "string",
884
+ },
885
+ },
886
+ {
887
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
888
+ in: "path",
889
+ name: "metadata.namespace",
890
+ required: true,
891
+ schema: {
892
+ type: "string",
893
+ },
894
+ },
895
+ ],
896
+ queryParameters: [],
897
+ requestBodySchema: {
898
+ $ref: "#/components/schemas/healthcheckReplaceRequest",
899
+ },
900
+ responseSchema: {
901
+ $ref: "#/components/schemas/healthcheckReplaceResponse",
902
+ },
903
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
904
+ operationId: "ves.io.schema.healthcheck.API.Replace",
905
+ tags: ["Other"],
906
+ sourceFile: "domains/load_balancer.json",
907
+ },
908
+ {
909
+ toolName: "f5xc-api-loadbalancer-hit-create",
910
+ method: "POST",
911
+ path: "/api/data/namespaces/{namespace}/forward_proxy_policy/hits",
912
+ operation: "create",
913
+ domain: "load_balancer",
914
+ resource: "hit",
915
+ summary: "Forward Proxy Policy Hits.",
916
+ description: "GET the counter for Forward Proxy Policy hits for a given namespace.",
917
+ pathParameters: [
918
+ {
919
+ description: "Namespace\nNamespace is used to scope forward proxy policy hits for the given namespace.",
920
+ in: "path",
921
+ name: "namespace",
922
+ required: true,
923
+ schema: {
924
+ type: "string",
925
+ },
926
+ },
927
+ ],
928
+ queryParameters: [],
929
+ requestBodySchema: {
930
+ $ref: "#/components/schemas/forward_proxy_policyForwardProxyPolicyHitsRequest",
931
+ },
932
+ responseSchema: {
933
+ $ref: "#/components/schemas/forward_proxy_policyForwardProxyPolicyHitsResponse",
934
+ },
935
+ requiredParams: ["body", "namespace"],
936
+ operationId: "ves.io.schema.views.forward_proxy_policy.CustomDataAPI.ForwardProxyPolicyHits",
937
+ tags: ["Other"],
938
+ sourceFile: "domains/load_balancer.json",
939
+ },
940
+ {
941
+ toolName: "f5xc-api-loadbalancer-http-loadbalancer-create",
942
+ method: "POST",
943
+ path: "/api/config/namespaces/{metadata.namespace}/http_loadbalancers",
944
+ operation: "create",
945
+ domain: "load_balancer",
946
+ resource: "http-loadbalancer",
947
+ summary: "Create HTTP Load Balancer.",
948
+ description: "Shape of the HTTP load balancer specification.",
949
+ pathParameters: [
950
+ {
951
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
952
+ in: "path",
953
+ name: "metadata.namespace",
954
+ required: true,
955
+ schema: {
956
+ type: "string",
957
+ },
958
+ },
959
+ ],
960
+ queryParameters: [],
961
+ requestBodySchema: {
962
+ $ref: "#/components/schemas/http_loadbalancerCreateRequest",
963
+ },
964
+ responseSchema: {
965
+ $ref: "#/components/schemas/http_loadbalancerCreateResponse",
966
+ },
967
+ requiredParams: ["body", "metadata.namespace"],
968
+ operationId: "ves.io.schema.views.http_loadbalancer.API.Create",
969
+ tags: ["Other"],
970
+ sourceFile: "domains/load_balancer.json",
971
+ },
972
+ {
973
+ toolName: "f5xc-api-loadbalancer-http-loadbalancer-delete",
974
+ method: "DELETE",
975
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}",
976
+ operation: "delete",
977
+ domain: "load_balancer",
978
+ resource: "http-loadbalancer",
979
+ summary: "DELETE Configure HTTP Load Balancer.",
980
+ description: "DELETE the specified http_loadbalancer.",
981
+ pathParameters: [
982
+ {
983
+ description: "Name\nName of the configuration object.",
984
+ in: "path",
985
+ name: "name",
986
+ required: true,
987
+ schema: {
988
+ type: "string",
989
+ },
990
+ },
991
+ {
992
+ description: "Namespace\nNamespace in which the configuration object is present.",
993
+ in: "path",
994
+ name: "namespace",
995
+ required: true,
996
+ schema: {
997
+ type: "string",
998
+ },
999
+ },
1000
+ ],
1001
+ queryParameters: [],
1002
+ requestBodySchema: {
1003
+ $ref: "#/components/schemas/http_loadbalancerDeleteRequest",
1004
+ },
1005
+ responseSchema: {},
1006
+ requiredParams: ["body", "name", "namespace"],
1007
+ operationId: "ves.io.schema.views.http_loadbalancer.API.Delete",
1008
+ tags: ["Other"],
1009
+ sourceFile: "domains/load_balancer.json",
1010
+ },
1011
+ {
1012
+ toolName: "f5xc-api-loadbalancer-http-loadbalancer-get",
1013
+ method: "GET",
1014
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}",
1015
+ operation: "get",
1016
+ domain: "load_balancer",
1017
+ resource: "http-loadbalancer",
1018
+ summary: "GET HTTP Load Balancer.",
1019
+ description: "Shape of the HTTP load balancer specification.",
1020
+ pathParameters: [
1021
+ {
1022
+ description: "Name\nThe name of the configuration object to be fetched.",
1023
+ in: "path",
1024
+ name: "name",
1025
+ required: true,
1026
+ schema: {
1027
+ type: "string",
1028
+ },
1029
+ },
1030
+ {
1031
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1032
+ in: "path",
1033
+ name: "namespace",
1034
+ required: true,
1035
+ schema: {
1036
+ type: "string",
1037
+ },
1038
+ },
1039
+ ],
1040
+ queryParameters: [
1041
+ {
1042
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
1043
+ in: "query",
1044
+ name: "response_format",
1045
+ required: false,
1046
+ schema: {
1047
+ default: "GET_RSP_FORMAT_DEFAULT",
1048
+ enum: [
1049
+ "GET_RSP_FORMAT_DEFAULT",
1050
+ "GET_RSP_FORMAT_FOR_CREATE",
1051
+ "GET_RSP_FORMAT_FOR_REPLACE",
1052
+ "GET_RSP_FORMAT_STATUS",
1053
+ "GET_RSP_FORMAT_READ",
1054
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1055
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1056
+ ],
1057
+ type: "string",
1058
+ },
1059
+ },
1060
+ ],
1061
+ requestBodySchema: null,
1062
+ responseSchema: {
1063
+ $ref: "#/components/schemas/http_loadbalancerGetResponse",
1064
+ },
1065
+ requiredParams: ["name", "namespace"],
1066
+ operationId: "ves.io.schema.views.http_loadbalancer.API.Get",
1067
+ tags: ["Other"],
1068
+ sourceFile: "domains/load_balancer.json",
1069
+ },
1070
+ {
1071
+ toolName: "f5xc-api-loadbalancer-http-loadbalancer-list",
1072
+ method: "GET",
1073
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers",
1074
+ operation: "list",
1075
+ domain: "load_balancer",
1076
+ resource: "http-loadbalancer",
1077
+ summary: "List Configure HTTP Load Balancer.",
1078
+ description: "List the set of http_loadbalancer in a namespace.",
1079
+ pathParameters: [
1080
+ {
1081
+ description: "Namespace\nNamespace to scope the listing of http_loadbalancer.",
1082
+ in: "path",
1083
+ name: "namespace",
1084
+ required: true,
1085
+ schema: {
1086
+ type: "string",
1087
+ },
1088
+ },
1089
+ ],
1090
+ queryParameters: [
1091
+ {
1092
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1093
+ in: "query",
1094
+ name: "label_filter",
1095
+ required: false,
1096
+ schema: {
1097
+ type: "string",
1098
+ },
1099
+ },
1100
+ {
1101
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1102
+ in: "query",
1103
+ name: "report_fields",
1104
+ required: false,
1105
+ schema: {
1106
+ items: {
1107
+ type: "string",
1108
+ },
1109
+ type: "array",
1110
+ },
1111
+ },
1112
+ {
1113
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1114
+ in: "query",
1115
+ name: "report_status_fields",
1116
+ required: false,
1117
+ schema: {
1118
+ items: {
1119
+ type: "string",
1120
+ },
1121
+ type: "array",
1122
+ },
1123
+ },
1124
+ ],
1125
+ requestBodySchema: null,
1126
+ responseSchema: {
1127
+ $ref: "#/components/schemas/http_loadbalancerListResponse",
1128
+ },
1129
+ requiredParams: ["namespace"],
1130
+ operationId: "ves.io.schema.views.http_loadbalancer.API.List",
1131
+ tags: ["Other"],
1132
+ sourceFile: "domains/load_balancer.json",
1133
+ },
1134
+ {
1135
+ toolName: "f5xc-api-loadbalancer-http-loadbalancer-update",
1136
+ method: "PUT",
1137
+ path: "/api/config/namespaces/{metadata.namespace}/http_loadbalancers/{metadata.name}",
1138
+ operation: "update",
1139
+ domain: "load_balancer",
1140
+ resource: "http-loadbalancer",
1141
+ summary: "Replace HTTP Load Balancer.",
1142
+ description: "Shape of the HTTP load balancer specification.",
1143
+ pathParameters: [
1144
+ {
1145
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1146
+ in: "path",
1147
+ name: "metadata.name",
1148
+ required: true,
1149
+ schema: {
1150
+ type: "string",
1151
+ },
1152
+ },
1153
+ {
1154
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1155
+ in: "path",
1156
+ name: "metadata.namespace",
1157
+ required: true,
1158
+ schema: {
1159
+ type: "string",
1160
+ },
1161
+ },
1162
+ ],
1163
+ queryParameters: [],
1164
+ requestBodySchema: {
1165
+ $ref: "#/components/schemas/http_loadbalancerReplaceRequest",
1166
+ },
1167
+ responseSchema: {
1168
+ $ref: "#/components/schemas/http_loadbalancerReplaceResponse",
1169
+ },
1170
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1171
+ operationId: "ves.io.schema.views.http_loadbalancer.API.Replace",
1172
+ tags: ["Other"],
1173
+ sourceFile: "domains/load_balancer.json",
1174
+ },
1175
+ {
1176
+ toolName: "f5xc-api-loadbalancer-l7ddos-rps-threshold-create",
1177
+ method: "POST",
1178
+ path: "/api/config/namespaces/{namespace}/http_loadbalancers/{name}/l7ddos_rps_threshold",
1179
+ operation: "create",
1180
+ domain: "load_balancer",
1181
+ resource: "l7ddos-rps-threshold",
1182
+ summary: "Set L7 DDoS RPS Threshold.",
1183
+ description: "Sets the L7 DDoS RPS threshold for HTTP load balancer.",
1184
+ pathParameters: [
1185
+ {
1186
+ description: "Name\nx-required\nName of the HTTP loadbalancer.",
1187
+ in: "path",
1188
+ name: "name",
1189
+ required: true,
1190
+ schema: {
1191
+ type: "string",
1192
+ },
1193
+ },
1194
+ {
1195
+ description: "Namespace\nx-required\nNamespace scope of the request.",
1196
+ in: "path",
1197
+ name: "namespace",
1198
+ required: true,
1199
+ schema: {
1200
+ type: "string",
1201
+ },
1202
+ },
1203
+ ],
1204
+ queryParameters: [],
1205
+ requestBodySchema: {
1206
+ $ref: "#/components/schemas/http_loadbalancerSetL7DDoSRPSThresholdReq",
1207
+ },
1208
+ responseSchema: {
1209
+ $ref: "#/components/schemas/http_loadbalancerSetL7DDoSRPSThresholdRsp",
1210
+ },
1211
+ requiredParams: ["body", "name", "namespace"],
1212
+ operationId: "ves.io.schema.views.http_loadbalancer.CustomAPI.SetL7DDoSRPSThreshold",
1213
+ tags: ["Other"],
1214
+ sourceFile: "domains/load_balancer.json",
1215
+ },
1216
+ {
1217
+ toolName: "f5xc-api-loadbalancer-list-service-operations-statu-create",
1218
+ method: "POST",
1219
+ path: "/api/cdn/namespaces/{namespace}/http_loadbalancer/list-service-operations-status",
1220
+ operation: "create",
1221
+ domain: "load_balancer",
1222
+ resource: "list-service-operations-statu",
1223
+ summary: "List of HTTPLB Operation Commands when Caching Enabled.",
1224
+ description: "List of service operations for a given HTTP LB when Caching Enabled.",
1225
+ pathParameters: [
1226
+ {
1227
+ description: "Namespace\nx-required\nThe namespace this item belongs to.",
1228
+ in: "path",
1229
+ name: "namespace",
1230
+ required: true,
1231
+ schema: {
1232
+ type: "string",
1233
+ },
1234
+ },
1235
+ ],
1236
+ queryParameters: [],
1237
+ requestBodySchema: {
1238
+ $ref: "#/components/schemas/common_cdnListServiceOperationsReq",
1239
+ },
1240
+ responseSchema: {
1241
+ $ref: "#/components/schemas/common_cdnListServiceOperationsRsp",
1242
+ },
1243
+ requiredParams: ["body", "namespace"],
1244
+ operationId: "ves.io.schema.views.http_loadbalancer.CDNCustomAPI.ListServiceOperationsHTTPLBCacheEnabled",
1245
+ tags: ["Load Balancing"],
1246
+ sourceFile: "domains/load_balancer.json",
1247
+ },
1248
+ {
1249
+ toolName: "f5xc-api-loadbalancer-origin-pool-create",
1250
+ method: "POST",
1251
+ path: "/api/config/namespaces/{metadata.namespace}/origin_pools",
1252
+ operation: "create",
1253
+ domain: "load_balancer",
1254
+ resource: "origin-pool",
1255
+ summary: "Create Origin Pool.",
1256
+ description: "Shape of the origin pool create specification.",
1257
+ pathParameters: [
1258
+ {
1259
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1260
+ in: "path",
1261
+ name: "metadata.namespace",
1262
+ required: true,
1263
+ schema: {
1264
+ type: "string",
1265
+ },
1266
+ },
1267
+ ],
1268
+ queryParameters: [],
1269
+ requestBodySchema: {
1270
+ $ref: "#/components/schemas/origin_poolCreateRequest",
1271
+ },
1272
+ responseSchema: {
1273
+ $ref: "#/components/schemas/origin_poolCreateResponse",
1274
+ },
1275
+ requiredParams: ["body", "metadata.namespace"],
1276
+ operationId: "ves.io.schema.views.origin_pool.API.Create",
1277
+ tags: ["Other"],
1278
+ sourceFile: "domains/load_balancer.json",
1279
+ },
1280
+ {
1281
+ toolName: "f5xc-api-loadbalancer-origin-pool-delete",
1282
+ method: "DELETE",
1283
+ path: "/api/config/namespaces/{namespace}/origin_pools/{name}",
1284
+ operation: "delete",
1285
+ domain: "load_balancer",
1286
+ resource: "origin-pool",
1287
+ summary: "DELETE Origin Pool.",
1288
+ description: "DELETE the specified origin_pool.",
1289
+ pathParameters: [
1290
+ {
1291
+ description: "Name\nName of the configuration object.",
1292
+ in: "path",
1293
+ name: "name",
1294
+ required: true,
1295
+ schema: {
1296
+ type: "string",
1297
+ },
1298
+ },
1299
+ {
1300
+ description: "Namespace\nNamespace in which the configuration object is present.",
1301
+ in: "path",
1302
+ name: "namespace",
1303
+ required: true,
1304
+ schema: {
1305
+ type: "string",
1306
+ },
1307
+ },
1308
+ ],
1309
+ queryParameters: [],
1310
+ requestBodySchema: {
1311
+ $ref: "#/components/schemas/origin_poolDeleteRequest",
1312
+ },
1313
+ responseSchema: {},
1314
+ requiredParams: ["body", "name", "namespace"],
1315
+ operationId: "ves.io.schema.views.origin_pool.API.Delete",
1316
+ tags: ["Other"],
1317
+ sourceFile: "domains/load_balancer.json",
1318
+ },
1319
+ {
1320
+ toolName: "f5xc-api-loadbalancer-origin-pool-get",
1321
+ method: "GET",
1322
+ path: "/api/config/namespaces/{namespace}/origin_pools/{name}",
1323
+ operation: "get",
1324
+ domain: "load_balancer",
1325
+ resource: "origin-pool",
1326
+ summary: "GET Origin Pool.",
1327
+ description: "Shape of the origin pool GET specification.",
1328
+ pathParameters: [
1329
+ {
1330
+ description: "Name\nThe name of the configuration object to be fetched.",
1331
+ in: "path",
1332
+ name: "name",
1333
+ required: true,
1334
+ schema: {
1335
+ type: "string",
1336
+ },
1337
+ },
1338
+ {
1339
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1340
+ in: "path",
1341
+ name: "namespace",
1342
+ required: true,
1343
+ schema: {
1344
+ type: "string",
1345
+ },
1346
+ },
1347
+ ],
1348
+ queryParameters: [
1349
+ {
1350
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
1351
+ in: "query",
1352
+ name: "response_format",
1353
+ required: false,
1354
+ schema: {
1355
+ default: "GET_RSP_FORMAT_DEFAULT",
1356
+ enum: [
1357
+ "GET_RSP_FORMAT_DEFAULT",
1358
+ "GET_RSP_FORMAT_FOR_CREATE",
1359
+ "GET_RSP_FORMAT_FOR_REPLACE",
1360
+ "GET_RSP_FORMAT_READ",
1361
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1362
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1363
+ ],
1364
+ type: "string",
1365
+ },
1366
+ },
1367
+ ],
1368
+ requestBodySchema: null,
1369
+ responseSchema: {
1370
+ $ref: "#/components/schemas/origin_poolGetResponse",
1371
+ },
1372
+ requiredParams: ["name", "namespace"],
1373
+ operationId: "ves.io.schema.views.origin_pool.API.Get",
1374
+ tags: ["Other"],
1375
+ sourceFile: "domains/load_balancer.json",
1376
+ },
1377
+ {
1378
+ toolName: "f5xc-api-loadbalancer-origin-pool-list",
1379
+ method: "GET",
1380
+ path: "/api/config/namespaces/{namespace}/origin_pools",
1381
+ operation: "list",
1382
+ domain: "load_balancer",
1383
+ resource: "origin-pool",
1384
+ summary: "List Origin Pool.",
1385
+ description: "List the set of origin_pool in a namespace.",
1386
+ pathParameters: [
1387
+ {
1388
+ description: "Namespace\nNamespace to scope the listing of origin_pool.",
1389
+ in: "path",
1390
+ name: "namespace",
1391
+ required: true,
1392
+ schema: {
1393
+ type: "string",
1394
+ },
1395
+ },
1396
+ ],
1397
+ queryParameters: [
1398
+ {
1399
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1400
+ in: "query",
1401
+ name: "label_filter",
1402
+ required: false,
1403
+ schema: {
1404
+ type: "string",
1405
+ },
1406
+ },
1407
+ {
1408
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1409
+ in: "query",
1410
+ name: "report_fields",
1411
+ required: false,
1412
+ schema: {
1413
+ items: {
1414
+ type: "string",
1415
+ },
1416
+ type: "array",
1417
+ },
1418
+ },
1419
+ {
1420
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1421
+ in: "query",
1422
+ name: "report_status_fields",
1423
+ required: false,
1424
+ schema: {
1425
+ items: {
1426
+ type: "string",
1427
+ },
1428
+ type: "array",
1429
+ },
1430
+ },
1431
+ ],
1432
+ requestBodySchema: null,
1433
+ responseSchema: {
1434
+ $ref: "#/components/schemas/origin_poolListResponse",
1435
+ },
1436
+ requiredParams: ["namespace"],
1437
+ operationId: "ves.io.schema.views.origin_pool.API.List",
1438
+ tags: ["Other"],
1439
+ sourceFile: "domains/load_balancer.json",
1440
+ },
1441
+ {
1442
+ toolName: "f5xc-api-loadbalancer-origin-pool-update",
1443
+ method: "PUT",
1444
+ path: "/api/config/namespaces/{metadata.namespace}/origin_pools/{metadata.name}",
1445
+ operation: "update",
1446
+ domain: "load_balancer",
1447
+ resource: "origin-pool",
1448
+ summary: "Replace Origin Pool.",
1449
+ description: "Shape of the origin pool create specification.",
1450
+ pathParameters: [
1451
+ {
1452
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1453
+ in: "path",
1454
+ name: "metadata.name",
1455
+ required: true,
1456
+ schema: {
1457
+ type: "string",
1458
+ },
1459
+ },
1460
+ {
1461
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1462
+ in: "path",
1463
+ name: "metadata.namespace",
1464
+ required: true,
1465
+ schema: {
1466
+ type: "string",
1467
+ },
1468
+ },
1469
+ ],
1470
+ queryParameters: [],
1471
+ requestBodySchema: {
1472
+ $ref: "#/components/schemas/origin_poolReplaceRequest",
1473
+ },
1474
+ responseSchema: {
1475
+ $ref: "#/components/schemas/origin_poolReplaceResponse",
1476
+ },
1477
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1478
+ operationId: "ves.io.schema.views.origin_pool.API.Replace",
1479
+ tags: ["Other"],
1480
+ sourceFile: "domains/load_balancer.json",
1481
+ },
1482
+ {
1483
+ toolName: "f5xc-api-loadbalancer-proxy-create",
1484
+ method: "POST",
1485
+ path: "/api/config/namespaces/{metadata.namespace}/proxys",
1486
+ operation: "create",
1487
+ domain: "load_balancer",
1488
+ resource: "proxy",
1489
+ summary: "Create Proxy.",
1490
+ description: "Shape of the TCP loadbalancer create specification.",
1491
+ pathParameters: [
1492
+ {
1493
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1494
+ in: "path",
1495
+ name: "metadata.namespace",
1496
+ required: true,
1497
+ schema: {
1498
+ type: "string",
1499
+ },
1500
+ },
1501
+ ],
1502
+ queryParameters: [],
1503
+ requestBodySchema: {
1504
+ $ref: "#/components/schemas/proxyCreateRequest",
1505
+ },
1506
+ responseSchema: {
1507
+ $ref: "#/components/schemas/proxyCreateResponse",
1508
+ },
1509
+ requiredParams: ["body", "metadata.namespace"],
1510
+ operationId: "ves.io.schema.views.proxy.API.Create",
1511
+ tags: ["Other"],
1512
+ sourceFile: "domains/load_balancer.json",
1513
+ },
1514
+ {
1515
+ toolName: "f5xc-api-loadbalancer-proxy-delete",
1516
+ method: "DELETE",
1517
+ path: "/api/config/namespaces/{namespace}/proxys/{name}",
1518
+ operation: "delete",
1519
+ domain: "load_balancer",
1520
+ resource: "proxy",
1521
+ summary: "DELETE Proxy.",
1522
+ description: "DELETE the specified proxy.",
1523
+ pathParameters: [
1524
+ {
1525
+ description: "Name\nName of the configuration object.",
1526
+ in: "path",
1527
+ name: "name",
1528
+ required: true,
1529
+ schema: {
1530
+ type: "string",
1531
+ },
1532
+ },
1533
+ {
1534
+ description: "Namespace\nNamespace in which the configuration object is present.",
1535
+ in: "path",
1536
+ name: "namespace",
1537
+ required: true,
1538
+ schema: {
1539
+ type: "string",
1540
+ },
1541
+ },
1542
+ ],
1543
+ queryParameters: [],
1544
+ requestBodySchema: {
1545
+ $ref: "#/components/schemas/proxyDeleteRequest",
1546
+ },
1547
+ responseSchema: {},
1548
+ requiredParams: ["body", "name", "namespace"],
1549
+ operationId: "ves.io.schema.views.proxy.API.Delete",
1550
+ tags: ["Other"],
1551
+ sourceFile: "domains/load_balancer.json",
1552
+ },
1553
+ {
1554
+ toolName: "f5xc-api-loadbalancer-proxy-get",
1555
+ method: "GET",
1556
+ path: "/api/config/namespaces/{namespace}/proxys/{name}",
1557
+ operation: "get",
1558
+ domain: "load_balancer",
1559
+ resource: "proxy",
1560
+ summary: "GET Proxy",
1561
+ description: "Shape of the TCP loadbalancer GET specification.",
1562
+ pathParameters: [
1563
+ {
1564
+ description: "Name\nThe name of the configuration object to be fetched.",
1565
+ in: "path",
1566
+ name: "name",
1567
+ required: true,
1568
+ schema: {
1569
+ type: "string",
1570
+ },
1571
+ },
1572
+ {
1573
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1574
+ in: "path",
1575
+ name: "namespace",
1576
+ required: true,
1577
+ schema: {
1578
+ type: "string",
1579
+ },
1580
+ },
1581
+ ],
1582
+ queryParameters: [
1583
+ {
1584
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
1585
+ in: "query",
1586
+ name: "response_format",
1587
+ required: false,
1588
+ schema: {
1589
+ default: "GET_RSP_FORMAT_DEFAULT",
1590
+ enum: [
1591
+ "GET_RSP_FORMAT_DEFAULT",
1592
+ "GET_RSP_FORMAT_FOR_CREATE",
1593
+ "GET_RSP_FORMAT_FOR_REPLACE",
1594
+ "GET_RSP_FORMAT_STATUS",
1595
+ "GET_RSP_FORMAT_READ",
1596
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1597
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1598
+ ],
1599
+ type: "string",
1600
+ },
1601
+ },
1602
+ ],
1603
+ requestBodySchema: null,
1604
+ responseSchema: {
1605
+ $ref: "#/components/schemas/proxyGetResponse",
1606
+ },
1607
+ requiredParams: ["name", "namespace"],
1608
+ operationId: "ves.io.schema.views.proxy.API.Get",
1609
+ tags: ["Other"],
1610
+ sourceFile: "domains/load_balancer.json",
1611
+ },
1612
+ {
1613
+ toolName: "f5xc-api-loadbalancer-proxy-list",
1614
+ method: "GET",
1615
+ path: "/api/config/namespaces/{namespace}/proxys",
1616
+ operation: "list",
1617
+ domain: "load_balancer",
1618
+ resource: "proxy",
1619
+ summary: "List Proxy.",
1620
+ description: "List the set of proxy in a namespace.",
1621
+ pathParameters: [
1622
+ {
1623
+ description: "Namespace\nNamespace to scope the listing of proxy.",
1624
+ in: "path",
1625
+ name: "namespace",
1626
+ required: true,
1627
+ schema: {
1628
+ type: "string",
1629
+ },
1630
+ },
1631
+ ],
1632
+ queryParameters: [
1633
+ {
1634
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1635
+ in: "query",
1636
+ name: "label_filter",
1637
+ required: false,
1638
+ schema: {
1639
+ type: "string",
1640
+ },
1641
+ },
1642
+ {
1643
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1644
+ in: "query",
1645
+ name: "report_fields",
1646
+ required: false,
1647
+ schema: {
1648
+ items: {
1649
+ type: "string",
1650
+ },
1651
+ type: "array",
1652
+ },
1653
+ },
1654
+ {
1655
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1656
+ in: "query",
1657
+ name: "report_status_fields",
1658
+ required: false,
1659
+ schema: {
1660
+ items: {
1661
+ type: "string",
1662
+ },
1663
+ type: "array",
1664
+ },
1665
+ },
1666
+ ],
1667
+ requestBodySchema: null,
1668
+ responseSchema: {
1669
+ $ref: "#/components/schemas/proxyListResponse",
1670
+ },
1671
+ requiredParams: ["namespace"],
1672
+ operationId: "ves.io.schema.views.proxy.API.List",
1673
+ tags: ["Other"],
1674
+ sourceFile: "domains/load_balancer.json",
1675
+ },
1676
+ {
1677
+ toolName: "f5xc-api-loadbalancer-proxy-update",
1678
+ method: "PUT",
1679
+ path: "/api/config/namespaces/{metadata.namespace}/proxys/{metadata.name}",
1680
+ operation: "update",
1681
+ domain: "load_balancer",
1682
+ resource: "proxy",
1683
+ summary: "Replace Proxy.",
1684
+ description: "Shape of the TCP loadbalancer replace specification.",
1685
+ pathParameters: [
1686
+ {
1687
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1688
+ in: "path",
1689
+ name: "metadata.name",
1690
+ required: true,
1691
+ schema: {
1692
+ type: "string",
1693
+ },
1694
+ },
1695
+ {
1696
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1697
+ in: "path",
1698
+ name: "metadata.namespace",
1699
+ required: true,
1700
+ schema: {
1701
+ type: "string",
1702
+ },
1703
+ },
1704
+ ],
1705
+ queryParameters: [],
1706
+ requestBodySchema: {
1707
+ $ref: "#/components/schemas/proxyReplaceRequest",
1708
+ },
1709
+ responseSchema: {
1710
+ $ref: "#/components/schemas/proxyReplaceResponse",
1711
+ },
1712
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1713
+ operationId: "ves.io.schema.views.proxy.API.Replace",
1714
+ tags: ["Other"],
1715
+ sourceFile: "domains/load_balancer.json",
1716
+ },
1717
+ {
1718
+ toolName: "f5xc-api-loadbalancer-swagger-spec-get",
1719
+ method: "GET",
1720
+ path: "/api/ml/data/namespaces/{namespace}/http_loadbalancers/{name}/api_endpoints/swagger_spec",
1721
+ operation: "get",
1722
+ domain: "load_balancer",
1723
+ resource: "swagger-spec",
1724
+ summary: "GET Swagger Spec for HTTP Load Balancer.",
1725
+ description: "GET the corresponding Swagger spec for the given HTTP load balancer.",
1726
+ pathParameters: [
1727
+ {
1728
+ description: "Name\nHTTP load balancer for current request.",
1729
+ in: "path",
1730
+ name: "name",
1731
+ required: true,
1732
+ schema: {
1733
+ type: "string",
1734
+ },
1735
+ },
1736
+ {
1737
+ description: "Namespace\nNamespace of the HTTP Load Balancer for current request.",
1738
+ in: "path",
1739
+ name: "namespace",
1740
+ required: true,
1741
+ schema: {
1742
+ type: "string",
1743
+ },
1744
+ },
1745
+ ],
1746
+ queryParameters: [],
1747
+ requestBodySchema: null,
1748
+ responseSchema: {
1749
+ $ref: "#/components/schemas/apiHttpBody",
1750
+ },
1751
+ requiredParams: ["name", "namespace"],
1752
+ operationId: "ves.io.schema.views.http_loadbalancer.ApiepLBCustomAPI.GetSwaggerSpec",
1753
+ tags: ["Other"],
1754
+ sourceFile: "domains/load_balancer.json",
1755
+ },
1756
+ {
1757
+ toolName: "f5xc-api-loadbalancer-tcp-loadbalancer-create",
1758
+ method: "POST",
1759
+ path: "/api/config/namespaces/{metadata.namespace}/tcp_loadbalancers",
1760
+ operation: "create",
1761
+ domain: "load_balancer",
1762
+ resource: "tcp-loadbalancer",
1763
+ summary: "Create TCP Load Balancer.",
1764
+ description: "Shape of the TCP load balancer create specification.",
1765
+ pathParameters: [
1766
+ {
1767
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1768
+ in: "path",
1769
+ name: "metadata.namespace",
1770
+ required: true,
1771
+ schema: {
1772
+ type: "string",
1773
+ },
1774
+ },
1775
+ ],
1776
+ queryParameters: [],
1777
+ requestBodySchema: {
1778
+ $ref: "#/components/schemas/tcp_loadbalancerCreateRequest",
1779
+ },
1780
+ responseSchema: {
1781
+ $ref: "#/components/schemas/tcp_loadbalancerCreateResponse",
1782
+ },
1783
+ requiredParams: ["body", "metadata.namespace"],
1784
+ operationId: "ves.io.schema.views.tcp_loadbalancer.API.Create",
1785
+ tags: ["Other"],
1786
+ sourceFile: "domains/load_balancer.json",
1787
+ },
1788
+ {
1789
+ toolName: "f5xc-api-loadbalancer-tcp-loadbalancer-delete",
1790
+ method: "DELETE",
1791
+ path: "/api/config/namespaces/{namespace}/tcp_loadbalancers/{name}",
1792
+ operation: "delete",
1793
+ domain: "load_balancer",
1794
+ resource: "tcp-loadbalancer",
1795
+ summary: "DELETE Configure TCP Load Balancer.",
1796
+ description: "DELETE the specified tcp_loadbalancer.",
1797
+ pathParameters: [
1798
+ {
1799
+ description: "Name\nName of the configuration object.",
1800
+ in: "path",
1801
+ name: "name",
1802
+ required: true,
1803
+ schema: {
1804
+ type: "string",
1805
+ },
1806
+ },
1807
+ {
1808
+ description: "Namespace\nNamespace in which the configuration object is present.",
1809
+ in: "path",
1810
+ name: "namespace",
1811
+ required: true,
1812
+ schema: {
1813
+ type: "string",
1814
+ },
1815
+ },
1816
+ ],
1817
+ queryParameters: [],
1818
+ requestBodySchema: {
1819
+ $ref: "#/components/schemas/tcp_loadbalancerDeleteRequest",
1820
+ },
1821
+ responseSchema: {},
1822
+ requiredParams: ["body", "name", "namespace"],
1823
+ operationId: "ves.io.schema.views.tcp_loadbalancer.API.Delete",
1824
+ tags: ["Other"],
1825
+ sourceFile: "domains/load_balancer.json",
1826
+ },
1827
+ {
1828
+ toolName: "f5xc-api-loadbalancer-tcp-loadbalancer-get",
1829
+ method: "GET",
1830
+ path: "/api/config/namespaces/{namespace}/tcp_loadbalancers/{name}",
1831
+ operation: "get",
1832
+ domain: "load_balancer",
1833
+ resource: "tcp-loadbalancer",
1834
+ summary: "GET TCP Load Balancer.",
1835
+ description: "Shape of the TCP load balancer GET specification.",
1836
+ pathParameters: [
1837
+ {
1838
+ description: "Name\nThe name of the configuration object to be fetched.",
1839
+ in: "path",
1840
+ name: "name",
1841
+ required: true,
1842
+ schema: {
1843
+ type: "string",
1844
+ },
1845
+ },
1846
+ {
1847
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1848
+ in: "path",
1849
+ name: "namespace",
1850
+ required: true,
1851
+ schema: {
1852
+ type: "string",
1853
+ },
1854
+ },
1855
+ ],
1856
+ queryParameters: [
1857
+ {
1858
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
1859
+ in: "query",
1860
+ name: "response_format",
1861
+ required: false,
1862
+ schema: {
1863
+ default: "GET_RSP_FORMAT_DEFAULT",
1864
+ enum: [
1865
+ "GET_RSP_FORMAT_DEFAULT",
1866
+ "GET_RSP_FORMAT_FOR_CREATE",
1867
+ "GET_RSP_FORMAT_FOR_REPLACE",
1868
+ "GET_RSP_FORMAT_STATUS",
1869
+ "GET_RSP_FORMAT_READ",
1870
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1871
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1872
+ ],
1873
+ type: "string",
1874
+ },
1875
+ },
1876
+ ],
1877
+ requestBodySchema: null,
1878
+ responseSchema: {
1879
+ $ref: "#/components/schemas/tcp_loadbalancerGetResponse",
1880
+ },
1881
+ requiredParams: ["name", "namespace"],
1882
+ operationId: "ves.io.schema.views.tcp_loadbalancer.API.Get",
1883
+ tags: ["Other"],
1884
+ sourceFile: "domains/load_balancer.json",
1885
+ },
1886
+ {
1887
+ toolName: "f5xc-api-loadbalancer-tcp-loadbalancer-list",
1888
+ method: "GET",
1889
+ path: "/api/config/namespaces/{namespace}/tcp_loadbalancers",
1890
+ operation: "list",
1891
+ domain: "load_balancer",
1892
+ resource: "tcp-loadbalancer",
1893
+ summary: "List Configure TCP Load Balancer.",
1894
+ description: "List the set of tcp_loadbalancer in a namespace.",
1895
+ pathParameters: [
1896
+ {
1897
+ description: "Namespace\nNamespace to scope the listing of tcp_loadbalancer.",
1898
+ in: "path",
1899
+ name: "namespace",
1900
+ required: true,
1901
+ schema: {
1902
+ type: "string",
1903
+ },
1904
+ },
1905
+ ],
1906
+ queryParameters: [
1907
+ {
1908
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1909
+ in: "query",
1910
+ name: "label_filter",
1911
+ required: false,
1912
+ schema: {
1913
+ type: "string",
1914
+ },
1915
+ },
1916
+ {
1917
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1918
+ in: "query",
1919
+ name: "report_fields",
1920
+ required: false,
1921
+ schema: {
1922
+ items: {
1923
+ type: "string",
1924
+ },
1925
+ type: "array",
1926
+ },
1927
+ },
1928
+ {
1929
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1930
+ in: "query",
1931
+ name: "report_status_fields",
1932
+ required: false,
1933
+ schema: {
1934
+ items: {
1935
+ type: "string",
1936
+ },
1937
+ type: "array",
1938
+ },
1939
+ },
1940
+ ],
1941
+ requestBodySchema: null,
1942
+ responseSchema: {
1943
+ $ref: "#/components/schemas/tcp_loadbalancerListResponse",
1944
+ },
1945
+ requiredParams: ["namespace"],
1946
+ operationId: "ves.io.schema.views.tcp_loadbalancer.API.List",
1947
+ tags: ["Other"],
1948
+ sourceFile: "domains/load_balancer.json",
1949
+ },
1950
+ {
1951
+ toolName: "f5xc-api-loadbalancer-tcp-loadbalancer-update",
1952
+ method: "PUT",
1953
+ path: "/api/config/namespaces/{metadata.namespace}/tcp_loadbalancers/{metadata.name}",
1954
+ operation: "update",
1955
+ domain: "load_balancer",
1956
+ resource: "tcp-loadbalancer",
1957
+ summary: "Replace TCP Load Balancer.",
1958
+ description: "Shape of the TCP load balancer replace specification.",
1959
+ pathParameters: [
1960
+ {
1961
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1962
+ in: "path",
1963
+ name: "metadata.name",
1964
+ required: true,
1965
+ schema: {
1966
+ type: "string",
1967
+ },
1968
+ },
1969
+ {
1970
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1971
+ in: "path",
1972
+ name: "metadata.namespace",
1973
+ required: true,
1974
+ schema: {
1975
+ type: "string",
1976
+ },
1977
+ },
1978
+ ],
1979
+ queryParameters: [],
1980
+ requestBodySchema: {
1981
+ $ref: "#/components/schemas/tcp_loadbalancerReplaceRequest",
1982
+ },
1983
+ responseSchema: {
1984
+ $ref: "#/components/schemas/tcp_loadbalancerReplaceResponse",
1985
+ },
1986
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1987
+ operationId: "ves.io.schema.views.tcp_loadbalancer.API.Replace",
1988
+ tags: ["Other"],
1989
+ sourceFile: "domains/load_balancer.json",
1990
+ },
1991
+ {
1992
+ toolName: "f5xc-api-loadbalancer-udp-loadbalancer-create",
1993
+ method: "POST",
1994
+ path: "/api/config/namespaces/{metadata.namespace}/udp_loadbalancers",
1995
+ operation: "create",
1996
+ domain: "load_balancer",
1997
+ resource: "udp-loadbalancer",
1998
+ summary: "Create UDP Load Balancer.",
1999
+ description: "Shape of the UDP load balancer create specification.",
2000
+ pathParameters: [
2001
+ {
2002
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
2003
+ in: "path",
2004
+ name: "metadata.namespace",
2005
+ required: true,
2006
+ schema: {
2007
+ type: "string",
2008
+ },
2009
+ },
2010
+ ],
2011
+ queryParameters: [],
2012
+ requestBodySchema: {
2013
+ $ref: "#/components/schemas/udp_loadbalancerCreateRequest",
2014
+ },
2015
+ responseSchema: {
2016
+ $ref: "#/components/schemas/udp_loadbalancerCreateResponse",
2017
+ },
2018
+ requiredParams: ["body", "metadata.namespace"],
2019
+ operationId: "ves.io.schema.views.udp_loadbalancer.API.Create",
2020
+ tags: ["Other"],
2021
+ sourceFile: "domains/load_balancer.json",
2022
+ },
2023
+ {
2024
+ toolName: "f5xc-api-loadbalancer-udp-loadbalancer-delete",
2025
+ method: "DELETE",
2026
+ path: "/api/config/namespaces/{namespace}/udp_loadbalancers/{name}",
2027
+ operation: "delete",
2028
+ domain: "load_balancer",
2029
+ resource: "udp-loadbalancer",
2030
+ summary: "DELETE Configure UDP Load Balancer.",
2031
+ description: "DELETE the specified udp_loadbalancer.",
2032
+ pathParameters: [
2033
+ {
2034
+ description: "Name\nName of the configuration object.",
2035
+ in: "path",
2036
+ name: "name",
2037
+ required: true,
2038
+ schema: {
2039
+ type: "string",
2040
+ },
2041
+ },
2042
+ {
2043
+ description: "Namespace\nNamespace in which the configuration object is present.",
2044
+ in: "path",
2045
+ name: "namespace",
2046
+ required: true,
2047
+ schema: {
2048
+ type: "string",
2049
+ },
2050
+ },
2051
+ ],
2052
+ queryParameters: [],
2053
+ requestBodySchema: {
2054
+ $ref: "#/components/schemas/udp_loadbalancerDeleteRequest",
2055
+ },
2056
+ responseSchema: {},
2057
+ requiredParams: ["body", "name", "namespace"],
2058
+ operationId: "ves.io.schema.views.udp_loadbalancer.API.Delete",
2059
+ tags: ["Other"],
2060
+ sourceFile: "domains/load_balancer.json",
2061
+ },
2062
+ {
2063
+ toolName: "f5xc-api-loadbalancer-udp-loadbalancer-get",
2064
+ method: "GET",
2065
+ path: "/api/config/namespaces/{namespace}/udp_loadbalancers/{name}",
2066
+ operation: "get",
2067
+ domain: "load_balancer",
2068
+ resource: "udp-loadbalancer",
2069
+ summary: "GET UDP Load Balancer.",
2070
+ description: "Shape of the UDP load balancer GET specification.",
2071
+ pathParameters: [
2072
+ {
2073
+ description: "Name\nThe name of the configuration object to be fetched.",
2074
+ in: "path",
2075
+ name: "name",
2076
+ required: true,
2077
+ schema: {
2078
+ type: "string",
2079
+ },
2080
+ },
2081
+ {
2082
+ description: "Namespace\nThe namespace in which the configuration object is present.",
2083
+ in: "path",
2084
+ name: "namespace",
2085
+ required: true,
2086
+ schema: {
2087
+ type: "string",
2088
+ },
2089
+ },
2090
+ ],
2091
+ queryParameters: [
2092
+ {
2093
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
2094
+ in: "query",
2095
+ name: "response_format",
2096
+ required: false,
2097
+ schema: {
2098
+ default: "GET_RSP_FORMAT_DEFAULT",
2099
+ enum: [
2100
+ "GET_RSP_FORMAT_DEFAULT",
2101
+ "GET_RSP_FORMAT_FOR_CREATE",
2102
+ "GET_RSP_FORMAT_FOR_REPLACE",
2103
+ "GET_RSP_FORMAT_STATUS",
2104
+ "GET_RSP_FORMAT_READ",
2105
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
2106
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
2107
+ ],
2108
+ type: "string",
2109
+ },
2110
+ },
2111
+ ],
2112
+ requestBodySchema: null,
2113
+ responseSchema: {
2114
+ $ref: "#/components/schemas/udp_loadbalancerGetResponse",
2115
+ },
2116
+ requiredParams: ["name", "namespace"],
2117
+ operationId: "ves.io.schema.views.udp_loadbalancer.API.Get",
2118
+ tags: ["Other"],
2119
+ sourceFile: "domains/load_balancer.json",
2120
+ },
2121
+ {
2122
+ toolName: "f5xc-api-loadbalancer-udp-loadbalancer-list",
2123
+ method: "GET",
2124
+ path: "/api/config/namespaces/{namespace}/udp_loadbalancers",
2125
+ operation: "list",
2126
+ domain: "load_balancer",
2127
+ resource: "udp-loadbalancer",
2128
+ summary: "List Configure UDP Load Balancer.",
2129
+ description: "List the set of udp_loadbalancer in a namespace.",
2130
+ pathParameters: [
2131
+ {
2132
+ description: "Namespace\nNamespace to scope the listing of udp_loadbalancer.",
2133
+ in: "path",
2134
+ name: "namespace",
2135
+ required: true,
2136
+ schema: {
2137
+ type: "string",
2138
+ },
2139
+ },
2140
+ ],
2141
+ queryParameters: [
2142
+ {
2143
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
2144
+ in: "query",
2145
+ name: "label_filter",
2146
+ required: false,
2147
+ schema: {
2148
+ type: "string",
2149
+ },
2150
+ },
2151
+ {
2152
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
2153
+ in: "query",
2154
+ name: "report_fields",
2155
+ required: false,
2156
+ schema: {
2157
+ items: {
2158
+ type: "string",
2159
+ },
2160
+ type: "array",
2161
+ },
2162
+ },
2163
+ {
2164
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
2165
+ in: "query",
2166
+ name: "report_status_fields",
2167
+ required: false,
2168
+ schema: {
2169
+ items: {
2170
+ type: "string",
2171
+ },
2172
+ type: "array",
2173
+ },
2174
+ },
2175
+ ],
2176
+ requestBodySchema: null,
2177
+ responseSchema: {
2178
+ $ref: "#/components/schemas/udp_loadbalancerListResponse",
2179
+ },
2180
+ requiredParams: ["namespace"],
2181
+ operationId: "ves.io.schema.views.udp_loadbalancer.API.List",
2182
+ tags: ["Other"],
2183
+ sourceFile: "domains/load_balancer.json",
2184
+ },
2185
+ {
2186
+ toolName: "f5xc-api-loadbalancer-udp-loadbalancer-update",
2187
+ method: "PUT",
2188
+ path: "/api/config/namespaces/{metadata.namespace}/udp_loadbalancers/{metadata.name}",
2189
+ operation: "update",
2190
+ domain: "load_balancer",
2191
+ resource: "udp-loadbalancer",
2192
+ summary: "Replace UDP Load Balancer.",
2193
+ description: "Shape of the UDP load balancer replace specification.",
2194
+ pathParameters: [
2195
+ {
2196
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
2197
+ in: "path",
2198
+ name: "metadata.name",
2199
+ required: true,
2200
+ schema: {
2201
+ type: "string",
2202
+ },
2203
+ },
2204
+ {
2205
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
2206
+ in: "path",
2207
+ name: "metadata.namespace",
2208
+ required: true,
2209
+ schema: {
2210
+ type: "string",
2211
+ },
2212
+ },
2213
+ ],
2214
+ queryParameters: [],
2215
+ requestBodySchema: {
2216
+ $ref: "#/components/schemas/udp_loadbalancerReplaceRequest",
2217
+ },
2218
+ responseSchema: {
2219
+ $ref: "#/components/schemas/udp_loadbalancerReplaceResponse",
2220
+ },
2221
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
2222
+ operationId: "ves.io.schema.views.udp_loadbalancer.API.Replace",
2223
+ tags: ["Other"],
2224
+ sourceFile: "domains/load_balancer.json",
2225
+ },
2226
+ {
2227
+ toolName: "f5xc-api-loadbalancer-update-schema-create",
2228
+ method: "POST",
2229
+ path: "/api/ml/data/namespaces/{namespace}/http_loadbalancers/{name}/api_inventory/api_endpoints/update_schemas",
2230
+ operation: "create",
2231
+ domain: "load_balancer",
2232
+ resource: "update-schema",
2233
+ summary: "Update API Endpoints Schemas.",
2234
+ description: "Update the payload schema for the specified endpoints or all pending changes if empty list is provided.\nNOTE: only API endpoints returned by a call to `GetAPIEndpointsSchemaStates` can be updated.\nDEPRECATED. USE virtual host custom API UpdateAPIEndpointsSchemas.",
2235
+ pathParameters: [
2236
+ {
2237
+ description: "Name\nThe name of the HTTP Loadbalancer for the current request.",
2238
+ in: "path",
2239
+ name: "name",
2240
+ required: true,
2241
+ schema: {
2242
+ type: "string",
2243
+ },
2244
+ },
2245
+ {
2246
+ description: "Namespace\nThe namespace of the HTTP Loadbalancer for the current request.",
2247
+ in: "path",
2248
+ name: "namespace",
2249
+ required: true,
2250
+ schema: {
2251
+ type: "string",
2252
+ },
2253
+ },
2254
+ ],
2255
+ queryParameters: [],
2256
+ requestBodySchema: {
2257
+ $ref: "#/components/schemas/http_loadbalancerUpdateAPIEndpointsSchemasReq",
2258
+ },
2259
+ responseSchema: {
2260
+ $ref: "#/components/schemas/http_loadbalancerUpdateAPIEndpointsSchemasResp",
2261
+ },
2262
+ requiredParams: ["body", "name", "namespace"],
2263
+ operationId: "ves.io.schema.views.http_loadbalancer.ApiepLBCustomAPI.UpdateAPIEndpointsSchemas",
2264
+ tags: ["Other"],
2265
+ sourceFile: "domains/load_balancer.json",
2266
+ },
2267
+ ];
2268
+ export default load_balancerTools;
2269
+ //# sourceMappingURL=index.js.map