@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,1852 @@
1
+ /**
2
+ * Generated tool definitions for api_security domain
3
+ * DO NOT EDIT - This file is auto-generated by scripts/generate.ts
4
+ */
5
+ export const api_securityTools = [
6
+ {
7
+ toolName: "f5xc-api-apisecurity-api-crawler-create",
8
+ method: "POST",
9
+ path: "/api/config/namespaces/{metadata.namespace}/api_crawlers",
10
+ operation: "create",
11
+ domain: "api_security",
12
+ resource: "api-crawler",
13
+ summary: "Create API Crawler.",
14
+ description: "Create API crawler.",
15
+ pathParameters: [
16
+ {
17
+ 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 ""',
18
+ in: "path",
19
+ name: "metadata.namespace",
20
+ required: true,
21
+ schema: {
22
+ type: "string",
23
+ },
24
+ },
25
+ ],
26
+ queryParameters: [],
27
+ requestBodySchema: {
28
+ $ref: "#/components/schemas/api_crawlerCreateRequest",
29
+ },
30
+ responseSchema: {
31
+ $ref: "#/components/schemas/api_crawlerCreateResponse",
32
+ },
33
+ requiredParams: ["body", "metadata.namespace"],
34
+ operationId: "ves.io.schema.api_sec.api_crawler.API.Create",
35
+ tags: ["Other"],
36
+ sourceFile: "domains/api_security.json",
37
+ },
38
+ {
39
+ toolName: "f5xc-api-apisecurity-api-crawler-delete",
40
+ method: "DELETE",
41
+ path: "/api/config/namespaces/{namespace}/api_crawlers/{name}",
42
+ operation: "delete",
43
+ domain: "api_security",
44
+ resource: "api-crawler",
45
+ summary: "DELETE API Crawler.",
46
+ description: "DELETE the specified api_crawler.",
47
+ pathParameters: [
48
+ {
49
+ description: "Name\nName of the configuration object.",
50
+ in: "path",
51
+ name: "name",
52
+ required: true,
53
+ schema: {
54
+ type: "string",
55
+ },
56
+ },
57
+ {
58
+ description: "Namespace\nNamespace in which the configuration object is present.",
59
+ in: "path",
60
+ name: "namespace",
61
+ required: true,
62
+ schema: {
63
+ type: "string",
64
+ },
65
+ },
66
+ ],
67
+ queryParameters: [],
68
+ requestBodySchema: {
69
+ $ref: "#/components/schemas/api_crawlerDeleteRequest",
70
+ },
71
+ responseSchema: {},
72
+ requiredParams: ["body", "name", "namespace"],
73
+ operationId: "ves.io.schema.api_sec.api_crawler.API.Delete",
74
+ tags: ["Other"],
75
+ sourceFile: "domains/api_security.json",
76
+ },
77
+ {
78
+ toolName: "f5xc-api-apisecurity-api-crawler-get",
79
+ method: "GET",
80
+ path: "/api/config/namespaces/{namespace}/api_crawlers/{name}",
81
+ operation: "get",
82
+ domain: "api_security",
83
+ resource: "api-crawler",
84
+ summary: "GET API crawler.",
85
+ description: "Get API crawler.",
86
+ pathParameters: [
87
+ {
88
+ description: "Name\nThe name of the configuration object to be fetched.",
89
+ in: "path",
90
+ name: "name",
91
+ required: true,
92
+ schema: {
93
+ type: "string",
94
+ },
95
+ },
96
+ {
97
+ description: "Namespace\nThe namespace in which the configuration object is present.",
98
+ in: "path",
99
+ name: "namespace",
100
+ required: true,
101
+ schema: {
102
+ type: "string",
103
+ },
104
+ },
105
+ ],
106
+ queryParameters: [
107
+ {
108
+ 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.",
109
+ in: "query",
110
+ name: "response_format",
111
+ required: false,
112
+ schema: {
113
+ default: "GET_RSP_FORMAT_DEFAULT",
114
+ enum: [
115
+ "GET_RSP_FORMAT_DEFAULT",
116
+ "GET_RSP_FORMAT_FOR_CREATE",
117
+ "GET_RSP_FORMAT_FOR_REPLACE",
118
+ "GET_RSP_FORMAT_STATUS",
119
+ "GET_RSP_FORMAT_READ",
120
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
121
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
122
+ ],
123
+ type: "string",
124
+ },
125
+ },
126
+ ],
127
+ requestBodySchema: null,
128
+ responseSchema: {
129
+ $ref: "#/components/schemas/api_crawlerGetResponse",
130
+ },
131
+ requiredParams: ["name", "namespace"],
132
+ operationId: "ves.io.schema.api_sec.api_crawler.API.Get",
133
+ tags: ["Other"],
134
+ sourceFile: "domains/api_security.json",
135
+ },
136
+ {
137
+ toolName: "f5xc-api-apisecurity-api-crawler-list",
138
+ method: "GET",
139
+ path: "/api/config/namespaces/{namespace}/api_crawlers",
140
+ operation: "list",
141
+ domain: "api_security",
142
+ resource: "api-crawler",
143
+ summary: "List API Crawler.",
144
+ description: "List the set of api_crawler in a namespace.",
145
+ pathParameters: [
146
+ {
147
+ description: "Namespace\nNamespace to scope the listing of api_crawler.",
148
+ in: "path",
149
+ name: "namespace",
150
+ required: true,
151
+ schema: {
152
+ type: "string",
153
+ },
154
+ },
155
+ ],
156
+ queryParameters: [
157
+ {
158
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
159
+ in: "query",
160
+ name: "label_filter",
161
+ required: false,
162
+ schema: {
163
+ type: "string",
164
+ },
165
+ },
166
+ {
167
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
168
+ in: "query",
169
+ name: "report_fields",
170
+ required: false,
171
+ schema: {
172
+ items: {
173
+ type: "string",
174
+ },
175
+ type: "array",
176
+ },
177
+ },
178
+ {
179
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
180
+ in: "query",
181
+ name: "report_status_fields",
182
+ required: false,
183
+ schema: {
184
+ items: {
185
+ type: "string",
186
+ },
187
+ type: "array",
188
+ },
189
+ },
190
+ ],
191
+ requestBodySchema: null,
192
+ responseSchema: {
193
+ $ref: "#/components/schemas/api_crawlerListResponse",
194
+ },
195
+ requiredParams: ["namespace"],
196
+ operationId: "ves.io.schema.api_sec.api_crawler.API.List",
197
+ tags: ["Other"],
198
+ sourceFile: "domains/api_security.json",
199
+ },
200
+ {
201
+ toolName: "f5xc-api-apisecurity-api-crawler-update",
202
+ method: "PUT",
203
+ path: "/api/config/namespaces/{metadata.namespace}/api_crawlers/{metadata.name}",
204
+ operation: "update",
205
+ domain: "api_security",
206
+ resource: "api-crawler",
207
+ summary: "Replace API crawler.",
208
+ description: "Replace API crawler.",
209
+ pathParameters: [
210
+ {
211
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
212
+ in: "path",
213
+ name: "metadata.name",
214
+ required: true,
215
+ schema: {
216
+ type: "string",
217
+ },
218
+ },
219
+ {
220
+ 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 ""',
221
+ in: "path",
222
+ name: "metadata.namespace",
223
+ required: true,
224
+ schema: {
225
+ type: "string",
226
+ },
227
+ },
228
+ ],
229
+ queryParameters: [],
230
+ requestBodySchema: {
231
+ $ref: "#/components/schemas/api_crawlerReplaceRequest",
232
+ },
233
+ responseSchema: {
234
+ $ref: "#/components/schemas/api_crawlerReplaceResponse",
235
+ },
236
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
237
+ operationId: "ves.io.schema.api_sec.api_crawler.API.Replace",
238
+ tags: ["Other"],
239
+ sourceFile: "domains/api_security.json",
240
+ },
241
+ {
242
+ toolName: "f5xc-api-apisecurity-api-discovery-create",
243
+ method: "POST",
244
+ path: "/api/config/namespaces/{metadata.namespace}/api_discoverys",
245
+ operation: "create",
246
+ domain: "api_security",
247
+ resource: "api-discovery",
248
+ summary: "Create API Discovery.",
249
+ description: "Create API discovery creates a new object in the storage backend for metadata.namespace.",
250
+ pathParameters: [
251
+ {
252
+ 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 ""',
253
+ in: "path",
254
+ name: "metadata.namespace",
255
+ required: true,
256
+ schema: {
257
+ type: "string",
258
+ },
259
+ },
260
+ ],
261
+ queryParameters: [],
262
+ requestBodySchema: {
263
+ $ref: "#/components/schemas/api_discoveryCreateRequest",
264
+ },
265
+ responseSchema: {
266
+ $ref: "#/components/schemas/api_discoveryCreateResponse",
267
+ },
268
+ requiredParams: ["body", "metadata.namespace"],
269
+ operationId: "ves.io.schema.api_sec.api_discovery.API.Create",
270
+ tags: ["Other"],
271
+ sourceFile: "domains/api_security.json",
272
+ },
273
+ {
274
+ toolName: "f5xc-api-apisecurity-api-discovery-delete",
275
+ method: "DELETE",
276
+ path: "/api/config/namespaces/{namespace}/api_discoverys/{name}",
277
+ operation: "delete",
278
+ domain: "api_security",
279
+ resource: "api-discovery",
280
+ summary: "DELETE API Discovery.",
281
+ description: "DELETE the specified api_discovery.",
282
+ pathParameters: [
283
+ {
284
+ description: "Name\nName of the configuration object.",
285
+ in: "path",
286
+ name: "name",
287
+ required: true,
288
+ schema: {
289
+ type: "string",
290
+ },
291
+ },
292
+ {
293
+ description: "Namespace\nNamespace in which the configuration object is present.",
294
+ in: "path",
295
+ name: "namespace",
296
+ required: true,
297
+ schema: {
298
+ type: "string",
299
+ },
300
+ },
301
+ ],
302
+ queryParameters: [],
303
+ requestBodySchema: {
304
+ $ref: "#/components/schemas/api_discoveryDeleteRequest",
305
+ },
306
+ responseSchema: {},
307
+ requiredParams: ["body", "name", "namespace"],
308
+ operationId: "ves.io.schema.api_sec.api_discovery.API.Delete",
309
+ tags: ["Other"],
310
+ sourceFile: "domains/api_security.json",
311
+ },
312
+ {
313
+ toolName: "f5xc-api-apisecurity-api-discovery-get",
314
+ method: "GET",
315
+ path: "/api/config/namespaces/{namespace}/api_discoverys/{name}",
316
+ operation: "get",
317
+ domain: "api_security",
318
+ resource: "api-discovery",
319
+ summary: "GET API Discovery.",
320
+ description: "GET api_discovery reads a given object from storage backend for metadata.namespace.",
321
+ pathParameters: [
322
+ {
323
+ description: "Name\nThe name of the configuration object to be fetched.",
324
+ in: "path",
325
+ name: "name",
326
+ required: true,
327
+ schema: {
328
+ type: "string",
329
+ },
330
+ },
331
+ {
332
+ description: "Namespace\nThe namespace in which the configuration object is present.",
333
+ in: "path",
334
+ name: "namespace",
335
+ required: true,
336
+ schema: {
337
+ type: "string",
338
+ },
339
+ },
340
+ ],
341
+ queryParameters: [
342
+ {
343
+ 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.",
344
+ in: "query",
345
+ name: "response_format",
346
+ required: false,
347
+ schema: {
348
+ default: "GET_RSP_FORMAT_DEFAULT",
349
+ enum: [
350
+ "GET_RSP_FORMAT_DEFAULT",
351
+ "GET_RSP_FORMAT_FOR_CREATE",
352
+ "GET_RSP_FORMAT_FOR_REPLACE",
353
+ "GET_RSP_FORMAT_STATUS",
354
+ "GET_RSP_FORMAT_READ",
355
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
356
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
357
+ ],
358
+ type: "string",
359
+ },
360
+ },
361
+ ],
362
+ requestBodySchema: null,
363
+ responseSchema: {
364
+ $ref: "#/components/schemas/api_discoveryGetResponse",
365
+ },
366
+ requiredParams: ["name", "namespace"],
367
+ operationId: "ves.io.schema.api_sec.api_discovery.API.Get",
368
+ tags: ["Other"],
369
+ sourceFile: "domains/api_security.json",
370
+ },
371
+ {
372
+ toolName: "f5xc-api-apisecurity-api-discovery-list",
373
+ method: "GET",
374
+ path: "/api/config/namespaces/{namespace}/api_discoverys",
375
+ operation: "list",
376
+ domain: "api_security",
377
+ resource: "api-discovery",
378
+ summary: "List API Discovery.",
379
+ description: "List the set of api_discovery in a namespace.",
380
+ pathParameters: [
381
+ {
382
+ description: "Namespace\nNamespace to scope the listing of api_discovery.",
383
+ in: "path",
384
+ name: "namespace",
385
+ required: true,
386
+ schema: {
387
+ type: "string",
388
+ },
389
+ },
390
+ ],
391
+ queryParameters: [
392
+ {
393
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
394
+ in: "query",
395
+ name: "label_filter",
396
+ required: false,
397
+ schema: {
398
+ type: "string",
399
+ },
400
+ },
401
+ {
402
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
403
+ in: "query",
404
+ name: "report_fields",
405
+ required: false,
406
+ schema: {
407
+ items: {
408
+ type: "string",
409
+ },
410
+ type: "array",
411
+ },
412
+ },
413
+ {
414
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
415
+ in: "query",
416
+ name: "report_status_fields",
417
+ required: false,
418
+ schema: {
419
+ items: {
420
+ type: "string",
421
+ },
422
+ type: "array",
423
+ },
424
+ },
425
+ ],
426
+ requestBodySchema: null,
427
+ responseSchema: {
428
+ $ref: "#/components/schemas/api_discoveryListResponse",
429
+ },
430
+ requiredParams: ["namespace"],
431
+ operationId: "ves.io.schema.api_sec.api_discovery.API.List",
432
+ tags: ["Other"],
433
+ sourceFile: "domains/api_security.json",
434
+ },
435
+ {
436
+ toolName: "f5xc-api-apisecurity-api-discovery-update",
437
+ method: "PUT",
438
+ path: "/api/config/namespaces/{metadata.namespace}/api_discoverys/{metadata.name}",
439
+ operation: "update",
440
+ domain: "api_security",
441
+ resource: "api-discovery",
442
+ summary: "Replace API Discovery.",
443
+ description: "Replace api_discovery replaces an existing object in the storage backend for metadata.namespace.",
444
+ pathParameters: [
445
+ {
446
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
447
+ in: "path",
448
+ name: "metadata.name",
449
+ required: true,
450
+ schema: {
451
+ type: "string",
452
+ },
453
+ },
454
+ {
455
+ 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 ""',
456
+ in: "path",
457
+ name: "metadata.namespace",
458
+ required: true,
459
+ schema: {
460
+ type: "string",
461
+ },
462
+ },
463
+ ],
464
+ queryParameters: [],
465
+ requestBodySchema: {
466
+ $ref: "#/components/schemas/api_discoveryReplaceRequest",
467
+ },
468
+ responseSchema: {
469
+ $ref: "#/components/schemas/api_discoveryReplaceResponse",
470
+ },
471
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
472
+ operationId: "ves.io.schema.api_sec.api_discovery.API.Replace",
473
+ tags: ["Other"],
474
+ sourceFile: "domains/api_security.json",
475
+ },
476
+ {
477
+ toolName: "f5xc-api-apisecurity-api-endpoint-protection-create",
478
+ method: "POST",
479
+ path: "/api/config/namespaces/{namespace}/api_sec/rule_suggestion/api_endpoint_protection",
480
+ operation: "create",
481
+ domain: "api_security",
482
+ resource: "api-endpoint-protection",
483
+ summary: "Suggest API endpoint protection rule.",
484
+ description: "Suggest API endpoint protection rule for a given path.",
485
+ pathParameters: [
486
+ {
487
+ description: "Namespace\nx-required\nNamespace of the App type for current request.",
488
+ in: "path",
489
+ name: "namespace",
490
+ required: true,
491
+ schema: {
492
+ type: "string",
493
+ },
494
+ },
495
+ ],
496
+ queryParameters: [],
497
+ requestBodySchema: {
498
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedAPIEndpointProtectionRuleReq",
499
+ },
500
+ responseSchema: {
501
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedAPIEndpointProtectionRuleRsp",
502
+ },
503
+ requiredParams: ["body", "namespace"],
504
+ operationId: "ves.io.schema.api_sec.rule_suggestion.RuleSuggestionAPI.GetSuggestedAPIEndpointProtectionRule",
505
+ tags: ["API Security"],
506
+ sourceFile: "domains/api_security.json",
507
+ },
508
+ {
509
+ toolName: "f5xc-api-apisecurity-api-group-element-get",
510
+ method: "GET",
511
+ path: "/api/web/namespaces/{namespace}/api_group_elements/{name}",
512
+ operation: "get",
513
+ domain: "api_security",
514
+ resource: "api-group-element",
515
+ summary: "GET API Group Element.",
516
+ description: "GET api_group_element reads a given object from storage backend for metadata.namespace.",
517
+ pathParameters: [
518
+ {
519
+ description: "Name\nThe name of the configuration object to be fetched.",
520
+ in: "path",
521
+ name: "name",
522
+ required: true,
523
+ schema: {
524
+ type: "string",
525
+ },
526
+ },
527
+ {
528
+ description: "Namespace\nThe namespace in which the configuration object is present.",
529
+ in: "path",
530
+ name: "namespace",
531
+ required: true,
532
+ schema: {
533
+ type: "string",
534
+ },
535
+ },
536
+ ],
537
+ queryParameters: [
538
+ {
539
+ 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 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.",
540
+ in: "query",
541
+ name: "response_format",
542
+ required: false,
543
+ schema: {
544
+ default: "GET_RSP_FORMAT_DEFAULT",
545
+ enum: [
546
+ "GET_RSP_FORMAT_DEFAULT",
547
+ "GET_RSP_FORMAT_STATUS",
548
+ "GET_RSP_FORMAT_READ",
549
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
550
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
551
+ ],
552
+ type: "string",
553
+ },
554
+ },
555
+ ],
556
+ requestBodySchema: null,
557
+ responseSchema: {
558
+ $ref: "#/components/schemas/api_group_elementGetResponse",
559
+ },
560
+ requiredParams: ["name", "namespace"],
561
+ operationId: "ves.io.schema.api_group_element.API.Get",
562
+ tags: ["Other"],
563
+ sourceFile: "domains/api_security.json",
564
+ },
565
+ {
566
+ toolName: "f5xc-api-apisecurity-api-group-element-list",
567
+ method: "GET",
568
+ path: "/api/web/namespaces/{namespace}/api_group_elements",
569
+ operation: "list",
570
+ domain: "api_security",
571
+ resource: "api-group-element",
572
+ summary: "List API Group Element.",
573
+ description: "List the set of api_group_element in a namespace.",
574
+ pathParameters: [
575
+ {
576
+ description: "Namespace\nNamespace to scope the listing of api_group_element.",
577
+ in: "path",
578
+ name: "namespace",
579
+ required: true,
580
+ schema: {
581
+ type: "string",
582
+ },
583
+ },
584
+ ],
585
+ queryParameters: [
586
+ {
587
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
588
+ in: "query",
589
+ name: "label_filter",
590
+ required: false,
591
+ schema: {
592
+ type: "string",
593
+ },
594
+ },
595
+ {
596
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
597
+ in: "query",
598
+ name: "report_fields",
599
+ required: false,
600
+ schema: {
601
+ items: {
602
+ type: "string",
603
+ },
604
+ type: "array",
605
+ },
606
+ },
607
+ {
608
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
609
+ in: "query",
610
+ name: "report_status_fields",
611
+ required: false,
612
+ schema: {
613
+ items: {
614
+ type: "string",
615
+ },
616
+ type: "array",
617
+ },
618
+ },
619
+ ],
620
+ requestBodySchema: null,
621
+ responseSchema: {
622
+ $ref: "#/components/schemas/api_group_elementListResponse",
623
+ },
624
+ requiredParams: ["namespace"],
625
+ operationId: "ves.io.schema.api_group_element.API.List",
626
+ tags: ["Other"],
627
+ sourceFile: "domains/api_security.json",
628
+ },
629
+ {
630
+ toolName: "f5xc-api-apisecurity-api-group-get",
631
+ method: "GET",
632
+ path: "/api/web/namespaces/{namespace}/api_groups/{name}",
633
+ operation: "get",
634
+ domain: "api_security",
635
+ resource: "api-group",
636
+ summary: "GET API Group.",
637
+ description: "GET api_group reads a given object from storage backend for metadata.namespace.",
638
+ pathParameters: [
639
+ {
640
+ description: "Name\nThe name of the configuration object to be fetched.",
641
+ in: "path",
642
+ name: "name",
643
+ required: true,
644
+ schema: {
645
+ type: "string",
646
+ },
647
+ },
648
+ {
649
+ description: "Namespace\nThe namespace in which the configuration object is present.",
650
+ in: "path",
651
+ name: "namespace",
652
+ required: true,
653
+ schema: {
654
+ type: "string",
655
+ },
656
+ },
657
+ ],
658
+ queryParameters: [
659
+ {
660
+ 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 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.",
661
+ in: "query",
662
+ name: "response_format",
663
+ required: false,
664
+ schema: {
665
+ default: "GET_RSP_FORMAT_DEFAULT",
666
+ enum: [
667
+ "GET_RSP_FORMAT_DEFAULT",
668
+ "GET_RSP_FORMAT_STATUS",
669
+ "GET_RSP_FORMAT_READ",
670
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
671
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
672
+ ],
673
+ type: "string",
674
+ },
675
+ },
676
+ ],
677
+ requestBodySchema: null,
678
+ responseSchema: {
679
+ $ref: "#/components/schemas/api_groupGetResponse",
680
+ },
681
+ requiredParams: ["name", "namespace"],
682
+ operationId: "ves.io.schema.api_group.API.Get",
683
+ tags: ["Other"],
684
+ sourceFile: "domains/api_security.json",
685
+ },
686
+ {
687
+ toolName: "f5xc-api-apisecurity-api-group-list",
688
+ method: "GET",
689
+ path: "/api/web/namespaces/{namespace}/api_groups",
690
+ operation: "list",
691
+ domain: "api_security",
692
+ resource: "api-group",
693
+ summary: "List API Group.",
694
+ description: "List the set of api_group in a namespace.",
695
+ pathParameters: [
696
+ {
697
+ description: "Namespace\nNamespace to scope the listing of api_group.",
698
+ in: "path",
699
+ name: "namespace",
700
+ required: true,
701
+ schema: {
702
+ type: "string",
703
+ },
704
+ },
705
+ ],
706
+ queryParameters: [
707
+ {
708
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
709
+ in: "query",
710
+ name: "label_filter",
711
+ required: false,
712
+ schema: {
713
+ type: "string",
714
+ },
715
+ },
716
+ {
717
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
718
+ in: "query",
719
+ name: "report_fields",
720
+ required: false,
721
+ schema: {
722
+ items: {
723
+ type: "string",
724
+ },
725
+ type: "array",
726
+ },
727
+ },
728
+ {
729
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
730
+ in: "query",
731
+ name: "report_status_fields",
732
+ required: false,
733
+ schema: {
734
+ items: {
735
+ type: "string",
736
+ },
737
+ type: "array",
738
+ },
739
+ },
740
+ ],
741
+ requestBodySchema: null,
742
+ responseSchema: {
743
+ $ref: "#/components/schemas/api_groupListResponse",
744
+ },
745
+ requiredParams: ["namespace"],
746
+ operationId: "ves.io.schema.api_group.API.List",
747
+ tags: ["Other"],
748
+ sourceFile: "domains/api_security.json",
749
+ },
750
+ {
751
+ toolName: "f5xc-api-apisecurity-api-testing-create",
752
+ method: "POST",
753
+ path: "/api/config/namespaces/{metadata.namespace}/api_testings",
754
+ operation: "create",
755
+ domain: "api_security",
756
+ resource: "api-testing",
757
+ summary: "Create API Testing.",
758
+ description: "Create API testing.",
759
+ pathParameters: [
760
+ {
761
+ 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 ""',
762
+ in: "path",
763
+ name: "metadata.namespace",
764
+ required: true,
765
+ schema: {
766
+ type: "string",
767
+ },
768
+ },
769
+ ],
770
+ queryParameters: [],
771
+ requestBodySchema: {
772
+ $ref: "#/components/schemas/api_testingCreateRequest",
773
+ },
774
+ responseSchema: {
775
+ $ref: "#/components/schemas/api_testingCreateResponse",
776
+ },
777
+ requiredParams: ["body", "metadata.namespace"],
778
+ operationId: "ves.io.schema.api_sec.api_testing.API.Create",
779
+ tags: ["Other"],
780
+ sourceFile: "domains/api_security.json",
781
+ },
782
+ {
783
+ toolName: "f5xc-api-apisecurity-api-testing-delete",
784
+ method: "DELETE",
785
+ path: "/api/config/namespaces/{namespace}/api_testings/{name}",
786
+ operation: "delete",
787
+ domain: "api_security",
788
+ resource: "api-testing",
789
+ summary: "DELETE API Testing.",
790
+ description: "DELETE the specified api_testing.",
791
+ pathParameters: [
792
+ {
793
+ description: "Name\nName of the configuration object.",
794
+ in: "path",
795
+ name: "name",
796
+ required: true,
797
+ schema: {
798
+ type: "string",
799
+ },
800
+ },
801
+ {
802
+ description: "Namespace\nNamespace in which the configuration object is present.",
803
+ in: "path",
804
+ name: "namespace",
805
+ required: true,
806
+ schema: {
807
+ type: "string",
808
+ },
809
+ },
810
+ ],
811
+ queryParameters: [],
812
+ requestBodySchema: {
813
+ $ref: "#/components/schemas/api_testingDeleteRequest",
814
+ },
815
+ responseSchema: {},
816
+ requiredParams: ["body", "name", "namespace"],
817
+ operationId: "ves.io.schema.api_sec.api_testing.API.Delete",
818
+ tags: ["Other"],
819
+ sourceFile: "domains/api_security.json",
820
+ },
821
+ {
822
+ toolName: "f5xc-api-apisecurity-api-testing-get",
823
+ method: "GET",
824
+ path: "/api/config/namespaces/{namespace}/api_testings/{name}",
825
+ operation: "get",
826
+ domain: "api_security",
827
+ resource: "api-testing",
828
+ summary: "GET API testing.",
829
+ description: "Get API testing.",
830
+ pathParameters: [
831
+ {
832
+ description: "Name\nThe name of the configuration object to be fetched.",
833
+ in: "path",
834
+ name: "name",
835
+ required: true,
836
+ schema: {
837
+ type: "string",
838
+ },
839
+ },
840
+ {
841
+ description: "Namespace\nThe namespace in which the configuration object is present.",
842
+ in: "path",
843
+ name: "namespace",
844
+ required: true,
845
+ schema: {
846
+ type: "string",
847
+ },
848
+ },
849
+ ],
850
+ queryParameters: [
851
+ {
852
+ 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.",
853
+ in: "query",
854
+ name: "response_format",
855
+ required: false,
856
+ schema: {
857
+ default: "GET_RSP_FORMAT_DEFAULT",
858
+ enum: [
859
+ "GET_RSP_FORMAT_DEFAULT",
860
+ "GET_RSP_FORMAT_FOR_CREATE",
861
+ "GET_RSP_FORMAT_FOR_REPLACE",
862
+ "GET_RSP_FORMAT_STATUS",
863
+ "GET_RSP_FORMAT_READ",
864
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
865
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
866
+ ],
867
+ type: "string",
868
+ },
869
+ },
870
+ ],
871
+ requestBodySchema: null,
872
+ responseSchema: {
873
+ $ref: "#/components/schemas/api_testingGetResponse",
874
+ },
875
+ requiredParams: ["name", "namespace"],
876
+ operationId: "ves.io.schema.api_sec.api_testing.API.Get",
877
+ tags: ["Other"],
878
+ sourceFile: "domains/api_security.json",
879
+ },
880
+ {
881
+ toolName: "f5xc-api-apisecurity-api-testing-list",
882
+ method: "GET",
883
+ path: "/api/config/namespaces/{namespace}/api_testings",
884
+ operation: "list",
885
+ domain: "api_security",
886
+ resource: "api-testing",
887
+ summary: "List API Testing.",
888
+ description: "List the set of api_testing in a namespace.",
889
+ pathParameters: [
890
+ {
891
+ description: "Namespace\nNamespace to scope the listing of api_testing.",
892
+ in: "path",
893
+ name: "namespace",
894
+ required: true,
895
+ schema: {
896
+ type: "string",
897
+ },
898
+ },
899
+ ],
900
+ queryParameters: [
901
+ {
902
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
903
+ in: "query",
904
+ name: "label_filter",
905
+ required: false,
906
+ schema: {
907
+ type: "string",
908
+ },
909
+ },
910
+ {
911
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
912
+ in: "query",
913
+ name: "report_fields",
914
+ required: false,
915
+ schema: {
916
+ items: {
917
+ type: "string",
918
+ },
919
+ type: "array",
920
+ },
921
+ },
922
+ {
923
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
924
+ in: "query",
925
+ name: "report_status_fields",
926
+ required: false,
927
+ schema: {
928
+ items: {
929
+ type: "string",
930
+ },
931
+ type: "array",
932
+ },
933
+ },
934
+ ],
935
+ requestBodySchema: null,
936
+ responseSchema: {
937
+ $ref: "#/components/schemas/api_testingListResponse",
938
+ },
939
+ requiredParams: ["namespace"],
940
+ operationId: "ves.io.schema.api_sec.api_testing.API.List",
941
+ tags: ["Other"],
942
+ sourceFile: "domains/api_security.json",
943
+ },
944
+ {
945
+ toolName: "f5xc-api-apisecurity-api-testing-update",
946
+ method: "PUT",
947
+ path: "/api/config/namespaces/{metadata.namespace}/api_testings/{metadata.name}",
948
+ operation: "update",
949
+ domain: "api_security",
950
+ resource: "api-testing",
951
+ summary: "Replace API testing.",
952
+ description: "Replace API testing.",
953
+ pathParameters: [
954
+ {
955
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
956
+ in: "path",
957
+ name: "metadata.name",
958
+ required: true,
959
+ schema: {
960
+ type: "string",
961
+ },
962
+ },
963
+ {
964
+ 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 ""',
965
+ in: "path",
966
+ name: "metadata.namespace",
967
+ required: true,
968
+ schema: {
969
+ type: "string",
970
+ },
971
+ },
972
+ ],
973
+ queryParameters: [],
974
+ requestBodySchema: {
975
+ $ref: "#/components/schemas/api_testingReplaceRequest",
976
+ },
977
+ responseSchema: {
978
+ $ref: "#/components/schemas/api_testingReplaceResponse",
979
+ },
980
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
981
+ operationId: "ves.io.schema.api_sec.api_testing.API.Replace",
982
+ tags: ["Other"],
983
+ sourceFile: "domains/api_security.json",
984
+ },
985
+ {
986
+ toolName: "f5xc-api-apisecurity-app-api-group-create",
987
+ method: "POST",
988
+ path: "/api/config/namespaces/{metadata.namespace}/app_api_groups",
989
+ operation: "create",
990
+ domain: "api_security",
991
+ resource: "app-api-group",
992
+ summary: "Create API Group.",
993
+ description: "Create app_api_group creates a new object in the storage backend for metadata.namespace.",
994
+ pathParameters: [
995
+ {
996
+ 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 ""',
997
+ in: "path",
998
+ name: "metadata.namespace",
999
+ required: true,
1000
+ schema: {
1001
+ type: "string",
1002
+ },
1003
+ },
1004
+ ],
1005
+ queryParameters: [],
1006
+ requestBodySchema: {
1007
+ $ref: "#/components/schemas/app_api_groupCreateRequest",
1008
+ },
1009
+ responseSchema: {
1010
+ $ref: "#/components/schemas/app_api_groupCreateResponse",
1011
+ },
1012
+ requiredParams: ["body", "metadata.namespace"],
1013
+ operationId: "ves.io.schema.views.app_api_group.API.Create",
1014
+ tags: ["Other"],
1015
+ sourceFile: "domains/api_security.json",
1016
+ },
1017
+ {
1018
+ toolName: "f5xc-api-apisecurity-app-api-group-delete",
1019
+ method: "DELETE",
1020
+ path: "/api/config/namespaces/{namespace}/app_api_groups/{name}",
1021
+ operation: "delete",
1022
+ domain: "api_security",
1023
+ resource: "app-api-group",
1024
+ summary: "DELETE App API Group.",
1025
+ description: "DELETE the specified app_api_group.",
1026
+ pathParameters: [
1027
+ {
1028
+ description: "Name\nName of the configuration object.",
1029
+ in: "path",
1030
+ name: "name",
1031
+ required: true,
1032
+ schema: {
1033
+ type: "string",
1034
+ },
1035
+ },
1036
+ {
1037
+ description: "Namespace\nNamespace in which the configuration object is present.",
1038
+ in: "path",
1039
+ name: "namespace",
1040
+ required: true,
1041
+ schema: {
1042
+ type: "string",
1043
+ },
1044
+ },
1045
+ ],
1046
+ queryParameters: [],
1047
+ requestBodySchema: {
1048
+ $ref: "#/components/schemas/app_api_groupDeleteRequest",
1049
+ },
1050
+ responseSchema: {},
1051
+ requiredParams: ["body", "name", "namespace"],
1052
+ operationId: "ves.io.schema.views.app_api_group.API.Delete",
1053
+ tags: ["Other"],
1054
+ sourceFile: "domains/api_security.json",
1055
+ },
1056
+ {
1057
+ toolName: "f5xc-api-apisecurity-app-api-group-get",
1058
+ method: "GET",
1059
+ path: "/api/config/namespaces/{namespace}/app_api_groups/{name}",
1060
+ operation: "get",
1061
+ domain: "api_security",
1062
+ resource: "app-api-group",
1063
+ summary: "GET API Group.",
1064
+ description: "GET app_api_group reads a given object from storage backend for metadata.namespace.",
1065
+ pathParameters: [
1066
+ {
1067
+ description: "Name\nThe name of the configuration object to be fetched.",
1068
+ in: "path",
1069
+ name: "name",
1070
+ required: true,
1071
+ schema: {
1072
+ type: "string",
1073
+ },
1074
+ },
1075
+ {
1076
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1077
+ in: "path",
1078
+ name: "namespace",
1079
+ required: true,
1080
+ schema: {
1081
+ type: "string",
1082
+ },
1083
+ },
1084
+ ],
1085
+ queryParameters: [
1086
+ {
1087
+ 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.",
1088
+ in: "query",
1089
+ name: "response_format",
1090
+ required: false,
1091
+ schema: {
1092
+ default: "GET_RSP_FORMAT_DEFAULT",
1093
+ enum: [
1094
+ "GET_RSP_FORMAT_DEFAULT",
1095
+ "GET_RSP_FORMAT_FOR_CREATE",
1096
+ "GET_RSP_FORMAT_FOR_REPLACE",
1097
+ "GET_RSP_FORMAT_STATUS",
1098
+ "GET_RSP_FORMAT_READ",
1099
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1100
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1101
+ ],
1102
+ type: "string",
1103
+ },
1104
+ },
1105
+ ],
1106
+ requestBodySchema: null,
1107
+ responseSchema: {
1108
+ $ref: "#/components/schemas/app_api_groupGetResponse",
1109
+ },
1110
+ requiredParams: ["name", "namespace"],
1111
+ operationId: "ves.io.schema.views.app_api_group.API.Get",
1112
+ tags: ["Other"],
1113
+ sourceFile: "domains/api_security.json",
1114
+ },
1115
+ {
1116
+ toolName: "f5xc-api-apisecurity-app-api-group-list",
1117
+ method: "GET",
1118
+ path: "/api/config/namespaces/{namespace}/app_api_groups",
1119
+ operation: "list",
1120
+ domain: "api_security",
1121
+ resource: "app-api-group",
1122
+ summary: "List App API Group.",
1123
+ description: "List the set of app_api_group in a namespace.",
1124
+ pathParameters: [
1125
+ {
1126
+ description: "Namespace\nNamespace to scope the listing of app_api_group.",
1127
+ in: "path",
1128
+ name: "namespace",
1129
+ required: true,
1130
+ schema: {
1131
+ type: "string",
1132
+ },
1133
+ },
1134
+ ],
1135
+ queryParameters: [
1136
+ {
1137
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1138
+ in: "query",
1139
+ name: "label_filter",
1140
+ required: false,
1141
+ schema: {
1142
+ type: "string",
1143
+ },
1144
+ },
1145
+ {
1146
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1147
+ in: "query",
1148
+ name: "report_fields",
1149
+ required: false,
1150
+ schema: {
1151
+ items: {
1152
+ type: "string",
1153
+ },
1154
+ type: "array",
1155
+ },
1156
+ },
1157
+ {
1158
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1159
+ in: "query",
1160
+ name: "report_status_fields",
1161
+ required: false,
1162
+ schema: {
1163
+ items: {
1164
+ type: "string",
1165
+ },
1166
+ type: "array",
1167
+ },
1168
+ },
1169
+ ],
1170
+ requestBodySchema: null,
1171
+ responseSchema: {
1172
+ $ref: "#/components/schemas/app_api_groupListResponse",
1173
+ },
1174
+ requiredParams: ["namespace"],
1175
+ operationId: "ves.io.schema.views.app_api_group.API.List",
1176
+ tags: ["Other"],
1177
+ sourceFile: "domains/api_security.json",
1178
+ },
1179
+ {
1180
+ toolName: "f5xc-api-apisecurity-app-api-group-update",
1181
+ method: "PUT",
1182
+ path: "/api/config/namespaces/{metadata.namespace}/app_api_groups/{metadata.name}",
1183
+ operation: "update",
1184
+ domain: "api_security",
1185
+ resource: "app-api-group",
1186
+ summary: "Replace API Group.",
1187
+ description: "Replace app_api_group replaces an existing object in the storage backend for metadata.namespace.",
1188
+ pathParameters: [
1189
+ {
1190
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1191
+ in: "path",
1192
+ name: "metadata.name",
1193
+ required: true,
1194
+ schema: {
1195
+ type: "string",
1196
+ },
1197
+ },
1198
+ {
1199
+ 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 ""',
1200
+ in: "path",
1201
+ name: "metadata.namespace",
1202
+ required: true,
1203
+ schema: {
1204
+ type: "string",
1205
+ },
1206
+ },
1207
+ ],
1208
+ queryParameters: [],
1209
+ requestBodySchema: {
1210
+ $ref: "#/components/schemas/app_api_groupReplaceRequest",
1211
+ },
1212
+ responseSchema: {
1213
+ $ref: "#/components/schemas/app_api_groupReplaceResponse",
1214
+ },
1215
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1216
+ operationId: "ves.io.schema.views.app_api_group.API.Replace",
1217
+ tags: ["Other"],
1218
+ sourceFile: "domains/api_security.json",
1219
+ },
1220
+ {
1221
+ toolName: "f5xc-api-apisecurity-code-base-integration-create",
1222
+ method: "POST",
1223
+ path: "/api/config/namespaces/{metadata.namespace}/code_base_integrations",
1224
+ operation: "create",
1225
+ domain: "api_security",
1226
+ resource: "code-base-integration",
1227
+ summary: "CREATE Code Base Integration.",
1228
+ description: "CREATE integration details.",
1229
+ pathParameters: [
1230
+ {
1231
+ 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 ""',
1232
+ in: "path",
1233
+ name: "metadata.namespace",
1234
+ required: true,
1235
+ schema: {
1236
+ type: "string",
1237
+ },
1238
+ },
1239
+ ],
1240
+ queryParameters: [],
1241
+ requestBodySchema: {
1242
+ $ref: "#/components/schemas/code_base_integrationCreateRequest",
1243
+ },
1244
+ responseSchema: {
1245
+ $ref: "#/components/schemas/code_base_integrationCreateResponse",
1246
+ },
1247
+ requiredParams: ["body", "metadata.namespace"],
1248
+ operationId: "ves.io.schema.api_sec.code_base_integration.API.Create",
1249
+ tags: ["Other"],
1250
+ sourceFile: "domains/api_security.json",
1251
+ },
1252
+ {
1253
+ toolName: "f5xc-api-apisecurity-code-base-integration-delete",
1254
+ method: "DELETE",
1255
+ path: "/api/config/namespaces/{namespace}/code_base_integrations/{name}",
1256
+ operation: "delete",
1257
+ domain: "api_security",
1258
+ resource: "code-base-integration",
1259
+ summary: "DELETE Code Base Integration.",
1260
+ description: "DELETE the specified code_base_integration.",
1261
+ pathParameters: [
1262
+ {
1263
+ description: "Name\nName of the configuration object.",
1264
+ in: "path",
1265
+ name: "name",
1266
+ required: true,
1267
+ schema: {
1268
+ type: "string",
1269
+ },
1270
+ },
1271
+ {
1272
+ description: "Namespace\nNamespace in which the configuration object is present.",
1273
+ in: "path",
1274
+ name: "namespace",
1275
+ required: true,
1276
+ schema: {
1277
+ type: "string",
1278
+ },
1279
+ },
1280
+ ],
1281
+ queryParameters: [],
1282
+ requestBodySchema: {
1283
+ $ref: "#/components/schemas/code_base_integrationDeleteRequest",
1284
+ },
1285
+ responseSchema: {},
1286
+ requiredParams: ["body", "name", "namespace"],
1287
+ operationId: "ves.io.schema.api_sec.code_base_integration.API.Delete",
1288
+ tags: ["Other"],
1289
+ sourceFile: "domains/api_security.json",
1290
+ },
1291
+ {
1292
+ toolName: "f5xc-api-apisecurity-code-base-integration-get",
1293
+ method: "GET",
1294
+ path: "/api/config/namespaces/{namespace}/code_base_integrations/{name}",
1295
+ operation: "get",
1296
+ domain: "api_security",
1297
+ resource: "code-base-integration",
1298
+ summary: "GET Code Base Integration.",
1299
+ description: "GET code base integration details.",
1300
+ pathParameters: [
1301
+ {
1302
+ description: "Name\nThe name of the configuration object to be fetched.",
1303
+ in: "path",
1304
+ name: "name",
1305
+ required: true,
1306
+ schema: {
1307
+ type: "string",
1308
+ },
1309
+ },
1310
+ {
1311
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1312
+ in: "path",
1313
+ name: "namespace",
1314
+ required: true,
1315
+ schema: {
1316
+ type: "string",
1317
+ },
1318
+ },
1319
+ ],
1320
+ queryParameters: [
1321
+ {
1322
+ 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.",
1323
+ in: "query",
1324
+ name: "response_format",
1325
+ required: false,
1326
+ schema: {
1327
+ default: "GET_RSP_FORMAT_DEFAULT",
1328
+ enum: [
1329
+ "GET_RSP_FORMAT_DEFAULT",
1330
+ "GET_RSP_FORMAT_FOR_CREATE",
1331
+ "GET_RSP_FORMAT_FOR_REPLACE",
1332
+ "GET_RSP_FORMAT_STATUS",
1333
+ "GET_RSP_FORMAT_READ",
1334
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1335
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1336
+ ],
1337
+ type: "string",
1338
+ },
1339
+ },
1340
+ ],
1341
+ requestBodySchema: null,
1342
+ responseSchema: {
1343
+ $ref: "#/components/schemas/code_base_integrationGetResponse",
1344
+ },
1345
+ requiredParams: ["name", "namespace"],
1346
+ operationId: "ves.io.schema.api_sec.code_base_integration.API.Get",
1347
+ tags: ["Other"],
1348
+ sourceFile: "domains/api_security.json",
1349
+ },
1350
+ {
1351
+ toolName: "f5xc-api-apisecurity-code-base-integration-list",
1352
+ method: "GET",
1353
+ path: "/api/config/namespaces/{namespace}/code_base_integrations",
1354
+ operation: "list",
1355
+ domain: "api_security",
1356
+ resource: "code-base-integration",
1357
+ summary: "List Code Base Integration.",
1358
+ description: "List the set of code_base_integration in a namespace.",
1359
+ pathParameters: [
1360
+ {
1361
+ description: "Namespace\nNamespace to scope the listing of code_base_integration.",
1362
+ in: "path",
1363
+ name: "namespace",
1364
+ required: true,
1365
+ schema: {
1366
+ type: "string",
1367
+ },
1368
+ },
1369
+ ],
1370
+ queryParameters: [
1371
+ {
1372
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1373
+ in: "query",
1374
+ name: "label_filter",
1375
+ required: false,
1376
+ schema: {
1377
+ type: "string",
1378
+ },
1379
+ },
1380
+ {
1381
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1382
+ in: "query",
1383
+ name: "report_fields",
1384
+ required: false,
1385
+ schema: {
1386
+ items: {
1387
+ type: "string",
1388
+ },
1389
+ type: "array",
1390
+ },
1391
+ },
1392
+ {
1393
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1394
+ in: "query",
1395
+ name: "report_status_fields",
1396
+ required: false,
1397
+ schema: {
1398
+ items: {
1399
+ type: "string",
1400
+ },
1401
+ type: "array",
1402
+ },
1403
+ },
1404
+ ],
1405
+ requestBodySchema: null,
1406
+ responseSchema: {
1407
+ $ref: "#/components/schemas/code_base_integrationListResponse",
1408
+ },
1409
+ requiredParams: ["namespace"],
1410
+ operationId: "ves.io.schema.api_sec.code_base_integration.API.List",
1411
+ tags: ["Other"],
1412
+ sourceFile: "domains/api_security.json",
1413
+ },
1414
+ {
1415
+ toolName: "f5xc-api-apisecurity-code-base-integration-update",
1416
+ method: "PUT",
1417
+ path: "/api/config/namespaces/{metadata.namespace}/code_base_integrations/{metadata.name}",
1418
+ operation: "update",
1419
+ domain: "api_security",
1420
+ resource: "code-base-integration",
1421
+ summary: "Replace Code Base Integration.",
1422
+ description: "Replace integration details.",
1423
+ pathParameters: [
1424
+ {
1425
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1426
+ in: "path",
1427
+ name: "metadata.name",
1428
+ required: true,
1429
+ schema: {
1430
+ type: "string",
1431
+ },
1432
+ },
1433
+ {
1434
+ 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 ""',
1435
+ in: "path",
1436
+ name: "metadata.namespace",
1437
+ required: true,
1438
+ schema: {
1439
+ type: "string",
1440
+ },
1441
+ },
1442
+ ],
1443
+ queryParameters: [],
1444
+ requestBodySchema: {
1445
+ $ref: "#/components/schemas/code_base_integrationReplaceRequest",
1446
+ },
1447
+ responseSchema: {
1448
+ $ref: "#/components/schemas/code_base_integrationReplaceResponse",
1449
+ },
1450
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1451
+ operationId: "ves.io.schema.api_sec.code_base_integration.API.Replace",
1452
+ tags: ["Other"],
1453
+ sourceFile: "domains/api_security.json",
1454
+ },
1455
+ {
1456
+ toolName: "f5xc-api-apisecurity-data-exposure-create",
1457
+ method: "POST",
1458
+ path: "/api/config/namespaces/{namespace}/api_sec/rule_suggestion/data_exposure",
1459
+ operation: "create",
1460
+ domain: "api_security",
1461
+ resource: "data-exposure",
1462
+ summary: "Suggest sensitive data rule.",
1463
+ description: "Suggest sensitive data rule for a given path.",
1464
+ pathParameters: [
1465
+ {
1466
+ description: "Namespace\nx-required\nNamespace of the App type for current request.",
1467
+ in: "path",
1468
+ name: "namespace",
1469
+ required: true,
1470
+ schema: {
1471
+ type: "string",
1472
+ },
1473
+ },
1474
+ ],
1475
+ queryParameters: [],
1476
+ requestBodySchema: {
1477
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedSensitiveDataRuleReq",
1478
+ },
1479
+ responseSchema: {
1480
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedSensitiveDataRuleRsp",
1481
+ },
1482
+ requiredParams: ["body", "namespace"],
1483
+ operationId: "ves.io.schema.api_sec.rule_suggestion.RuleSuggestionAPI.GetSuggestedSensitiveDataRule",
1484
+ tags: ["API Security"],
1485
+ sourceFile: "domains/api_security.json",
1486
+ },
1487
+ {
1488
+ toolName: "f5xc-api-apisecurity-evaluate-create",
1489
+ method: "POST",
1490
+ path: "/api/ml/data/namespaces/{namespace}/app_api_groups/evaluate",
1491
+ operation: "create",
1492
+ domain: "api_security",
1493
+ resource: "evaluate",
1494
+ summary: "Evaluate API Group.",
1495
+ description: "Evaluate API Group Builder against all API endpoints associated with the referenced object and return the resulting API Group.\nFor example, if the referenced object is an HTTP LB then all discovered and imported endpoints are associated with it.",
1496
+ pathParameters: [
1497
+ {
1498
+ description: "Namespace\nNamespace of the API Group for the current request.",
1499
+ in: "path",
1500
+ name: "namespace",
1501
+ required: true,
1502
+ schema: {
1503
+ type: "string",
1504
+ },
1505
+ },
1506
+ ],
1507
+ queryParameters: [],
1508
+ requestBodySchema: {
1509
+ $ref: "#/components/schemas/app_api_groupEvaluateApiGroupReq",
1510
+ },
1511
+ responseSchema: {
1512
+ $ref: "#/components/schemas/app_api_groupEvaluateApiGroupRsp",
1513
+ },
1514
+ requiredParams: ["body", "namespace"],
1515
+ operationId: "ves.io.schema.views.app_api_group.CustomAPI.EvaluateApiGroup",
1516
+ tags: ["Other"],
1517
+ sourceFile: "domains/api_security.json",
1518
+ },
1519
+ {
1520
+ toolName: "f5xc-api-apisecurity-oas-validation-create",
1521
+ method: "POST",
1522
+ path: "/api/config/namespaces/{namespace}/api_sec/rule_suggestion/oas_validation",
1523
+ operation: "create",
1524
+ domain: "api_security",
1525
+ resource: "oas-validation",
1526
+ summary: "Suggest Open API specification validation rule.",
1527
+ description: "Suggest Open API specification validation rule for a given path.",
1528
+ pathParameters: [
1529
+ {
1530
+ description: "Namespace\nx-required\nNamespace of the App type for current request.",
1531
+ in: "path",
1532
+ name: "namespace",
1533
+ required: true,
1534
+ schema: {
1535
+ type: "string",
1536
+ },
1537
+ },
1538
+ ],
1539
+ queryParameters: [],
1540
+ requestBodySchema: {
1541
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedOasValidationRuleReq",
1542
+ },
1543
+ responseSchema: {
1544
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedOasValidationRuleRsp",
1545
+ },
1546
+ requiredParams: ["body", "namespace"],
1547
+ operationId: "ves.io.schema.api_sec.rule_suggestion.RuleSuggestionAPI.GetSuggestedOasValidationRule",
1548
+ tags: ["API Security"],
1549
+ sourceFile: "domains/api_security.json",
1550
+ },
1551
+ {
1552
+ toolName: "f5xc-api-apisecurity-rate-limit-create",
1553
+ method: "POST",
1554
+ path: "/api/config/namespaces/{namespace}/api_sec/rule_suggestion/rate_limit",
1555
+ operation: "create",
1556
+ domain: "api_security",
1557
+ resource: "rate-limit",
1558
+ summary: "Suggest rate limit rule.",
1559
+ description: "Suggest rate limit rule for a given path.",
1560
+ pathParameters: [
1561
+ {
1562
+ description: "Namespace\nx-required\nNamespace of the App type for current request.",
1563
+ in: "path",
1564
+ name: "namespace",
1565
+ required: true,
1566
+ schema: {
1567
+ type: "string",
1568
+ },
1569
+ },
1570
+ ],
1571
+ queryParameters: [],
1572
+ requestBodySchema: {
1573
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedRateLimitRuleReq",
1574
+ },
1575
+ responseSchema: {
1576
+ $ref: "#/components/schemas/rule_suggestionGetSuggestedRateLimitRuleRsp",
1577
+ },
1578
+ requiredParams: ["body", "namespace"],
1579
+ operationId: "ves.io.schema.api_sec.rule_suggestion.RuleSuggestionAPI.GetSuggestedRateLimitRule",
1580
+ tags: ["API Security"],
1581
+ sourceFile: "domains/api_security.json",
1582
+ },
1583
+ {
1584
+ toolName: "f5xc-api-apisecurity-sensitive-data-policy-create",
1585
+ method: "POST",
1586
+ path: "/api/config/namespaces/{metadata.namespace}/sensitive_data_policys",
1587
+ operation: "create",
1588
+ domain: "api_security",
1589
+ resource: "sensitive-data-policy",
1590
+ summary: "Create Sensitive Data Discovery.",
1591
+ description: "Create sensitive_data_policy creates a new object in the storage backend for metadata.namespace.",
1592
+ pathParameters: [
1593
+ {
1594
+ 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 ""',
1595
+ in: "path",
1596
+ name: "metadata.namespace",
1597
+ required: true,
1598
+ schema: {
1599
+ type: "string",
1600
+ },
1601
+ },
1602
+ ],
1603
+ queryParameters: [],
1604
+ requestBodySchema: {
1605
+ $ref: "#/components/schemas/sensitive_data_policyCreateRequest",
1606
+ },
1607
+ responseSchema: {
1608
+ $ref: "#/components/schemas/sensitive_data_policyCreateResponse",
1609
+ },
1610
+ requiredParams: ["body", "metadata.namespace"],
1611
+ operationId: "ves.io.schema.sensitive_data_policy.API.Create",
1612
+ tags: ["Other"],
1613
+ sourceFile: "domains/api_security.json",
1614
+ },
1615
+ {
1616
+ toolName: "f5xc-api-apisecurity-sensitive-data-policy-delete",
1617
+ method: "DELETE",
1618
+ path: "/api/config/namespaces/{namespace}/sensitive_data_policys/{name}",
1619
+ operation: "delete",
1620
+ domain: "api_security",
1621
+ resource: "sensitive-data-policy",
1622
+ summary: "DELETE Sensitive Data Discovery.",
1623
+ description: "DELETE the specified sensitive_data_policy.",
1624
+ pathParameters: [
1625
+ {
1626
+ description: "Name\nName of the configuration object.",
1627
+ in: "path",
1628
+ name: "name",
1629
+ required: true,
1630
+ schema: {
1631
+ type: "string",
1632
+ },
1633
+ },
1634
+ {
1635
+ description: "Namespace\nNamespace in which the configuration object is present.",
1636
+ in: "path",
1637
+ name: "namespace",
1638
+ required: true,
1639
+ schema: {
1640
+ type: "string",
1641
+ },
1642
+ },
1643
+ ],
1644
+ queryParameters: [],
1645
+ requestBodySchema: {
1646
+ $ref: "#/components/schemas/sensitive_data_policyDeleteRequest",
1647
+ },
1648
+ responseSchema: {},
1649
+ requiredParams: ["body", "name", "namespace"],
1650
+ operationId: "ves.io.schema.sensitive_data_policy.API.Delete",
1651
+ tags: ["Other"],
1652
+ sourceFile: "domains/api_security.json",
1653
+ },
1654
+ {
1655
+ toolName: "f5xc-api-apisecurity-sensitive-data-policy-get",
1656
+ method: "GET",
1657
+ path: "/api/config/namespaces/{namespace}/sensitive_data_policys/{name}",
1658
+ operation: "get",
1659
+ domain: "api_security",
1660
+ resource: "sensitive-data-policy",
1661
+ summary: "GET Sensitive Data Discovery.",
1662
+ description: "GET sensitive_data_policy reads a given object from storage backend for metadata.namespace.",
1663
+ pathParameters: [
1664
+ {
1665
+ description: "Name\nThe name of the configuration object to be fetched.",
1666
+ in: "path",
1667
+ name: "name",
1668
+ required: true,
1669
+ schema: {
1670
+ type: "string",
1671
+ },
1672
+ },
1673
+ {
1674
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1675
+ in: "path",
1676
+ name: "namespace",
1677
+ required: true,
1678
+ schema: {
1679
+ type: "string",
1680
+ },
1681
+ },
1682
+ ],
1683
+ queryParameters: [
1684
+ {
1685
+ 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.",
1686
+ in: "query",
1687
+ name: "response_format",
1688
+ required: false,
1689
+ schema: {
1690
+ default: "GET_RSP_FORMAT_DEFAULT",
1691
+ enum: [
1692
+ "GET_RSP_FORMAT_DEFAULT",
1693
+ "GET_RSP_FORMAT_FOR_CREATE",
1694
+ "GET_RSP_FORMAT_FOR_REPLACE",
1695
+ "GET_RSP_FORMAT_STATUS",
1696
+ "GET_RSP_FORMAT_READ",
1697
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1698
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1699
+ ],
1700
+ type: "string",
1701
+ },
1702
+ },
1703
+ ],
1704
+ requestBodySchema: null,
1705
+ responseSchema: {
1706
+ $ref: "#/components/schemas/sensitive_data_policyGetResponse",
1707
+ },
1708
+ requiredParams: ["name", "namespace"],
1709
+ operationId: "ves.io.schema.sensitive_data_policy.API.Get",
1710
+ tags: ["Other"],
1711
+ sourceFile: "domains/api_security.json",
1712
+ },
1713
+ {
1714
+ toolName: "f5xc-api-apisecurity-sensitive-data-policy-list",
1715
+ method: "GET",
1716
+ path: "/api/config/namespaces/{namespace}/sensitive_data_policys",
1717
+ operation: "list",
1718
+ domain: "api_security",
1719
+ resource: "sensitive-data-policy",
1720
+ summary: "List Sensitive Data Discovery.",
1721
+ description: "List the set of sensitive_data_policy in a namespace.",
1722
+ pathParameters: [
1723
+ {
1724
+ description: "Namespace\nNamespace to scope the listing of sensitive_data_policy.",
1725
+ in: "path",
1726
+ name: "namespace",
1727
+ required: true,
1728
+ schema: {
1729
+ type: "string",
1730
+ },
1731
+ },
1732
+ ],
1733
+ queryParameters: [
1734
+ {
1735
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1736
+ in: "query",
1737
+ name: "label_filter",
1738
+ required: false,
1739
+ schema: {
1740
+ type: "string",
1741
+ },
1742
+ },
1743
+ {
1744
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1745
+ in: "query",
1746
+ name: "report_fields",
1747
+ required: false,
1748
+ schema: {
1749
+ items: {
1750
+ type: "string",
1751
+ },
1752
+ type: "array",
1753
+ },
1754
+ },
1755
+ {
1756
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1757
+ in: "query",
1758
+ name: "report_status_fields",
1759
+ required: false,
1760
+ schema: {
1761
+ items: {
1762
+ type: "string",
1763
+ },
1764
+ type: "array",
1765
+ },
1766
+ },
1767
+ ],
1768
+ requestBodySchema: null,
1769
+ responseSchema: {
1770
+ $ref: "#/components/schemas/sensitive_data_policyListResponse",
1771
+ },
1772
+ requiredParams: ["namespace"],
1773
+ operationId: "ves.io.schema.sensitive_data_policy.API.List",
1774
+ tags: ["Other"],
1775
+ sourceFile: "domains/api_security.json",
1776
+ },
1777
+ {
1778
+ toolName: "f5xc-api-apisecurity-sensitive-data-policy-update",
1779
+ method: "PUT",
1780
+ path: "/api/config/namespaces/{metadata.namespace}/sensitive_data_policys/{metadata.name}",
1781
+ operation: "update",
1782
+ domain: "api_security",
1783
+ resource: "sensitive-data-policy",
1784
+ summary: "Replace Sensitive Data Discovery.",
1785
+ description: "Replace sensitive_data_policy replaces an existing object in the storage backend for metadata.namespace.",
1786
+ pathParameters: [
1787
+ {
1788
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1789
+ in: "path",
1790
+ name: "metadata.name",
1791
+ required: true,
1792
+ schema: {
1793
+ type: "string",
1794
+ },
1795
+ },
1796
+ {
1797
+ 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 ""',
1798
+ in: "path",
1799
+ name: "metadata.namespace",
1800
+ required: true,
1801
+ schema: {
1802
+ type: "string",
1803
+ },
1804
+ },
1805
+ ],
1806
+ queryParameters: [],
1807
+ requestBodySchema: {
1808
+ $ref: "#/components/schemas/sensitive_data_policyReplaceRequest",
1809
+ },
1810
+ responseSchema: {
1811
+ $ref: "#/components/schemas/sensitive_data_policyReplaceResponse",
1812
+ },
1813
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1814
+ operationId: "ves.io.schema.sensitive_data_policy.API.Replace",
1815
+ tags: ["Other"],
1816
+ sourceFile: "domains/api_security.json",
1817
+ },
1818
+ {
1819
+ toolName: "f5xc-api-apisecurity-stat-create",
1820
+ method: "POST",
1821
+ path: "/api/ml/data/namespaces/{namespace}/app_api_groups/stats",
1822
+ operation: "create",
1823
+ domain: "api_security",
1824
+ resource: "stat",
1825
+ summary: "Evaluate API Group.",
1826
+ description: "Check if there are any changes happened to the API Groups, and return number of API Endpoints updated for each API Group.",
1827
+ pathParameters: [
1828
+ {
1829
+ description: "Namespace\nNamespace of the API Group for the current request.",
1830
+ in: "path",
1831
+ name: "namespace",
1832
+ required: true,
1833
+ schema: {
1834
+ type: "string",
1835
+ },
1836
+ },
1837
+ ],
1838
+ queryParameters: [],
1839
+ requestBodySchema: {
1840
+ $ref: "#/components/schemas/app_api_groupGetApiGroupsStatsReq",
1841
+ },
1842
+ responseSchema: {
1843
+ $ref: "#/components/schemas/app_api_groupGetApiGroupsStatsRsp",
1844
+ },
1845
+ requiredParams: ["body", "namespace"],
1846
+ operationId: "ves.io.schema.views.app_api_group.CustomAPI.GetApiGroupsStats",
1847
+ tags: ["Other"],
1848
+ sourceFile: "domains/api_security.json",
1849
+ },
1850
+ ];
1851
+ export default api_securityTools;
1852
+ //# sourceMappingURL=index.js.map