@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,1759 @@
1
+ /**
2
+ * Generated tool definitions for operations domain
3
+ * DO NOT EDIT - This file is auto-generated by scripts/generate.ts
4
+ */
5
+ export const operationsTools = [
6
+ {
7
+ toolName: "f5xc-api-operations-add-create",
8
+ method: "POST",
9
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/usb/{node}/rules/add",
10
+ operation: "create",
11
+ domain: "operations",
12
+ resource: "add",
13
+ summary: "Add USB Enablement Rules.",
14
+ description: "Add USB Enablement Rules.",
15
+ pathParameters: [
16
+ {
17
+ description: "Namespace\nNamespace for which the request is sent (system)",
18
+ in: "path",
19
+ name: "namespace",
20
+ required: true,
21
+ schema: {
22
+ type: "string",
23
+ },
24
+ },
25
+ {
26
+ description: "Node Name\nName of the node.",
27
+ in: "path",
28
+ name: "node",
29
+ required: true,
30
+ schema: {
31
+ type: "string",
32
+ },
33
+ },
34
+ {
35
+ description: "Site Name\nName of the site.",
36
+ in: "path",
37
+ name: "site",
38
+ required: true,
39
+ schema: {
40
+ type: "string",
41
+ },
42
+ },
43
+ ],
44
+ queryParameters: [],
45
+ requestBodySchema: {
46
+ $ref: "#/components/schemas/usbUsbAddRulesRequest",
47
+ },
48
+ responseSchema: {
49
+ $ref: "#/components/schemas/usbUsbAddRulesResponse",
50
+ },
51
+ requiredParams: ["body", "namespace", "node", "site"],
52
+ operationId: "ves.io.schema.operate.usb.CustomPublicAPI.AddRules",
53
+ tags: ["Other"],
54
+ sourceFile: "domains/operations.json",
55
+ },
56
+ {
57
+ toolName: "f5xc-api-operations-change-password-create",
58
+ method: "POST",
59
+ path: "/api/operate/namespaces/system/sites/{site}/vpm/debug/{node}/change-password",
60
+ operation: "create",
61
+ domain: "operations",
62
+ resource: "change-password",
63
+ summary: "ChangePassword.",
64
+ description: "Change host user password.",
65
+ pathParameters: [
66
+ {
67
+ description: "Node Name\nName of the node.",
68
+ in: "path",
69
+ name: "node",
70
+ required: true,
71
+ schema: {
72
+ type: "string",
73
+ },
74
+ },
75
+ {
76
+ description: "Site Name\nName of the site.",
77
+ in: "path",
78
+ name: "site",
79
+ required: true,
80
+ schema: {
81
+ type: "string",
82
+ },
83
+ },
84
+ ],
85
+ queryParameters: [],
86
+ requestBodySchema: {
87
+ $ref: "#/components/schemas/debugChangePasswordRequest",
88
+ },
89
+ responseSchema: {},
90
+ requiredParams: ["body", "node", "site"],
91
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.ChangePasswordPublic",
92
+ tags: ["Other"],
93
+ sourceFile: "domains/operations.json",
94
+ },
95
+ {
96
+ toolName: "f5xc-api-operations-check-debug-info-collection-list",
97
+ method: "GET",
98
+ path: "/api/operate/namespaces/system/sites/{site}/vpm/debug/global/check-debug-info-collection",
99
+ operation: "list",
100
+ domain: "operations",
101
+ resource: "check-debug-info-collection",
102
+ summary: "Check Debug Info Collection.",
103
+ description: "Check if the zip file of debug info from node is available.",
104
+ pathParameters: [
105
+ {
106
+ description: "Site Name\nName of the site.",
107
+ in: "path",
108
+ name: "site",
109
+ required: true,
110
+ schema: {
111
+ type: "string",
112
+ },
113
+ },
114
+ ],
115
+ queryParameters: [],
116
+ requestBodySchema: null,
117
+ responseSchema: {
118
+ $ref: "#/components/schemas/debugCheckDebugInfoCollectionResponse",
119
+ },
120
+ requiredParams: ["site"],
121
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.CheckDebugInfoCollection",
122
+ tags: ["Other"],
123
+ sourceFile: "domains/operations.json",
124
+ },
125
+ {
126
+ toolName: "f5xc-api-operations-close-create",
127
+ method: "POST",
128
+ path: "/api/web/namespaces/{namespace}/customer_support/{name}/close",
129
+ operation: "create",
130
+ domain: "operations",
131
+ resource: "close",
132
+ summary: "Close a customer support ticket.",
133
+ description: "Closes selected customer support ticket (if not already closed). You can always attempt to reopen if needed to be.",
134
+ pathParameters: [
135
+ {
136
+ description: "Name\nThe name of the customer support ticket object to be closed.",
137
+ in: "path",
138
+ name: "name",
139
+ required: true,
140
+ schema: {
141
+ type: "string",
142
+ },
143
+ },
144
+ {
145
+ description: "Namespace\nThe namespace in which the support ticket object is present.",
146
+ in: "path",
147
+ name: "namespace",
148
+ required: true,
149
+ schema: {
150
+ type: "string",
151
+ },
152
+ },
153
+ ],
154
+ queryParameters: [],
155
+ requestBodySchema: {
156
+ $ref: "#/components/schemas/customer_supportCloseRequest",
157
+ },
158
+ responseSchema: {
159
+ $ref: "#/components/schemas/customer_supportCloseResponse",
160
+ },
161
+ requiredParams: ["body", "name", "namespace"],
162
+ operationId: "ves.io.schema.customer_support.CustomAPI.Close",
163
+ tags: ["Other"],
164
+ sourceFile: "domains/operations.json",
165
+ },
166
+ {
167
+ toolName: "f5xc-api-operations-comment-create",
168
+ method: "POST",
169
+ path: "/api/web/namespaces/{namespace}/customer_support/{name}/comment",
170
+ operation: "create",
171
+ domain: "operations",
172
+ resource: "comment",
173
+ summary: "Add comment to a customer support ticket.",
174
+ description: "Adds additional comment to a specified customer support ticket. The comment may include an attachment.",
175
+ pathParameters: [
176
+ {
177
+ description: "Name\nThe name of the customer support ticket object to be updated.",
178
+ in: "path",
179
+ name: "name",
180
+ required: true,
181
+ schema: {
182
+ type: "string",
183
+ },
184
+ },
185
+ {
186
+ description: "Namespace\nThe namespace in which the support ticket object is present.",
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/customer_supportCommentRequest",
198
+ },
199
+ responseSchema: {
200
+ $ref: "#/components/schemas/customer_supportCommentResponse",
201
+ },
202
+ requiredParams: ["body", "name", "namespace"],
203
+ operationId: "ves.io.schema.customer_support.CustomAPI.Comment",
204
+ tags: ["Other"],
205
+ sourceFile: "domains/operations.json",
206
+ },
207
+ {
208
+ toolName: "f5xc-api-operations-config-create",
209
+ method: "POST",
210
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/lte/{node}/config",
211
+ operation: "create",
212
+ domain: "operations",
213
+ resource: "config",
214
+ summary: "Update LTE configuration.",
215
+ description: "Update LTE configuration on the node.",
216
+ pathParameters: [
217
+ {
218
+ description: "Namespace\nNamespace for which the request is sent (system)",
219
+ in: "path",
220
+ name: "namespace",
221
+ required: true,
222
+ schema: {
223
+ type: "string",
224
+ },
225
+ },
226
+ {
227
+ description: "Node Name\nName of the node.",
228
+ in: "path",
229
+ name: "node",
230
+ required: true,
231
+ schema: {
232
+ type: "string",
233
+ },
234
+ },
235
+ {
236
+ description: "Site Name\nName of the site.",
237
+ in: "path",
238
+ name: "site",
239
+ required: true,
240
+ schema: {
241
+ type: "string",
242
+ },
243
+ },
244
+ ],
245
+ queryParameters: [],
246
+ requestBodySchema: {
247
+ $ref: "#/components/schemas/lteLteUpdateConfigRequest",
248
+ },
249
+ responseSchema: {
250
+ $ref: "#/components/schemas/lteLteUpdateConfigResponse",
251
+ },
252
+ requiredParams: ["body", "namespace", "node", "site"],
253
+ operationId: "ves.io.schema.operate.lte.CustomPublicAPI.UpdateConfig",
254
+ tags: ["Other"],
255
+ sourceFile: "domains/operations.json",
256
+ },
257
+ {
258
+ toolName: "f5xc-api-operations-config-list",
259
+ method: "GET",
260
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/lte/{node}/config",
261
+ operation: "list",
262
+ domain: "operations",
263
+ resource: "config",
264
+ summary: "GET LTE configuration.",
265
+ description: "GET LTE configuration from the node.",
266
+ pathParameters: [
267
+ {
268
+ description: "Namespace\nNamespace for which the request is sent (system)",
269
+ in: "path",
270
+ name: "namespace",
271
+ required: true,
272
+ schema: {
273
+ type: "string",
274
+ },
275
+ },
276
+ {
277
+ description: "Node Name\nName of the node.",
278
+ in: "path",
279
+ name: "node",
280
+ required: true,
281
+ schema: {
282
+ type: "string",
283
+ },
284
+ },
285
+ {
286
+ description: "Site Name\nName of the site.",
287
+ in: "path",
288
+ name: "site",
289
+ required: true,
290
+ schema: {
291
+ type: "string",
292
+ },
293
+ },
294
+ ],
295
+ queryParameters: [],
296
+ requestBodySchema: null,
297
+ responseSchema: {
298
+ $ref: "#/components/schemas/lteLteGetConfigResponse",
299
+ },
300
+ requiredParams: ["namespace", "node", "site"],
301
+ operationId: "ves.io.schema.operate.lte.CustomPublicAPI.GetConfig",
302
+ tags: ["Other"],
303
+ sourceFile: "domains/operations.json",
304
+ },
305
+ {
306
+ toolName: "f5xc-api-operations-customer-support-create",
307
+ method: "POST",
308
+ path: "/api/web/namespaces/{metadata.namespace}/customer_supports",
309
+ operation: "create",
310
+ domain: "operations",
311
+ resource: "customer-support",
312
+ summary: "Create Customer Support.",
313
+ description: "Creates a new customer support ticket in our customer support provider system.",
314
+ pathParameters: [
315
+ {
316
+ 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 ""',
317
+ in: "path",
318
+ name: "metadata.namespace",
319
+ required: true,
320
+ schema: {
321
+ type: "string",
322
+ },
323
+ },
324
+ ],
325
+ queryParameters: [],
326
+ requestBodySchema: {
327
+ $ref: "#/components/schemas/customer_supportCreateRequest",
328
+ },
329
+ responseSchema: {
330
+ $ref: "#/components/schemas/customer_supportCreateResponse",
331
+ },
332
+ requiredParams: ["body", "metadata.namespace"],
333
+ operationId: "ves.io.schema.customer_support.API.Create",
334
+ tags: ["Other"],
335
+ sourceFile: "domains/operations.json",
336
+ },
337
+ {
338
+ toolName: "f5xc-api-operations-customer-support-get",
339
+ method: "GET",
340
+ path: "/api/web/namespaces/{namespace}/customer_supports/{name}",
341
+ operation: "get",
342
+ domain: "operations",
343
+ resource: "customer-support",
344
+ summary: "GET Customer Support.",
345
+ description: "Support ticket representation we display to customers. There's much more information associated with a ticker but this maybe sensitive/irrelevant.",
346
+ pathParameters: [
347
+ {
348
+ description: "Name\nThe name of the configuration object to be fetched.",
349
+ in: "path",
350
+ name: "name",
351
+ required: true,
352
+ schema: {
353
+ type: "string",
354
+ },
355
+ },
356
+ {
357
+ description: "Namespace\nThe namespace in which the configuration object is present.",
358
+ in: "path",
359
+ name: "namespace",
360
+ required: true,
361
+ schema: {
362
+ type: "string",
363
+ },
364
+ },
365
+ ],
366
+ queryParameters: [
367
+ {
368
+ 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 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.",
369
+ in: "query",
370
+ name: "response_format",
371
+ required: false,
372
+ schema: {
373
+ default: "GET_RSP_FORMAT_DEFAULT",
374
+ enum: [
375
+ "GET_RSP_FORMAT_DEFAULT",
376
+ "GET_RSP_FORMAT_FOR_CREATE",
377
+ "GET_RSP_FORMAT_STATUS",
378
+ "GET_RSP_FORMAT_READ",
379
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
380
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
381
+ ],
382
+ type: "string",
383
+ },
384
+ },
385
+ ],
386
+ requestBodySchema: null,
387
+ responseSchema: {
388
+ $ref: "#/components/schemas/customer_supportGetResponse",
389
+ },
390
+ requiredParams: ["name", "namespace"],
391
+ operationId: "ves.io.schema.customer_support.API.Get",
392
+ tags: ["Other"],
393
+ sourceFile: "domains/operations.json",
394
+ },
395
+ {
396
+ toolName: "f5xc-api-operations-customer-support-list",
397
+ method: "GET",
398
+ path: "/api/web/namespaces/{namespace}/admin/customer_supports",
399
+ operation: "list",
400
+ domain: "operations",
401
+ resource: "customer-support",
402
+ summary: "List all tenant tickets.",
403
+ description: "Similar to the List rpc but returns all tenant tickets regardless of their author.",
404
+ pathParameters: [
405
+ {
406
+ description: "Namespace\nNamespace to scope the listing of customer_support.",
407
+ in: "path",
408
+ name: "namespace",
409
+ required: true,
410
+ schema: {
411
+ type: "string",
412
+ },
413
+ },
414
+ ],
415
+ queryParameters: [
416
+ {
417
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
418
+ in: "query",
419
+ name: "label_filter",
420
+ required: false,
421
+ schema: {
422
+ type: "string",
423
+ },
424
+ },
425
+ {
426
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
427
+ in: "query",
428
+ name: "report_fields",
429
+ required: false,
430
+ schema: {
431
+ items: {
432
+ type: "string",
433
+ },
434
+ type: "array",
435
+ },
436
+ },
437
+ {
438
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
439
+ in: "query",
440
+ name: "report_status_fields",
441
+ required: false,
442
+ schema: {
443
+ items: {
444
+ type: "string",
445
+ },
446
+ type: "array",
447
+ },
448
+ },
449
+ ],
450
+ requestBodySchema: null,
451
+ responseSchema: {
452
+ $ref: "#/components/schemas/customer_supportListResponse",
453
+ },
454
+ requiredParams: ["namespace"],
455
+ operationId: "ves.io.schema.customer_support.CustomAPI.AdminList",
456
+ tags: ["Other"],
457
+ sourceFile: "domains/operations.json",
458
+ },
459
+ {
460
+ toolName: "f5xc-api-operations-delete-create",
461
+ method: "POST",
462
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/usb/{node}/rules/delete",
463
+ operation: "create",
464
+ domain: "operations",
465
+ resource: "delete",
466
+ summary: "DELETE USB Enablement Rules.",
467
+ description: "DELETE USB Enablement Rules.",
468
+ pathParameters: [
469
+ {
470
+ description: "Namespace\nNamespace for which the request is sent (system)",
471
+ in: "path",
472
+ name: "namespace",
473
+ required: true,
474
+ schema: {
475
+ type: "string",
476
+ },
477
+ },
478
+ {
479
+ description: "Node Name\nName of the node.",
480
+ in: "path",
481
+ name: "node",
482
+ required: true,
483
+ schema: {
484
+ type: "string",
485
+ },
486
+ },
487
+ {
488
+ description: "Site Name\nName of the site.",
489
+ in: "path",
490
+ name: "site",
491
+ required: true,
492
+ schema: {
493
+ type: "string",
494
+ },
495
+ },
496
+ ],
497
+ queryParameters: [],
498
+ requestBodySchema: {
499
+ $ref: "#/components/schemas/usbUsbDeleteRulesRequest",
500
+ },
501
+ responseSchema: {
502
+ $ref: "#/components/schemas/usbUsbDeleteRulesResponse",
503
+ },
504
+ requiredParams: ["body", "namespace", "node", "site"],
505
+ operationId: "ves.io.schema.operate.usb.CustomPublicAPI.DeleteRules",
506
+ tags: ["Other"],
507
+ sourceFile: "domains/operations.json",
508
+ },
509
+ {
510
+ toolName: "f5xc-api-operations-dhcp-lease-list",
511
+ method: "GET",
512
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/ver/dhcp_leases",
513
+ operation: "list",
514
+ domain: "operations",
515
+ resource: "dhcp-lease",
516
+ summary: "Show DHCP Leases.",
517
+ description: "GET DHCP lease information.",
518
+ pathParameters: [
519
+ {
520
+ description: "Namespace\nNamespace for which the request is sent (system)",
521
+ in: "path",
522
+ name: "namespace",
523
+ required: true,
524
+ schema: {
525
+ type: "string",
526
+ },
527
+ },
528
+ {
529
+ description: "Site Name\nName of the site.",
530
+ in: "path",
531
+ name: "site",
532
+ required: true,
533
+ schema: {
534
+ type: "string",
535
+ },
536
+ },
537
+ ],
538
+ queryParameters: [],
539
+ requestBodySchema: null,
540
+ responseSchema: {
541
+ $ref: "#/components/schemas/dhcpDhcpLeases",
542
+ },
543
+ requiredParams: ["namespace", "site"],
544
+ operationId: "ves.io.schema.operate.dhcp.CustomPublicAPI.ShowDhcpLeases",
545
+ tags: ["Other"],
546
+ sourceFile: "domains/operations.json",
547
+ },
548
+ {
549
+ toolName: "f5xc-api-operations-diagnosi-list",
550
+ method: "GET",
551
+ path: "/api/operate/namespaces/system/sites/{site}/vpm/debug/global/diagnosis",
552
+ operation: "list",
553
+ domain: "operations",
554
+ resource: "diagnosi",
555
+ summary: "Diagnosis",
556
+ description: "GET VPM network information.",
557
+ pathParameters: [
558
+ {
559
+ description: "Site Name\nName of the site.",
560
+ in: "path",
561
+ name: "site",
562
+ required: true,
563
+ schema: {
564
+ type: "string",
565
+ },
566
+ },
567
+ ],
568
+ queryParameters: [
569
+ {
570
+ description: "Name of the console user who runs this command.",
571
+ in: "query",
572
+ name: "console_user",
573
+ required: false,
574
+ schema: {
575
+ type: "string",
576
+ },
577
+ },
578
+ ],
579
+ requestBodySchema: null,
580
+ responseSchema: {
581
+ $ref: "#/components/schemas/debugDiagnosisResponse",
582
+ },
583
+ requiredParams: ["site"],
584
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.DiagnosisPublic",
585
+ tags: ["Other"],
586
+ sourceFile: "domains/operations.json",
587
+ },
588
+ {
589
+ toolName: "f5xc-api-operations-disconnect-create",
590
+ method: "POST",
591
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/lte/{node}/disconnect",
592
+ operation: "create",
593
+ domain: "operations",
594
+ resource: "disconnect",
595
+ summary: "Disconnect.",
596
+ description: "Disconnect the node from LTE network.",
597
+ pathParameters: [
598
+ {
599
+ description: "Namespace\nNamespace for which the request is sent (system)",
600
+ in: "path",
601
+ name: "namespace",
602
+ required: true,
603
+ schema: {
604
+ type: "string",
605
+ },
606
+ },
607
+ {
608
+ description: "Node Name\nName of the node.",
609
+ in: "path",
610
+ name: "node",
611
+ required: true,
612
+ schema: {
613
+ type: "string",
614
+ },
615
+ },
616
+ {
617
+ description: "Site Name\nName of the site.",
618
+ in: "path",
619
+ name: "site",
620
+ required: true,
621
+ schema: {
622
+ type: "string",
623
+ },
624
+ },
625
+ ],
626
+ queryParameters: [],
627
+ requestBodySchema: {
628
+ $ref: "#/components/schemas/lteLteDisconnectRequest",
629
+ },
630
+ responseSchema: {
631
+ $ref: "#/components/schemas/lteLteDisconnectResponse",
632
+ },
633
+ requiredParams: ["body", "namespace", "node", "site"],
634
+ operationId: "ves.io.schema.operate.lte.CustomPublicAPI.Disconnect",
635
+ tags: ["Other"],
636
+ sourceFile: "domains/operations.json",
637
+ },
638
+ {
639
+ toolName: "f5xc-api-operations-download-debug-info-collection-list",
640
+ method: "GET",
641
+ path: "/api/operate/namespaces/system/sites/{site}/vpm/debug/global/download-debug-info-collection",
642
+ operation: "list",
643
+ domain: "operations",
644
+ resource: "download-debug-info-collection",
645
+ summary: "Download Debug Info Collection.",
646
+ description: "Download the zip file of debug info from node if available.",
647
+ pathParameters: [
648
+ {
649
+ description: "Site Name\nName of the site.",
650
+ in: "path",
651
+ name: "site",
652
+ required: true,
653
+ schema: {
654
+ type: "string",
655
+ },
656
+ },
657
+ ],
658
+ queryParameters: [],
659
+ requestBodySchema: null,
660
+ responseSchema: {
661
+ $ref: "#/components/schemas/apiHttpBody",
662
+ },
663
+ requiredParams: ["site"],
664
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.DownloadDebugInfoCollection",
665
+ tags: ["Other"],
666
+ sourceFile: "domains/operations.json",
667
+ },
668
+ {
669
+ toolName: "f5xc-api-operations-escalate-create",
670
+ method: "POST",
671
+ path: "/api/web/namespaces/{namespace}/customer_support/{name}/escalate",
672
+ operation: "create",
673
+ domain: "operations",
674
+ resource: "escalate",
675
+ summary: "Escalate a ticket.",
676
+ description: "Escalates a selected ticket. Only certain customers (depending on their contract) are allowed to escalate tickets.",
677
+ pathParameters: [
678
+ {
679
+ description: "Name\nThe name of the customer support ticket object to be escalated.",
680
+ in: "path",
681
+ name: "name",
682
+ required: true,
683
+ schema: {
684
+ type: "string",
685
+ },
686
+ },
687
+ {
688
+ description: "Namespace\nThe namespace in which the support ticket object is present in.",
689
+ in: "path",
690
+ name: "namespace",
691
+ required: true,
692
+ schema: {
693
+ type: "string",
694
+ },
695
+ },
696
+ ],
697
+ queryParameters: [],
698
+ requestBodySchema: {
699
+ $ref: "#/components/schemas/customer_supportEscalationRequest",
700
+ },
701
+ responseSchema: {
702
+ $ref: "#/components/schemas/customer_supportEscalationResponse",
703
+ },
704
+ requiredParams: ["body", "name", "namespace"],
705
+ operationId: "ves.io.schema.customer_support.CustomAPI.Escalate",
706
+ tags: ["Other"],
707
+ sourceFile: "domains/operations.json",
708
+ },
709
+ {
710
+ toolName: "f5xc-api-operations-exec-create",
711
+ method: "POST",
712
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/exec",
713
+ operation: "create",
714
+ domain: "operations",
715
+ resource: "exec",
716
+ summary: "Exec",
717
+ description: "Run supported exec command on node.",
718
+ pathParameters: [
719
+ {
720
+ description: "Namespace\nNamespace for which the request is sent (system)",
721
+ in: "path",
722
+ name: "namespace",
723
+ required: true,
724
+ schema: {
725
+ type: "string",
726
+ },
727
+ },
728
+ {
729
+ description: "Node Name\nName of the node.",
730
+ in: "path",
731
+ name: "node",
732
+ required: true,
733
+ schema: {
734
+ type: "string",
735
+ },
736
+ },
737
+ {
738
+ description: "Site Name\nName of the site.",
739
+ in: "path",
740
+ name: "site",
741
+ required: true,
742
+ schema: {
743
+ type: "string",
744
+ },
745
+ },
746
+ ],
747
+ queryParameters: [],
748
+ requestBodySchema: null,
749
+ responseSchema: {
750
+ $ref: "#/components/schemas/debugExecResponse",
751
+ },
752
+ requiredParams: ["namespace", "node", "site"],
753
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.Exec",
754
+ tags: ["Other"],
755
+ sourceFile: "domains/operations.json",
756
+ },
757
+ {
758
+ toolName: "f5xc-api-operations-exec-log-list",
759
+ method: "GET",
760
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/exec-log",
761
+ operation: "list",
762
+ domain: "operations",
763
+ resource: "exec-log",
764
+ summary: "Exec Log",
765
+ description: "Retrieve exec history on node.",
766
+ pathParameters: [
767
+ {
768
+ description: "Namespace\nNamespace for which the request is sent (system)",
769
+ in: "path",
770
+ name: "namespace",
771
+ required: true,
772
+ schema: {
773
+ type: "string",
774
+ },
775
+ },
776
+ {
777
+ description: "Node Name\nName of the node.",
778
+ in: "path",
779
+ name: "node",
780
+ required: true,
781
+ schema: {
782
+ type: "string",
783
+ },
784
+ },
785
+ {
786
+ description: "Site Name\nName of the site.",
787
+ in: "path",
788
+ name: "site",
789
+ required: true,
790
+ schema: {
791
+ type: "string",
792
+ },
793
+ },
794
+ ],
795
+ queryParameters: [
796
+ {
797
+ description: "Number of last log lines.",
798
+ in: "query",
799
+ name: "line_count",
800
+ required: false,
801
+ schema: {
802
+ format: "int64",
803
+ type: "integer",
804
+ },
805
+ },
806
+ ],
807
+ requestBodySchema: null,
808
+ responseSchema: {
809
+ $ref: "#/components/schemas/debugExecLogResponse",
810
+ },
811
+ requiredParams: ["namespace", "node", "site"],
812
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.ExecLog",
813
+ tags: ["Other"],
814
+ sourceFile: "domains/operations.json",
815
+ },
816
+ {
817
+ toolName: "f5xc-api-operations-exec-user-create",
818
+ method: "POST",
819
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/exec-user",
820
+ operation: "create",
821
+ domain: "operations",
822
+ resource: "exec-user",
823
+ summary: "ExecUser",
824
+ description: "Run supported exec command on node with lower privilege.",
825
+ pathParameters: [
826
+ {
827
+ description: "Namespace\nNamespace for which the request is sent (system)",
828
+ in: "path",
829
+ name: "namespace",
830
+ required: true,
831
+ schema: {
832
+ type: "string",
833
+ },
834
+ },
835
+ {
836
+ description: "Node Name\nName of the node.",
837
+ in: "path",
838
+ name: "node",
839
+ required: true,
840
+ schema: {
841
+ type: "string",
842
+ },
843
+ },
844
+ {
845
+ description: "Site Name\nName of the site.",
846
+ in: "path",
847
+ name: "site",
848
+ required: true,
849
+ schema: {
850
+ type: "string",
851
+ },
852
+ },
853
+ ],
854
+ queryParameters: [],
855
+ requestBodySchema: null,
856
+ responseSchema: {
857
+ $ref: "#/components/schemas/debugExecResponse",
858
+ },
859
+ requiredParams: ["namespace", "node", "site"],
860
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.ExecUser",
861
+ tags: ["Other"],
862
+ sourceFile: "domains/operations.json",
863
+ },
864
+ {
865
+ toolName: "f5xc-api-operations-fetchdump-create",
866
+ method: "POST",
867
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/ver/fetchdump",
868
+ operation: "create",
869
+ domain: "operations",
870
+ resource: "fetchdump",
871
+ summary: "FetchDump",
872
+ description: "Fetch the captured pcap data from an earlier Tcpdump request.",
873
+ pathParameters: [
874
+ {
875
+ description: "Namespace\nNamespace for which the request is sent (system)",
876
+ in: "path",
877
+ name: "namespace",
878
+ required: true,
879
+ schema: {
880
+ type: "string",
881
+ },
882
+ },
883
+ {
884
+ description: "Site Name\nName of the site on which Tcpdump was run.",
885
+ in: "path",
886
+ name: "site",
887
+ required: true,
888
+ schema: {
889
+ type: "string",
890
+ },
891
+ },
892
+ ],
893
+ queryParameters: [],
894
+ requestBodySchema: null,
895
+ responseSchema: {
896
+ $ref: "#/components/schemas/apiHttpBody",
897
+ },
898
+ requiredParams: ["namespace", "site"],
899
+ operationId: "ves.io.schema.operate.tcpdump.CustomPublicAPI.FetchDump",
900
+ tags: ["Other"],
901
+ sourceFile: "domains/operations.json",
902
+ },
903
+ {
904
+ toolName: "f5xc-api-operations-health-list",
905
+ method: "GET",
906
+ path: "/api/operate/namespaces/system/sites/{site}/vpm/debug/global/health",
907
+ operation: "list",
908
+ domain: "operations",
909
+ resource: "health",
910
+ summary: "Health",
911
+ description: "GET VPM health information.",
912
+ pathParameters: [
913
+ {
914
+ description: "Site Name\nName of the site.",
915
+ in: "path",
916
+ name: "site",
917
+ required: true,
918
+ schema: {
919
+ type: "string",
920
+ },
921
+ },
922
+ ],
923
+ queryParameters: [
924
+ {
925
+ description: "Name of the console user who runs this command.",
926
+ in: "query",
927
+ name: "console_user",
928
+ required: false,
929
+ schema: {
930
+ type: "string",
931
+ },
932
+ },
933
+ ],
934
+ requestBodySchema: null,
935
+ responseSchema: {
936
+ $ref: "#/components/schemas/debugHealthResponse",
937
+ },
938
+ requiredParams: ["site"],
939
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.HealthPublic",
940
+ tags: ["Other"],
941
+ sourceFile: "domains/operations.json",
942
+ },
943
+ {
944
+ toolName: "f5xc-api-operations-host-ping-create",
945
+ method: "POST",
946
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/host-ping",
947
+ operation: "create",
948
+ domain: "operations",
949
+ resource: "host-ping",
950
+ summary: "Host Ping",
951
+ description: "Ping intiated from host kernel.",
952
+ pathParameters: [
953
+ {
954
+ description: "Namespace\nNamespace for which the request is sent (system)",
955
+ in: "path",
956
+ name: "namespace",
957
+ required: true,
958
+ schema: {
959
+ type: "string",
960
+ },
961
+ },
962
+ {
963
+ description: "Node Name\nName of the node.",
964
+ in: "path",
965
+ name: "node",
966
+ required: true,
967
+ schema: {
968
+ type: "string",
969
+ },
970
+ },
971
+ {
972
+ description: "Site Name\nName of the site.",
973
+ in: "path",
974
+ name: "site",
975
+ required: true,
976
+ schema: {
977
+ type: "string",
978
+ },
979
+ },
980
+ ],
981
+ queryParameters: [],
982
+ requestBodySchema: {
983
+ $ref: "#/components/schemas/debugHostPingRequest",
984
+ },
985
+ responseSchema: {
986
+ $ref: "#/components/schemas/debugHostPingResponse",
987
+ },
988
+ requiredParams: ["body", "namespace", "node", "site"],
989
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.HostPing",
990
+ tags: ["Other"],
991
+ sourceFile: "domains/operations.json",
992
+ },
993
+ {
994
+ toolName: "f5xc-api-operations-info-list",
995
+ method: "GET",
996
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/lte/{node}/info",
997
+ operation: "list",
998
+ domain: "operations",
999
+ resource: "info",
1000
+ summary: "Show LTE info.",
1001
+ description: "GET LTE runtime information.",
1002
+ pathParameters: [
1003
+ {
1004
+ description: "Namespace\nNamespace for which the request is sent (system)",
1005
+ in: "path",
1006
+ name: "namespace",
1007
+ required: true,
1008
+ schema: {
1009
+ type: "string",
1010
+ },
1011
+ },
1012
+ {
1013
+ description: "Node Name\nName of the node.",
1014
+ in: "path",
1015
+ name: "node",
1016
+ required: true,
1017
+ schema: {
1018
+ type: "string",
1019
+ },
1020
+ },
1021
+ {
1022
+ description: "Site Name\nName of the site.",
1023
+ in: "path",
1024
+ name: "site",
1025
+ required: true,
1026
+ schema: {
1027
+ type: "string",
1028
+ },
1029
+ },
1030
+ ],
1031
+ queryParameters: [],
1032
+ requestBodySchema: null,
1033
+ responseSchema: {
1034
+ $ref: "#/components/schemas/lteLteInfoResponse",
1035
+ },
1036
+ requiredParams: ["namespace", "node", "site"],
1037
+ operationId: "ves.io.schema.operate.lte.CustomPublicAPI.ShowInfo",
1038
+ tags: ["Other"],
1039
+ sourceFile: "domains/operations.json",
1040
+ },
1041
+ {
1042
+ toolName: "f5xc-api-operations-list-list",
1043
+ method: "GET",
1044
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/usb/{node}/list",
1045
+ operation: "list",
1046
+ domain: "operations",
1047
+ resource: "list",
1048
+ summary: "List USB devices.",
1049
+ description: "List connected USB devices.",
1050
+ pathParameters: [
1051
+ {
1052
+ description: "Namespace\nNamespace for which the request is sent (system)",
1053
+ in: "path",
1054
+ name: "namespace",
1055
+ required: true,
1056
+ schema: {
1057
+ type: "string",
1058
+ },
1059
+ },
1060
+ {
1061
+ description: "Node Name\nName of the node.",
1062
+ in: "path",
1063
+ name: "node",
1064
+ required: true,
1065
+ schema: {
1066
+ type: "string",
1067
+ },
1068
+ },
1069
+ {
1070
+ description: "Site Name\nName of the site.",
1071
+ in: "path",
1072
+ name: "site",
1073
+ required: true,
1074
+ schema: {
1075
+ type: "string",
1076
+ },
1077
+ },
1078
+ ],
1079
+ queryParameters: [],
1080
+ requestBodySchema: null,
1081
+ responseSchema: {
1082
+ $ref: "#/components/schemas/usbUsbListResponse",
1083
+ },
1084
+ requiredParams: ["namespace", "node", "site"],
1085
+ operationId: "ves.io.schema.operate.usb.CustomPublicAPI.List",
1086
+ tags: ["Other"],
1087
+ sourceFile: "domains/operations.json",
1088
+ },
1089
+ {
1090
+ toolName: "f5xc-api-operations-list-service-list",
1091
+ method: "GET",
1092
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/global/list-service",
1093
+ operation: "list",
1094
+ domain: "operations",
1095
+ resource: "list-service",
1096
+ summary: "List F5XC services.",
1097
+ description: "GET List of services managed by F5 Distributed Cloud.",
1098
+ pathParameters: [
1099
+ {
1100
+ description: "Namespace\nNamespace for which the request is sent (system)",
1101
+ in: "path",
1102
+ name: "namespace",
1103
+ required: true,
1104
+ schema: {
1105
+ type: "string",
1106
+ },
1107
+ },
1108
+ {
1109
+ description: "Site Name\nName of the site.",
1110
+ in: "path",
1111
+ name: "site",
1112
+ required: true,
1113
+ schema: {
1114
+ type: "string",
1115
+ },
1116
+ },
1117
+ ],
1118
+ queryParameters: [],
1119
+ requestBodySchema: null,
1120
+ responseSchema: {
1121
+ $ref: "#/components/schemas/debugListServicesResponse",
1122
+ },
1123
+ requiredParams: ["namespace", "site"],
1124
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.ListVolterraServices",
1125
+ tags: ["Other"],
1126
+ sourceFile: "domains/operations.json",
1127
+ },
1128
+ {
1129
+ toolName: "f5xc-api-operations-list-tcpdump-create",
1130
+ method: "POST",
1131
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/ver/list_tcpdump",
1132
+ operation: "create",
1133
+ domain: "operations",
1134
+ resource: "list-tcpdump",
1135
+ summary: "List Tcpdump.",
1136
+ description: "List tcpdump capture status on a ver node.",
1137
+ pathParameters: [
1138
+ {
1139
+ description: "Namespace\nNamespace for which the request is sent (system)",
1140
+ in: "path",
1141
+ name: "namespace",
1142
+ required: true,
1143
+ schema: {
1144
+ type: "string",
1145
+ },
1146
+ },
1147
+ {
1148
+ description: "Site Name\nName of the site on which Tcpdump status is requested.",
1149
+ in: "path",
1150
+ name: "site",
1151
+ required: true,
1152
+ schema: {
1153
+ type: "string",
1154
+ },
1155
+ },
1156
+ ],
1157
+ queryParameters: [],
1158
+ requestBodySchema: {
1159
+ $ref: "#/components/schemas/tcpdumpListRequest",
1160
+ },
1161
+ responseSchema: {
1162
+ $ref: "#/components/schemas/tcpdumpListResponse",
1163
+ },
1164
+ requiredParams: ["body", "namespace", "site"],
1165
+ operationId: "ves.io.schema.operate.tcpdump.CustomPublicAPI.ListTcpdump",
1166
+ tags: ["Other"],
1167
+ sourceFile: "domains/operations.json",
1168
+ },
1169
+ {
1170
+ toolName: "f5xc-api-operations-log-list",
1171
+ method: "GET",
1172
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/{service}/log",
1173
+ operation: "list",
1174
+ domain: "operations",
1175
+ resource: "log",
1176
+ summary: "Log",
1177
+ description: "GET logs for given service from the specific node.",
1178
+ pathParameters: [
1179
+ {
1180
+ description: "Namespace\nNamespace for which the request is sent (system)",
1181
+ in: "path",
1182
+ name: "namespace",
1183
+ required: true,
1184
+ schema: {
1185
+ type: "string",
1186
+ },
1187
+ },
1188
+ {
1189
+ description: "Node Name\nName of the node.",
1190
+ in: "path",
1191
+ name: "node",
1192
+ required: true,
1193
+ schema: {
1194
+ type: "string",
1195
+ },
1196
+ },
1197
+ {
1198
+ description: "Service Name\nName of the service.",
1199
+ in: "path",
1200
+ name: "service",
1201
+ required: true,
1202
+ schema: {
1203
+ type: "string",
1204
+ },
1205
+ },
1206
+ {
1207
+ description: "Site Name\nName of the site.",
1208
+ in: "path",
1209
+ name: "site",
1210
+ required: true,
1211
+ schema: {
1212
+ type: "string",
1213
+ },
1214
+ },
1215
+ ],
1216
+ queryParameters: [
1217
+ {
1218
+ description: "Number of last log lines.",
1219
+ in: "query",
1220
+ name: "last_lines",
1221
+ required: false,
1222
+ schema: {
1223
+ format: "int64",
1224
+ type: "integer",
1225
+ },
1226
+ },
1227
+ ],
1228
+ requestBodySchema: null,
1229
+ responseSchema: {
1230
+ $ref: "#/components/schemas/debugLogResponse",
1231
+ },
1232
+ requiredParams: ["namespace", "node", "service", "site"],
1233
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.Log",
1234
+ tags: ["Other"],
1235
+ sourceFile: "domains/operations.json",
1236
+ },
1237
+ {
1238
+ toolName: "f5xc-api-operations-ping-create",
1239
+ method: "POST",
1240
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/ver/ping",
1241
+ operation: "create",
1242
+ domain: "operations",
1243
+ resource: "ping",
1244
+ summary: "Ping",
1245
+ description: "Run ping to a destination.",
1246
+ pathParameters: [
1247
+ {
1248
+ description: "Namespace\nNamespace for which the request is sent (system)",
1249
+ in: "path",
1250
+ name: "namespace",
1251
+ required: true,
1252
+ schema: {
1253
+ type: "string",
1254
+ },
1255
+ },
1256
+ {
1257
+ description: "Site Name\nName of the site from which ping is initiated.",
1258
+ in: "path",
1259
+ name: "site",
1260
+ required: true,
1261
+ schema: {
1262
+ type: "string",
1263
+ },
1264
+ },
1265
+ ],
1266
+ queryParameters: [],
1267
+ requestBodySchema: {
1268
+ $ref: "#/components/schemas/pingPingRequest",
1269
+ },
1270
+ responseSchema: {
1271
+ $ref: "#/components/schemas/pingPingResponse",
1272
+ },
1273
+ requiredParams: ["body", "namespace", "site"],
1274
+ operationId: "ves.io.schema.operate.ping.CustomPublicAPI.Ping",
1275
+ tags: ["Other"],
1276
+ sourceFile: "domains/operations.json",
1277
+ },
1278
+ {
1279
+ toolName: "f5xc-api-operations-priority-create",
1280
+ method: "POST",
1281
+ path: "/api/web/namespaces/{namespace}/customer_support/{name}/priority",
1282
+ operation: "create",
1283
+ domain: "operations",
1284
+ resource: "priority",
1285
+ summary: "Change priority of a ticket.",
1286
+ description: "Changes priority of a selected ticket. Not possible if ticket's already closed.",
1287
+ pathParameters: [
1288
+ {
1289
+ description: "Name\nThe name of the customer support ticket object to have its priority changed.",
1290
+ in: "path",
1291
+ name: "name",
1292
+ required: true,
1293
+ schema: {
1294
+ type: "string",
1295
+ },
1296
+ },
1297
+ {
1298
+ description: "Namespace\nThe namespace in which the support ticket object is present.",
1299
+ in: "path",
1300
+ name: "namespace",
1301
+ required: true,
1302
+ schema: {
1303
+ type: "string",
1304
+ },
1305
+ },
1306
+ ],
1307
+ queryParameters: [],
1308
+ requestBodySchema: {
1309
+ $ref: "#/components/schemas/customer_supportPriorityRequest",
1310
+ },
1311
+ responseSchema: {
1312
+ $ref: "#/components/schemas/customer_supportPriorityResponse",
1313
+ },
1314
+ requiredParams: ["body", "name", "namespace"],
1315
+ operationId: "ves.io.schema.customer_support.CustomAPI.Priority",
1316
+ tags: ["Other"],
1317
+ sourceFile: "domains/operations.json",
1318
+ },
1319
+ {
1320
+ toolName: "f5xc-api-operations-reboot-create",
1321
+ method: "POST",
1322
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/reboot",
1323
+ operation: "create",
1324
+ domain: "operations",
1325
+ resource: "reboot",
1326
+ summary: "Reboot node.",
1327
+ description: "Reboot specific node in site.",
1328
+ pathParameters: [
1329
+ {
1330
+ description: "Namespace\nNamespace for which the request is sent (system)",
1331
+ in: "path",
1332
+ name: "namespace",
1333
+ required: true,
1334
+ schema: {
1335
+ type: "string",
1336
+ },
1337
+ },
1338
+ {
1339
+ description: "Node Name\nName of the node.",
1340
+ in: "path",
1341
+ name: "node",
1342
+ required: true,
1343
+ schema: {
1344
+ type: "string",
1345
+ },
1346
+ },
1347
+ {
1348
+ description: "Site Name\nName of the site.",
1349
+ in: "path",
1350
+ name: "site",
1351
+ required: true,
1352
+ schema: {
1353
+ type: "string",
1354
+ },
1355
+ },
1356
+ ],
1357
+ queryParameters: [],
1358
+ requestBodySchema: {
1359
+ $ref: "#/components/schemas/debugRebootRequest",
1360
+ },
1361
+ responseSchema: {
1362
+ $ref: "#/components/schemas/debugRebootResponse",
1363
+ },
1364
+ requiredParams: ["body", "namespace", "node", "site"],
1365
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.Reboot",
1366
+ tags: ["Other"],
1367
+ sourceFile: "domains/operations.json",
1368
+ },
1369
+ {
1370
+ toolName: "f5xc-api-operations-reopen-create",
1371
+ method: "POST",
1372
+ path: "/api/web/namespaces/{namespace}/customer_support/{name}/reopen",
1373
+ operation: "create",
1374
+ domain: "operations",
1375
+ resource: "reopen",
1376
+ summary: "Reopen a closed customer support ticket.",
1377
+ description: "Reopens a selected closed customer support ticket.",
1378
+ pathParameters: [
1379
+ {
1380
+ description: "Name\nThe name of the customer support ticket object to be open again.",
1381
+ in: "path",
1382
+ name: "name",
1383
+ required: true,
1384
+ schema: {
1385
+ type: "string",
1386
+ },
1387
+ },
1388
+ {
1389
+ description: "Namespace\nThe namespace in which the support ticket object is present.",
1390
+ in: "path",
1391
+ name: "namespace",
1392
+ required: true,
1393
+ schema: {
1394
+ type: "string",
1395
+ },
1396
+ },
1397
+ ],
1398
+ queryParameters: [],
1399
+ requestBodySchema: {
1400
+ $ref: "#/components/schemas/customer_supportReopenRequest",
1401
+ },
1402
+ responseSchema: {
1403
+ $ref: "#/components/schemas/customer_supportReopenResponse",
1404
+ },
1405
+ requiredParams: ["body", "name", "namespace"],
1406
+ operationId: "ves.io.schema.customer_support.CustomAPI.Reopen",
1407
+ tags: ["Other"],
1408
+ sourceFile: "domains/operations.json",
1409
+ },
1410
+ {
1411
+ toolName: "f5xc-api-operations-rule-list",
1412
+ method: "GET",
1413
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/usb/{node}/rules",
1414
+ operation: "list",
1415
+ domain: "operations",
1416
+ resource: "rule",
1417
+ summary: "List USB Enablement Rules.",
1418
+ description: "List USB Enablement Rules.",
1419
+ pathParameters: [
1420
+ {
1421
+ description: "Namespace\nNamespace for which the request is sent (system)",
1422
+ in: "path",
1423
+ name: "namespace",
1424
+ required: true,
1425
+ schema: {
1426
+ type: "string",
1427
+ },
1428
+ },
1429
+ {
1430
+ description: "Node Name\nName of the node.",
1431
+ in: "path",
1432
+ name: "node",
1433
+ required: true,
1434
+ schema: {
1435
+ type: "string",
1436
+ },
1437
+ },
1438
+ {
1439
+ description: "Site Name\nName of the site.",
1440
+ in: "path",
1441
+ name: "site",
1442
+ required: true,
1443
+ schema: {
1444
+ type: "string",
1445
+ },
1446
+ },
1447
+ ],
1448
+ queryParameters: [],
1449
+ requestBodySchema: null,
1450
+ responseSchema: {
1451
+ $ref: "#/components/schemas/usbUsbListRulesResponse",
1452
+ },
1453
+ requiredParams: ["namespace", "node", "site"],
1454
+ operationId: "ves.io.schema.operate.usb.CustomPublicAPI.ListRules",
1455
+ tags: ["Other"],
1456
+ sourceFile: "domains/operations.json",
1457
+ },
1458
+ {
1459
+ toolName: "f5xc-api-operations-soft-restart-create",
1460
+ method: "POST",
1461
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/{node}/{service}/soft-restart",
1462
+ operation: "create",
1463
+ domain: "operations",
1464
+ resource: "soft-restart",
1465
+ summary: "Soft restart.",
1466
+ description: "Soft restart reloads VER instance on the node.",
1467
+ pathParameters: [
1468
+ {
1469
+ description: "Namespace\nNamespace for which the request is sent (system)",
1470
+ in: "path",
1471
+ name: "namespace",
1472
+ required: true,
1473
+ schema: {
1474
+ type: "string",
1475
+ },
1476
+ },
1477
+ {
1478
+ description: "Node Name\nName of the node.",
1479
+ in: "path",
1480
+ name: "node",
1481
+ required: true,
1482
+ schema: {
1483
+ type: "string",
1484
+ },
1485
+ },
1486
+ {
1487
+ description: "Service Name\nName of the service.",
1488
+ in: "path",
1489
+ name: "service",
1490
+ required: true,
1491
+ schema: {
1492
+ type: "string",
1493
+ },
1494
+ },
1495
+ {
1496
+ description: "Site Name\nName of the site.",
1497
+ in: "path",
1498
+ name: "site",
1499
+ required: true,
1500
+ schema: {
1501
+ type: "string",
1502
+ },
1503
+ },
1504
+ ],
1505
+ queryParameters: [],
1506
+ requestBodySchema: {
1507
+ $ref: "#/components/schemas/debugSoftRestartRequest",
1508
+ },
1509
+ responseSchema: {
1510
+ $ref: "#/components/schemas/debugSoftRestartResponse",
1511
+ },
1512
+ requiredParams: ["body", "namespace", "node", "service", "site"],
1513
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.SoftRestart",
1514
+ tags: ["Other"],
1515
+ sourceFile: "domains/operations.json",
1516
+ },
1517
+ {
1518
+ toolName: "f5xc-api-operations-start-debug-info-collection-list",
1519
+ method: "GET",
1520
+ path: "/api/operate/namespaces/system/sites/{site}/vpm/debug/{node}/start-debug-info-collection",
1521
+ operation: "list",
1522
+ domain: "operations",
1523
+ resource: "start-debug-info-collection",
1524
+ summary: "Start Debug Info Collection.",
1525
+ description: "Start collecting a zip file of debug info from node.",
1526
+ pathParameters: [
1527
+ {
1528
+ description: "Node Name\nName of the node\nIf using global, debug info will be collected for all nodes.",
1529
+ in: "path",
1530
+ name: "node",
1531
+ required: true,
1532
+ schema: {
1533
+ type: "string",
1534
+ },
1535
+ },
1536
+ {
1537
+ description: "Site Name\nName of the site.",
1538
+ in: "path",
1539
+ name: "site",
1540
+ required: true,
1541
+ schema: {
1542
+ type: "string",
1543
+ },
1544
+ },
1545
+ ],
1546
+ queryParameters: [],
1547
+ requestBodySchema: null,
1548
+ responseSchema: {},
1549
+ requiredParams: ["node", "site"],
1550
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.StartDebugInfoCollection",
1551
+ tags: ["Other"],
1552
+ sourceFile: "domains/operations.json",
1553
+ },
1554
+ {
1555
+ toolName: "f5xc-api-operations-statu-list",
1556
+ method: "GET",
1557
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/vpm/debug/global/{vesnamespace}/status",
1558
+ operation: "list",
1559
+ domain: "operations",
1560
+ resource: "statu",
1561
+ summary: "Status",
1562
+ description: "GET Status of F5XC components.",
1563
+ pathParameters: [
1564
+ {
1565
+ description: "Namespace\nNamespace for which the request is sent (system)",
1566
+ in: "path",
1567
+ name: "namespace",
1568
+ required: true,
1569
+ schema: {
1570
+ type: "string",
1571
+ },
1572
+ },
1573
+ {
1574
+ description: "Site Name\nName of the site.",
1575
+ in: "path",
1576
+ name: "site",
1577
+ required: true,
1578
+ schema: {
1579
+ type: "string",
1580
+ },
1581
+ },
1582
+ {
1583
+ description: "F5XC Namespace\nName of the site's namespace. Default's to VES-system.",
1584
+ in: "path",
1585
+ name: "vesnamespace",
1586
+ required: true,
1587
+ schema: {
1588
+ type: "string",
1589
+ },
1590
+ },
1591
+ ],
1592
+ queryParameters: [
1593
+ {
1594
+ description: "Use cached results in Status API.",
1595
+ in: "query",
1596
+ name: "cached",
1597
+ required: false,
1598
+ schema: {
1599
+ format: "boolean",
1600
+ type: "boolean",
1601
+ },
1602
+ },
1603
+ ],
1604
+ requestBodySchema: null,
1605
+ responseSchema: {
1606
+ $ref: "#/components/schemas/debugStatusResponse",
1607
+ },
1608
+ requiredParams: ["namespace", "site", "vesnamespace"],
1609
+ operationId: "ves.io.schema.operate.debug.CustomPublicAPI.Status",
1610
+ tags: ["Other"],
1611
+ sourceFile: "domains/operations.json",
1612
+ },
1613
+ {
1614
+ toolName: "f5xc-api-operations-stop-tcpdump-create",
1615
+ method: "POST",
1616
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/ver/stop_tcpdump",
1617
+ operation: "create",
1618
+ domain: "operations",
1619
+ resource: "stop-tcpdump",
1620
+ summary: "Stop Tcpdump.",
1621
+ description: "Stop tcpdump running on an interface in a ver node.",
1622
+ pathParameters: [
1623
+ {
1624
+ description: "Namespace\nNamespace for which the request is sent (system)",
1625
+ in: "path",
1626
+ name: "namespace",
1627
+ required: true,
1628
+ schema: {
1629
+ type: "string",
1630
+ },
1631
+ },
1632
+ {
1633
+ description: "Site Name\nName of the site on which Tcpdump was run.",
1634
+ in: "path",
1635
+ name: "site",
1636
+ required: true,
1637
+ schema: {
1638
+ type: "string",
1639
+ },
1640
+ },
1641
+ ],
1642
+ queryParameters: [],
1643
+ requestBodySchema: null,
1644
+ responseSchema: {
1645
+ $ref: "#/components/schemas/tcpdumpStopResponse",
1646
+ },
1647
+ requiredParams: ["namespace", "site"],
1648
+ operationId: "ves.io.schema.operate.tcpdump.CustomPublicAPI.StopTcpdump",
1649
+ tags: ["Other"],
1650
+ sourceFile: "domains/operations.json",
1651
+ },
1652
+ {
1653
+ toolName: "f5xc-api-operations-support-ticket-create",
1654
+ method: "POST",
1655
+ path: "/api/web/namespaces/system/child_tenant/support_tickets",
1656
+ operation: "create",
1657
+ domain: "operations",
1658
+ resource: "support-ticket",
1659
+ summary: "List of support tickets created for a child tenant.",
1660
+ description: "Return list of support tickets for a given child tenant\nNote: Direct API access is restricted. Client needs to use the /managed_tenant/<mt_identifier>/ prefix in the URL to\nGET the support ticket list for child tenant.",
1661
+ pathParameters: [],
1662
+ queryParameters: [],
1663
+ requestBodySchema: {
1664
+ $ref: "#/components/schemas/customer_supportListSupportRequest",
1665
+ },
1666
+ responseSchema: {
1667
+ $ref: "#/components/schemas/customer_supportListSupportResponse",
1668
+ },
1669
+ requiredParams: ["body"],
1670
+ operationId: "ves.io.schema.customer_support.CustomAPI.ListCTSupportTickets",
1671
+ tags: ["Tenant Management"],
1672
+ sourceFile: "domains/operations.json",
1673
+ },
1674
+ {
1675
+ toolName: "f5xc-api-operations-tax-exempt-request-create",
1676
+ method: "POST",
1677
+ path: "/api/web/namespaces/system/customer_support/tax_exempt_request",
1678
+ operation: "create",
1679
+ domain: "operations",
1680
+ resource: "tax-exempt-request",
1681
+ summary: "Tax exemption verification request.",
1682
+ description: "Raises a tax exemption verification request. This will ultimately create a support ticket and assign it to our billing department.\nIf verified and approved then the customer will not be levied sale taxes.",
1683
+ pathParameters: [],
1684
+ queryParameters: [],
1685
+ requestBodySchema: {
1686
+ $ref: "#/components/schemas/customer_supportRaiseTaxExemptVerificationSupportTicketRequest",
1687
+ },
1688
+ responseSchema: {
1689
+ $ref: "#/components/schemas/customer_supportRaiseTaxExemptVerificationSupportTicketResponse",
1690
+ },
1691
+ requiredParams: ["body"],
1692
+ operationId: "ves.io.schema.customer_support.CustomAPI.RaiseTaxExemptVerificationSupportTicket",
1693
+ tags: ["Other"],
1694
+ sourceFile: "domains/operations.json",
1695
+ },
1696
+ {
1697
+ toolName: "f5xc-api-operations-tcpdump-create",
1698
+ method: "POST",
1699
+ path: "/api/operate/namespaces/{namespace}/sites/{site}/ver/tcpdump",
1700
+ operation: "create",
1701
+ domain: "operations",
1702
+ resource: "tcpdump",
1703
+ summary: "Tcpdump",
1704
+ description: "Run tcpdump on an interface in a ver node.",
1705
+ pathParameters: [
1706
+ {
1707
+ description: "Namespace\nNamespace for which the request is sent (system)",
1708
+ in: "path",
1709
+ name: "namespace",
1710
+ required: true,
1711
+ schema: {
1712
+ type: "string",
1713
+ },
1714
+ },
1715
+ {
1716
+ description: "Site Name\nName of the site on which tcpdump is to be run.",
1717
+ in: "path",
1718
+ name: "site",
1719
+ required: true,
1720
+ schema: {
1721
+ type: "string",
1722
+ },
1723
+ },
1724
+ ],
1725
+ queryParameters: [],
1726
+ requestBodySchema: {
1727
+ $ref: "#/components/schemas/tcpdumpTcpdumpRequest",
1728
+ },
1729
+ responseSchema: {
1730
+ $ref: "#/components/schemas/tcpdumpTcpdumpResponse",
1731
+ },
1732
+ requiredParams: ["body", "namespace", "site"],
1733
+ operationId: "ves.io.schema.operate.tcpdump.CustomPublicAPI.Tcpdump",
1734
+ tags: ["Other"],
1735
+ sourceFile: "domains/operations.json",
1736
+ },
1737
+ {
1738
+ toolName: "f5xc-api-operations-upgrade-statu-list",
1739
+ method: "GET",
1740
+ path: "/api/data/namespaces/system/upgrade_status",
1741
+ operation: "list",
1742
+ domain: "operations",
1743
+ resource: "upgrade-statu",
1744
+ summary: "Upgrade Status.",
1745
+ description: "Request to GET the upgrade status.",
1746
+ pathParameters: [],
1747
+ queryParameters: [],
1748
+ requestBodySchema: null,
1749
+ responseSchema: {
1750
+ $ref: "#/components/schemas/maintenance_statusGetUpgradeStatusResponse",
1751
+ },
1752
+ requiredParams: [],
1753
+ operationId: "ves.io.schema.maintenance_status.CustomAPI.GetUpgradeStatus",
1754
+ tags: ["Other"],
1755
+ sourceFile: "domains/operations.json",
1756
+ },
1757
+ ];
1758
+ export default operationsTools;
1759
+ //# sourceMappingURL=index.js.map