@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,841 @@
1
+ /**
2
+ * Generated tool definitions for cdn domain
3
+ * DO NOT EDIT - This file is auto-generated by scripts/generate.ts
4
+ */
5
+ export const cdnTools = [
6
+ {
7
+ toolName: "f5xc-api-cdn-access-log-create",
8
+ method: "POST",
9
+ path: "/api/cdn/namespaces/{namespace}/cdn_loadbalancer/access_logs",
10
+ operation: "create",
11
+ domain: "cdn",
12
+ resource: "access-log",
13
+ summary: "GET CDN Access Logs.",
14
+ description: "Retrieve CDN Load-Balancer Access logs.",
15
+ pathParameters: [
16
+ {
17
+ description: "Namespace\nfetch access logs for a given namespace.",
18
+ in: "path",
19
+ name: "namespace",
20
+ required: true,
21
+ schema: {
22
+ type: "string",
23
+ },
24
+ },
25
+ ],
26
+ queryParameters: [],
27
+ requestBodySchema: {
28
+ $ref: "#/components/schemas/cdn_loadbalancerCDNAccessLogRequest",
29
+ },
30
+ responseSchema: {
31
+ $ref: "#/components/schemas/cdn_loadbalancerCDNLogResponse",
32
+ },
33
+ requiredParams: ["body", "namespace"],
34
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.CDNAccessLogs",
35
+ tags: ["CDN"],
36
+ sourceFile: "domains/cdn.json",
37
+ },
38
+ {
39
+ toolName: "f5xc-api-cdn-aggregation-create",
40
+ method: "POST",
41
+ path: "/api/cdn/namespaces/{namespace}/cdn_loadbalancer/access_logs/aggregation",
42
+ operation: "create",
43
+ domain: "cdn",
44
+ resource: "aggregation",
45
+ summary: "CDN Access Log Aggregation Query.",
46
+ description: "Request to GET summary/analytics data for the CDN access logs that matches the query in request for a given namespace.",
47
+ pathParameters: [
48
+ {
49
+ description: "Namespace\nGET aggregation data for a given namespace.",
50
+ in: "path",
51
+ name: "namespace",
52
+ required: true,
53
+ schema: {
54
+ type: "string",
55
+ },
56
+ },
57
+ ],
58
+ queryParameters: [],
59
+ requestBodySchema: {
60
+ $ref: "#/components/schemas/cdn_loadbalancerCDNAccessLogAggregationRequest",
61
+ },
62
+ responseSchema: {
63
+ $ref: "#/components/schemas/cdn_loadbalancerCDNLogAggregationResponse",
64
+ },
65
+ requiredParams: ["body", "namespace"],
66
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.CDNAccessLogAggregationQuery",
67
+ tags: ["CDN"],
68
+ sourceFile: "domains/cdn.json",
69
+ },
70
+ {
71
+ toolName: "f5xc-api-cdn-cache-purge-create",
72
+ method: "POST",
73
+ path: "/api/cdn/namespaces/{namespace}/cdn_loadbalancer/{name}/cache-purge",
74
+ operation: "create",
75
+ domain: "cdn",
76
+ resource: "cache-purge",
77
+ summary: "Purge CDN Cache.",
78
+ description: "Initiate Purge for Edge CDN Cache.",
79
+ pathParameters: [
80
+ {
81
+ description: "CDN Distribution Name\nx-required\nFormat: string.",
82
+ in: "path",
83
+ name: "name",
84
+ required: true,
85
+ schema: {
86
+ type: "string",
87
+ },
88
+ },
89
+ {
90
+ description: "Namespace\nx-required\nNamespace scope of the metric request.",
91
+ in: "path",
92
+ name: "namespace",
93
+ required: true,
94
+ schema: {
95
+ type: "string",
96
+ },
97
+ },
98
+ ],
99
+ queryParameters: [],
100
+ requestBodySchema: {
101
+ $ref: "#/components/schemas/common_cdnLilacCDNCachePurgeRequest",
102
+ },
103
+ responseSchema: {
104
+ $ref: "#/components/schemas/common_cdnLilacCDNCachePurgeResponse",
105
+ },
106
+ requiredParams: ["body", "name", "namespace"],
107
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.CDNCachePurge",
108
+ tags: ["CDN"],
109
+ sourceFile: "domains/cdn.json",
110
+ },
111
+ {
112
+ toolName: "f5xc-api-cdn-cdn-cache-rule-create",
113
+ method: "POST",
114
+ path: "/api/config/namespaces/{metadata.namespace}/cdn_cache_rules",
115
+ operation: "create",
116
+ domain: "cdn",
117
+ resource: "cdn-cache-rule",
118
+ summary: "Create CDN cache rule.",
119
+ description: "Shape of the CDN loadbalancer specification.",
120
+ pathParameters: [
121
+ {
122
+ 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 ""',
123
+ in: "path",
124
+ name: "metadata.namespace",
125
+ required: true,
126
+ schema: {
127
+ type: "string",
128
+ },
129
+ },
130
+ ],
131
+ queryParameters: [],
132
+ requestBodySchema: {
133
+ $ref: "#/components/schemas/cdn_cache_ruleCreateRequest",
134
+ },
135
+ responseSchema: {
136
+ $ref: "#/components/schemas/cdn_cache_ruleCreateResponse",
137
+ },
138
+ requiredParams: ["body", "metadata.namespace"],
139
+ operationId: "ves.io.schema.cdn_cache_rule.API.Create",
140
+ tags: ["Other"],
141
+ sourceFile: "domains/cdn.json",
142
+ },
143
+ {
144
+ toolName: "f5xc-api-cdn-cdn-cache-rule-delete",
145
+ method: "DELETE",
146
+ path: "/api/config/namespaces/{namespace}/cdn_cache_rules/{name}",
147
+ operation: "delete",
148
+ domain: "cdn",
149
+ resource: "cdn-cache-rule",
150
+ summary: "DELETE CDN cache rule.",
151
+ description: "DELETE the specified cdn_cache_rule.",
152
+ pathParameters: [
153
+ {
154
+ description: "Name\nName of the configuration object.",
155
+ in: "path",
156
+ name: "name",
157
+ required: true,
158
+ schema: {
159
+ type: "string",
160
+ },
161
+ },
162
+ {
163
+ description: "Namespace\nNamespace in which the configuration object is present.",
164
+ in: "path",
165
+ name: "namespace",
166
+ required: true,
167
+ schema: {
168
+ type: "string",
169
+ },
170
+ },
171
+ ],
172
+ queryParameters: [],
173
+ requestBodySchema: {
174
+ $ref: "#/components/schemas/cdn_cache_ruleDeleteRequest",
175
+ },
176
+ responseSchema: {},
177
+ requiredParams: ["body", "name", "namespace"],
178
+ operationId: "ves.io.schema.cdn_cache_rule.API.Delete",
179
+ tags: ["Other"],
180
+ sourceFile: "domains/cdn.json",
181
+ },
182
+ {
183
+ toolName: "f5xc-api-cdn-cdn-cache-rule-get",
184
+ method: "GET",
185
+ path: "/api/config/namespaces/{namespace}/cdn_cache_rules/{name}",
186
+ operation: "get",
187
+ domain: "cdn",
188
+ resource: "cdn-cache-rule",
189
+ summary: "GET CDN cache rule.",
190
+ description: "Shape of the CDN loadbalancer specification.",
191
+ pathParameters: [
192
+ {
193
+ description: "Name\nThe name of the configuration object to be fetched.",
194
+ in: "path",
195
+ name: "name",
196
+ required: true,
197
+ schema: {
198
+ type: "string",
199
+ },
200
+ },
201
+ {
202
+ description: "Namespace\nThe namespace in which the configuration object is present.",
203
+ in: "path",
204
+ name: "namespace",
205
+ required: true,
206
+ schema: {
207
+ type: "string",
208
+ },
209
+ },
210
+ ],
211
+ queryParameters: [
212
+ {
213
+ 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.",
214
+ in: "query",
215
+ name: "response_format",
216
+ required: false,
217
+ schema: {
218
+ default: "GET_RSP_FORMAT_DEFAULT",
219
+ enum: [
220
+ "GET_RSP_FORMAT_DEFAULT",
221
+ "GET_RSP_FORMAT_FOR_CREATE",
222
+ "GET_RSP_FORMAT_FOR_REPLACE",
223
+ "GET_RSP_FORMAT_READ",
224
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
225
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
226
+ ],
227
+ type: "string",
228
+ },
229
+ },
230
+ ],
231
+ requestBodySchema: null,
232
+ responseSchema: {
233
+ $ref: "#/components/schemas/cdn_cache_ruleGetResponse",
234
+ },
235
+ requiredParams: ["name", "namespace"],
236
+ operationId: "ves.io.schema.cdn_cache_rule.API.Get",
237
+ tags: ["Other"],
238
+ sourceFile: "domains/cdn.json",
239
+ },
240
+ {
241
+ toolName: "f5xc-api-cdn-cdn-cache-rule-list",
242
+ method: "GET",
243
+ path: "/api/config/namespaces/{namespace}/cdn_cache_rules",
244
+ operation: "list",
245
+ domain: "cdn",
246
+ resource: "cdn-cache-rule",
247
+ summary: "List CDN cache rule.",
248
+ description: "List the set of cdn_cache_rule in a namespace.",
249
+ pathParameters: [
250
+ {
251
+ description: "Namespace\nNamespace to scope the listing of cdn_cache_rule.",
252
+ in: "path",
253
+ name: "namespace",
254
+ required: true,
255
+ schema: {
256
+ type: "string",
257
+ },
258
+ },
259
+ ],
260
+ queryParameters: [
261
+ {
262
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
263
+ in: "query",
264
+ name: "label_filter",
265
+ required: false,
266
+ schema: {
267
+ type: "string",
268
+ },
269
+ },
270
+ {
271
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
272
+ in: "query",
273
+ name: "report_fields",
274
+ required: false,
275
+ schema: {
276
+ items: {
277
+ type: "string",
278
+ },
279
+ type: "array",
280
+ },
281
+ },
282
+ {
283
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
284
+ in: "query",
285
+ name: "report_status_fields",
286
+ required: false,
287
+ schema: {
288
+ items: {
289
+ type: "string",
290
+ },
291
+ type: "array",
292
+ },
293
+ },
294
+ ],
295
+ requestBodySchema: null,
296
+ responseSchema: {
297
+ $ref: "#/components/schemas/cdn_cache_ruleListResponse",
298
+ },
299
+ requiredParams: ["namespace"],
300
+ operationId: "ves.io.schema.cdn_cache_rule.API.List",
301
+ tags: ["Other"],
302
+ sourceFile: "domains/cdn.json",
303
+ },
304
+ {
305
+ toolName: "f5xc-api-cdn-cdn-cache-rule-update",
306
+ method: "PUT",
307
+ path: "/api/config/namespaces/{metadata.namespace}/cdn_cache_rules/{metadata.name}",
308
+ operation: "update",
309
+ domain: "cdn",
310
+ resource: "cdn-cache-rule",
311
+ summary: "Replace CDN cache rule.",
312
+ description: "Shape of the CDN loadbalancer specification.",
313
+ pathParameters: [
314
+ {
315
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
316
+ in: "path",
317
+ name: "metadata.name",
318
+ required: true,
319
+ schema: {
320
+ type: "string",
321
+ },
322
+ },
323
+ {
324
+ 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 ""',
325
+ in: "path",
326
+ name: "metadata.namespace",
327
+ required: true,
328
+ schema: {
329
+ type: "string",
330
+ },
331
+ },
332
+ ],
333
+ queryParameters: [],
334
+ requestBodySchema: {
335
+ $ref: "#/components/schemas/cdn_cache_ruleReplaceRequest",
336
+ },
337
+ responseSchema: {
338
+ $ref: "#/components/schemas/cdn_cache_ruleReplaceResponse",
339
+ },
340
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
341
+ operationId: "ves.io.schema.cdn_cache_rule.API.Replace",
342
+ tags: ["Other"],
343
+ sourceFile: "domains/cdn.json",
344
+ },
345
+ {
346
+ toolName: "f5xc-api-cdn-cdn-loadbalancer-create",
347
+ method: "POST",
348
+ path: "/api/config/namespaces/{metadata.namespace}/cdn_loadbalancers",
349
+ operation: "create",
350
+ domain: "cdn",
351
+ resource: "cdn-loadbalancer",
352
+ summary: "Create CDN Loadbalancer.",
353
+ description: "Shape of the CDN loadbalancer specification.",
354
+ pathParameters: [
355
+ {
356
+ 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 ""',
357
+ in: "path",
358
+ name: "metadata.namespace",
359
+ required: true,
360
+ schema: {
361
+ type: "string",
362
+ },
363
+ },
364
+ ],
365
+ queryParameters: [],
366
+ requestBodySchema: {
367
+ $ref: "#/components/schemas/cdn_loadbalancerCreateRequest",
368
+ },
369
+ responseSchema: {
370
+ $ref: "#/components/schemas/cdn_loadbalancerCreateResponse",
371
+ },
372
+ requiredParams: ["body", "metadata.namespace"],
373
+ operationId: "ves.io.schema.views.cdn_loadbalancer.API.Create",
374
+ tags: ["Other"],
375
+ sourceFile: "domains/cdn.json",
376
+ },
377
+ {
378
+ toolName: "f5xc-api-cdn-cdn-loadbalancer-delete",
379
+ method: "DELETE",
380
+ path: "/api/config/namespaces/{namespace}/cdn_loadbalancers/{name}",
381
+ operation: "delete",
382
+ domain: "cdn",
383
+ resource: "cdn-loadbalancer",
384
+ summary: "DELETE CDN Loadbalancer.",
385
+ description: "DELETE the specified cdn_loadbalancer.",
386
+ pathParameters: [
387
+ {
388
+ description: "Name\nName of the configuration object.",
389
+ in: "path",
390
+ name: "name",
391
+ required: true,
392
+ schema: {
393
+ type: "string",
394
+ },
395
+ },
396
+ {
397
+ description: "Namespace\nNamespace in which the configuration object is present.",
398
+ in: "path",
399
+ name: "namespace",
400
+ required: true,
401
+ schema: {
402
+ type: "string",
403
+ },
404
+ },
405
+ ],
406
+ queryParameters: [],
407
+ requestBodySchema: {
408
+ $ref: "#/components/schemas/cdn_loadbalancerDeleteRequest",
409
+ },
410
+ responseSchema: {},
411
+ requiredParams: ["body", "name", "namespace"],
412
+ operationId: "ves.io.schema.views.cdn_loadbalancer.API.Delete",
413
+ tags: ["Other"],
414
+ sourceFile: "domains/cdn.json",
415
+ },
416
+ {
417
+ toolName: "f5xc-api-cdn-cdn-loadbalancer-get",
418
+ method: "GET",
419
+ path: "/api/config/namespaces/{namespace}/cdn_loadbalancers/{name}",
420
+ operation: "get",
421
+ domain: "cdn",
422
+ resource: "cdn-loadbalancer",
423
+ summary: "GET CDN Loadbalancer.",
424
+ description: "Shape of the CDN loadbalancer specification.",
425
+ pathParameters: [
426
+ {
427
+ description: "Name\nThe name of the configuration object to be fetched.",
428
+ in: "path",
429
+ name: "name",
430
+ required: true,
431
+ schema: {
432
+ type: "string",
433
+ },
434
+ },
435
+ {
436
+ description: "Namespace\nThe namespace in which the configuration object is present.",
437
+ in: "path",
438
+ name: "namespace",
439
+ required: true,
440
+ schema: {
441
+ type: "string",
442
+ },
443
+ },
444
+ ],
445
+ queryParameters: [
446
+ {
447
+ 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.",
448
+ in: "query",
449
+ name: "response_format",
450
+ required: false,
451
+ schema: {
452
+ default: "GET_RSP_FORMAT_DEFAULT",
453
+ enum: [
454
+ "GET_RSP_FORMAT_DEFAULT",
455
+ "GET_RSP_FORMAT_FOR_CREATE",
456
+ "GET_RSP_FORMAT_FOR_REPLACE",
457
+ "GET_RSP_FORMAT_STATUS",
458
+ "GET_RSP_FORMAT_READ",
459
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
460
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
461
+ ],
462
+ type: "string",
463
+ },
464
+ },
465
+ ],
466
+ requestBodySchema: null,
467
+ responseSchema: {
468
+ $ref: "#/components/schemas/cdn_loadbalancerGetResponse",
469
+ },
470
+ requiredParams: ["name", "namespace"],
471
+ operationId: "ves.io.schema.views.cdn_loadbalancer.API.Get",
472
+ tags: ["Other"],
473
+ sourceFile: "domains/cdn.json",
474
+ },
475
+ {
476
+ toolName: "f5xc-api-cdn-cdn-loadbalancer-list",
477
+ method: "GET",
478
+ path: "/api/config/namespaces/{namespace}/cdn_loadbalancers",
479
+ operation: "list",
480
+ domain: "cdn",
481
+ resource: "cdn-loadbalancer",
482
+ summary: "List CDN Loadbalancer.",
483
+ description: "List the set of cdn_loadbalancer in a namespace.",
484
+ pathParameters: [
485
+ {
486
+ description: "Namespace\nNamespace to scope the listing of cdn_loadbalancer.",
487
+ in: "path",
488
+ name: "namespace",
489
+ required: true,
490
+ schema: {
491
+ type: "string",
492
+ },
493
+ },
494
+ ],
495
+ queryParameters: [
496
+ {
497
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
498
+ in: "query",
499
+ name: "label_filter",
500
+ required: false,
501
+ schema: {
502
+ type: "string",
503
+ },
504
+ },
505
+ {
506
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
507
+ in: "query",
508
+ name: "report_fields",
509
+ required: false,
510
+ schema: {
511
+ items: {
512
+ type: "string",
513
+ },
514
+ type: "array",
515
+ },
516
+ },
517
+ {
518
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
519
+ in: "query",
520
+ name: "report_status_fields",
521
+ required: false,
522
+ schema: {
523
+ items: {
524
+ type: "string",
525
+ },
526
+ type: "array",
527
+ },
528
+ },
529
+ ],
530
+ requestBodySchema: null,
531
+ responseSchema: {
532
+ $ref: "#/components/schemas/cdn_loadbalancerListResponse",
533
+ },
534
+ requiredParams: ["namespace"],
535
+ operationId: "ves.io.schema.views.cdn_loadbalancer.API.List",
536
+ tags: ["Other"],
537
+ sourceFile: "domains/cdn.json",
538
+ },
539
+ {
540
+ toolName: "f5xc-api-cdn-cdn-loadbalancer-update",
541
+ method: "PUT",
542
+ path: "/api/config/namespaces/{metadata.namespace}/cdn_loadbalancers/{metadata.name}",
543
+ operation: "update",
544
+ domain: "cdn",
545
+ resource: "cdn-loadbalancer",
546
+ summary: "Replace CDN Loadbalancer.",
547
+ description: "Shape of the CDN loadbalancer specification.",
548
+ pathParameters: [
549
+ {
550
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
551
+ in: "path",
552
+ name: "metadata.name",
553
+ required: true,
554
+ schema: {
555
+ type: "string",
556
+ },
557
+ },
558
+ {
559
+ 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 ""',
560
+ in: "path",
561
+ name: "metadata.namespace",
562
+ required: true,
563
+ schema: {
564
+ type: "string",
565
+ },
566
+ },
567
+ ],
568
+ queryParameters: [],
569
+ requestBodySchema: {
570
+ $ref: "#/components/schemas/cdn_loadbalancerReplaceRequest",
571
+ },
572
+ responseSchema: {
573
+ $ref: "#/components/schemas/cdn_loadbalancerReplaceResponse",
574
+ },
575
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
576
+ operationId: "ves.io.schema.views.cdn_loadbalancer.API.Replace",
577
+ tags: ["Other"],
578
+ sourceFile: "domains/cdn.json",
579
+ },
580
+ {
581
+ toolName: "f5xc-api-cdn-dos-automitigation-rule-delete",
582
+ method: "DELETE",
583
+ path: "/api/config/namespaces/{namespace}/cdn_loadbalancers/{name}/dos_automitigation_rules/{dos_automitigation_rule_name}",
584
+ operation: "delete",
585
+ domain: "cdn",
586
+ resource: "dos-automitigation-rule",
587
+ summary: "DELETE DoS Auto-Mitigation Rule for CDN Load Balancer.",
588
+ description: "DELETE the corresponding DoS Auto-Mitigation Rule for the given CDN load balancer.",
589
+ pathParameters: [
590
+ {
591
+ description: "DoS Mitigation Rule Name\nName of the DoS Mitigation Rule.",
592
+ in: "path",
593
+ name: "dos_automitigation_rule_name",
594
+ required: true,
595
+ schema: {
596
+ type: "string",
597
+ },
598
+ },
599
+ {
600
+ description: "Name\nName of the Load Balancer.",
601
+ in: "path",
602
+ name: "name",
603
+ required: true,
604
+ schema: {
605
+ type: "string",
606
+ },
607
+ },
608
+ {
609
+ description: "Namespace\nNamespace of the Load Balancer.",
610
+ in: "path",
611
+ name: "namespace",
612
+ required: true,
613
+ schema: {
614
+ type: "string",
615
+ },
616
+ },
617
+ ],
618
+ queryParameters: [],
619
+ requestBodySchema: null,
620
+ responseSchema: {
621
+ $ref: "#/components/schemas/common_securityDeleteDoSAutoMitigationRuleRsp",
622
+ },
623
+ requiredParams: ["dos_automitigation_rule_name", "name", "namespace"],
624
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomCDNWAAPAPI.DeleteCDNDoSAutoMitigationRule",
625
+ tags: ["Other"],
626
+ sourceFile: "domains/cdn.json",
627
+ },
628
+ {
629
+ toolName: "f5xc-api-cdn-dos-automitigation-rule-get",
630
+ method: "GET",
631
+ path: "/api/config/namespaces/{namespace}/cdn_loadbalancers/{name}/dos_automitigation_rules",
632
+ operation: "get",
633
+ domain: "cdn",
634
+ resource: "dos-automitigation-rule",
635
+ summary: "GET DoS Auto-Mitigation Rules for CDN Load Balancer.",
636
+ description: "GET the corresponding DoS Auto-Mitigation Rules for the given CDN load balancer.",
637
+ pathParameters: [
638
+ {
639
+ description: "Name\nName of the Load Balancer.",
640
+ in: "path",
641
+ name: "name",
642
+ required: true,
643
+ schema: {
644
+ type: "string",
645
+ },
646
+ },
647
+ {
648
+ description: "Namespace\nNamespace of the Load Balancer.",
649
+ in: "path",
650
+ name: "namespace",
651
+ required: true,
652
+ schema: {
653
+ type: "string",
654
+ },
655
+ },
656
+ ],
657
+ queryParameters: [],
658
+ requestBodySchema: null,
659
+ responseSchema: {
660
+ $ref: "#/components/schemas/common_securityGetDoSAutoMitigationRulesRsp",
661
+ },
662
+ requiredParams: ["name", "namespace"],
663
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomCDNWAAPAPI.GetCDNDoSAutoMitigationRules",
664
+ tags: ["Other"],
665
+ sourceFile: "domains/cdn.json",
666
+ },
667
+ {
668
+ toolName: "f5xc-api-cdn-get-security-config-create",
669
+ method: "POST",
670
+ path: "/api/config/namespaces/{namespace}/cdn_loadbalancers/get_security_config",
671
+ operation: "create",
672
+ domain: "cdn",
673
+ resource: "get-security-config",
674
+ summary: "GET Security Config for CDN Load Balancer.",
675
+ description: "Fetch the corresponding Security Config for the given CDN load balancers.",
676
+ pathParameters: [
677
+ {
678
+ description: "Namespace\nNamespace of the CDN Load Balancer for current request.",
679
+ in: "path",
680
+ name: "namespace",
681
+ required: true,
682
+ schema: {
683
+ type: "string",
684
+ },
685
+ },
686
+ ],
687
+ queryParameters: [],
688
+ requestBodySchema: {
689
+ $ref: "#/components/schemas/cdn_loadbalancerGetCDNSecurityConfigReq",
690
+ },
691
+ responseSchema: {
692
+ $ref: "#/components/schemas/common_securityGetSecurityConfigRsp",
693
+ },
694
+ requiredParams: ["body", "namespace"],
695
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomCDNWAAPAPI.GetCDNSecurityConfig",
696
+ tags: ["Other"],
697
+ sourceFile: "domains/cdn.json",
698
+ },
699
+ {
700
+ toolName: "f5xc-api-cdn-get-service-operation-statu-create",
701
+ method: "POST",
702
+ path: "/api/cdn/namespaces/{namespace}/cdn_loadbalancer/get-service-operation-status",
703
+ operation: "create",
704
+ domain: "cdn",
705
+ resource: "get-service-operation-statu",
706
+ summary: "GET Service Operation Status.",
707
+ description: "GET status of an operation command for a given CDN Loadbalancer.",
708
+ pathParameters: [
709
+ {
710
+ description: "Namespace\nx-required\nNamespace scope of the operation request.",
711
+ in: "path",
712
+ name: "namespace",
713
+ required: true,
714
+ schema: {
715
+ type: "string",
716
+ },
717
+ },
718
+ ],
719
+ queryParameters: [],
720
+ requestBodySchema: {
721
+ $ref: "#/components/schemas/common_cdnGetServiceOperationReq",
722
+ },
723
+ responseSchema: {
724
+ $ref: "#/components/schemas/common_cdnGetServiceOperationRsp",
725
+ },
726
+ requiredParams: ["body", "namespace"],
727
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.GetServiceOperation",
728
+ tags: ["CDN"],
729
+ sourceFile: "domains/cdn.json",
730
+ },
731
+ {
732
+ toolName: "f5xc-api-cdn-list-service-operations-statu-create",
733
+ method: "POST",
734
+ path: "/api/cdn/namespaces/{namespace}/cdn_loadbalancer/list-service-operations-status",
735
+ operation: "create",
736
+ domain: "cdn",
737
+ resource: "list-service-operations-statu",
738
+ summary: "List of CDN Operation Commands.",
739
+ description: "List of service operations for a given CDN LB.",
740
+ pathParameters: [
741
+ {
742
+ description: "Namespace\nx-required\nThe namespace this item belongs to.",
743
+ in: "path",
744
+ name: "namespace",
745
+ required: true,
746
+ schema: {
747
+ type: "string",
748
+ },
749
+ },
750
+ ],
751
+ queryParameters: [],
752
+ requestBodySchema: {
753
+ $ref: "#/components/schemas/common_cdnListServiceOperationsReq",
754
+ },
755
+ responseSchema: {
756
+ $ref: "#/components/schemas/common_cdnListServiceOperationsRsp",
757
+ },
758
+ requiredParams: ["body", "namespace"],
759
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.ListServiceOperations",
760
+ tags: ["CDN"],
761
+ sourceFile: "domains/cdn.json",
762
+ },
763
+ {
764
+ toolName: "f5xc-api-cdn-metric-create",
765
+ method: "POST",
766
+ path: "/api/cdn/namespaces/{namespace}/cdn_loadbalancer/metrics",
767
+ operation: "create",
768
+ domain: "cdn",
769
+ resource: "metric",
770
+ summary: "GET CDN Metrics.",
771
+ description: "Initial metrics request for CDN loadbalancers.",
772
+ pathParameters: [
773
+ {
774
+ description: "Namespace\nx-required\nNamespace scope of the metric request.",
775
+ in: "path",
776
+ name: "namespace",
777
+ required: true,
778
+ schema: {
779
+ type: "string",
780
+ },
781
+ },
782
+ ],
783
+ queryParameters: [],
784
+ requestBodySchema: {
785
+ $ref: "#/components/schemas/cdn_loadbalancerLilacCDNMetricsRequest",
786
+ },
787
+ responseSchema: {
788
+ $ref: "#/components/schemas/cdn_loadbalancerLilacCDNMetricsResponse",
789
+ },
790
+ requiredParams: ["body", "namespace"],
791
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.CDNMetrics",
792
+ tags: ["CDN"],
793
+ sourceFile: "domains/cdn.json",
794
+ },
795
+ {
796
+ toolName: "f5xc-api-cdn-subscribe-create",
797
+ method: "POST",
798
+ path: "/api/cdn/namespaces/system/lilac-cdn/addon/subscribe",
799
+ operation: "create",
800
+ domain: "cdn",
801
+ resource: "subscribe",
802
+ summary: "Subscribe to CDN Loadbalancer.",
803
+ description: "Subscribe to CDN Loadbalancer.",
804
+ pathParameters: [],
805
+ queryParameters: [],
806
+ requestBodySchema: {
807
+ $ref: "#/components/schemas/cdn_loadbalancerSubscribeRequest",
808
+ },
809
+ responseSchema: {
810
+ $ref: "#/components/schemas/cdn_loadbalancerSubscribeResponse",
811
+ },
812
+ requiredParams: ["body"],
813
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.Subscribe",
814
+ tags: ["Other"],
815
+ sourceFile: "domains/cdn.json",
816
+ },
817
+ {
818
+ toolName: "f5xc-api-cdn-unsubscribe-create",
819
+ method: "POST",
820
+ path: "/api/cdn/namespaces/system/lilac-cdn/addon/unsubscribe",
821
+ operation: "create",
822
+ domain: "cdn",
823
+ resource: "unsubscribe",
824
+ summary: "Unsubscribe to CDN Loadbalancer.",
825
+ description: "Unsubscribe to CDN Loadbalancer.",
826
+ pathParameters: [],
827
+ queryParameters: [],
828
+ requestBodySchema: {
829
+ $ref: "#/components/schemas/cdn_loadbalancerUnsubscribeRequest",
830
+ },
831
+ responseSchema: {
832
+ $ref: "#/components/schemas/cdn_loadbalancerUnsubscribeResponse",
833
+ },
834
+ requiredParams: ["body"],
835
+ operationId: "ves.io.schema.views.cdn_loadbalancer.CustomAPI.Unsubscribe",
836
+ tags: ["Other"],
837
+ sourceFile: "domains/cdn.json",
838
+ },
839
+ ];
840
+ export default cdnTools;
841
+ //# sourceMappingURL=index.js.map