@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,1995 @@
1
+ /**
2
+ * Generated tool definitions for integrations domain
3
+ * DO NOT EDIT - This file is auto-generated by scripts/generate.ts
4
+ */
5
+ export const integrationsTools = [
6
+ {
7
+ toolName: "f5xc-api-integrations-cminstance-create",
8
+ method: "POST",
9
+ path: "/api/config/namespaces/{metadata.namespace}/cminstances",
10
+ operation: "create",
11
+ domain: "integrations",
12
+ resource: "cminstance",
13
+ summary: "Create Central Manager Insatnce.",
14
+ description: "Create App type will create the configuration in namespace metadata.namespace.",
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/cminstanceCreateRequest",
29
+ },
30
+ responseSchema: {
31
+ $ref: "#/components/schemas/cminstanceCreateResponse",
32
+ },
33
+ requiredParams: ["body", "metadata.namespace"],
34
+ operationId: "ves.io.schema.cminstance.API.Create",
35
+ tags: ["Other"],
36
+ sourceFile: "domains/integrations.json",
37
+ },
38
+ {
39
+ toolName: "f5xc-api-integrations-cminstance-delete",
40
+ method: "DELETE",
41
+ path: "/api/config/namespaces/{namespace}/cminstances/{name}",
42
+ operation: "delete",
43
+ domain: "integrations",
44
+ resource: "cminstance",
45
+ summary: "DELETE Central Manager Instance.",
46
+ description: "DELETE the specified cminstance.",
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/cminstanceDeleteRequest",
70
+ },
71
+ responseSchema: {},
72
+ requiredParams: ["body", "name", "namespace"],
73
+ operationId: "ves.io.schema.cminstance.API.Delete",
74
+ tags: ["Other"],
75
+ sourceFile: "domains/integrations.json",
76
+ },
77
+ {
78
+ toolName: "f5xc-api-integrations-cminstance-get",
79
+ method: "GET",
80
+ path: "/api/config/namespaces/{namespace}/cminstances/{name}",
81
+ operation: "get",
82
+ domain: "integrations",
83
+ resource: "cminstance",
84
+ summary: "GET Central Manager Instance.",
85
+ description: "GET CMInstance will read the configuration from namespace metadata.namespace.",
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/cminstanceGetResponse",
130
+ },
131
+ requiredParams: ["name", "namespace"],
132
+ operationId: "ves.io.schema.cminstance.API.Get",
133
+ tags: ["Other"],
134
+ sourceFile: "domains/integrations.json",
135
+ },
136
+ {
137
+ toolName: "f5xc-api-integrations-cminstance-list",
138
+ method: "GET",
139
+ path: "/api/config/namespaces/{namespace}/cminstances",
140
+ operation: "list",
141
+ domain: "integrations",
142
+ resource: "cminstance",
143
+ summary: "List Central Manager Instance.",
144
+ description: "List the set of cminstance in a namespace.",
145
+ pathParameters: [
146
+ {
147
+ description: "Namespace\nNamespace to scope the listing of cminstance.",
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/cminstanceListResponse",
194
+ },
195
+ requiredParams: ["namespace"],
196
+ operationId: "ves.io.schema.cminstance.API.List",
197
+ tags: ["Other"],
198
+ sourceFile: "domains/integrations.json",
199
+ },
200
+ {
201
+ toolName: "f5xc-api-integrations-cminstance-update",
202
+ method: "PUT",
203
+ path: "/api/config/namespaces/{metadata.namespace}/cminstances/{metadata.name}",
204
+ operation: "update",
205
+ domain: "integrations",
206
+ resource: "cminstance",
207
+ summary: "Replace Central Manager Instance.",
208
+ description: "Update the configuration by replacing the existing spec with the provided one.\nFor read-then-write operations a resourceVersion mismatch will occur if the object was modified between the read and write.",
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/cminstanceReplaceRequest",
232
+ },
233
+ responseSchema: {
234
+ $ref: "#/components/schemas/cminstanceReplaceResponse",
235
+ },
236
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
237
+ operationId: "ves.io.schema.cminstance.API.Replace",
238
+ tags: ["Other"],
239
+ sourceFile: "domains/integrations.json",
240
+ },
241
+ {
242
+ toolName: "f5xc-api-integrations-force-delete-create",
243
+ method: "POST",
244
+ path: "/api/terraform/namespaces/{namespace}/terraform/{view_kind}/{view_name}/force-delete",
245
+ operation: "create",
246
+ domain: "integrations",
247
+ resource: "force-delete",
248
+ summary: "Force DELETE view.",
249
+ description: "Force DELETE view object. This can result in staled objects in cloud provider.",
250
+ pathParameters: [
251
+ {
252
+ description: "Namespace\nNamespace for the label to be retrieved.",
253
+ in: "path",
254
+ name: "namespace",
255
+ required: true,
256
+ schema: {
257
+ type: "string",
258
+ },
259
+ },
260
+ {
261
+ description: "Kind of View\nKind of view of which terraform parameters are requested e.g. Aws_vpc_site, azure_vnet_site.",
262
+ in: "path",
263
+ name: "view_kind",
264
+ required: true,
265
+ schema: {
266
+ type: "string",
267
+ },
268
+ },
269
+ {
270
+ description: "Name of view\nName of the view for which terraform parameters are requested.",
271
+ in: "path",
272
+ name: "view_name",
273
+ required: true,
274
+ schema: {
275
+ type: "string",
276
+ },
277
+ },
278
+ ],
279
+ queryParameters: [],
280
+ requestBodySchema: {
281
+ $ref: "#/components/schemas/terraform_parametersForceDeleteRequest",
282
+ },
283
+ responseSchema: {
284
+ $ref: "#/components/schemas/terraform_parametersForceDeleteResponse",
285
+ },
286
+ requiredParams: ["body", "namespace", "view_kind", "view_name"],
287
+ operationId: "ves.io.schema.views.terraform_parameters.CustomActionAPI.ForceDelete",
288
+ tags: ["Other"],
289
+ sourceFile: "domains/integrations.json",
290
+ },
291
+ {
292
+ toolName: "f5xc-api-integrations-generate-token-get",
293
+ method: "GET",
294
+ path: "/api/config/namespaces/{namespace}/third_party_applications/{name}/generate_token",
295
+ operation: "get",
296
+ domain: "integrations",
297
+ resource: "generate-token",
298
+ summary: "Generate Token.",
299
+ description: "Generate token that will be used by the third party application.",
300
+ pathParameters: [
301
+ {
302
+ description: "Service Name\nx-required\nIdentifies the discovered service name.",
303
+ in: "path",
304
+ name: "name",
305
+ required: true,
306
+ schema: {
307
+ type: "string",
308
+ },
309
+ },
310
+ {
311
+ description: "Namespace\nx-required\nNamespace of the discovered service for current request.",
312
+ in: "path",
313
+ name: "namespace",
314
+ required: true,
315
+ schema: {
316
+ type: "string",
317
+ },
318
+ },
319
+ ],
320
+ queryParameters: [],
321
+ requestBodySchema: null,
322
+ responseSchema: {
323
+ $ref: "#/components/schemas/third_party_applicationGenerateTokenResponse",
324
+ },
325
+ requiredParams: ["name", "namespace"],
326
+ operationId: "ves.io.schema.views.third_party_application.CustomAPI.GenerateToken",
327
+ tags: ["Other"],
328
+ sourceFile: "domains/integrations.json",
329
+ },
330
+ {
331
+ toolName: "f5xc-api-integrations-get-security-config-create",
332
+ method: "POST",
333
+ path: "/api/config/namespaces/{namespace}/third_party_application/get_security_config",
334
+ operation: "create",
335
+ domain: "integrations",
336
+ resource: "get-security-config",
337
+ summary: "GET Security Config for Third Party Application.",
338
+ description: "Fetch the corresponding Security Config for the given Third Party Application.",
339
+ pathParameters: [
340
+ {
341
+ description: "Namespace\nx-required\nNamespace of the Third Party Application for current request.",
342
+ in: "path",
343
+ name: "namespace",
344
+ required: true,
345
+ schema: {
346
+ type: "string",
347
+ },
348
+ },
349
+ ],
350
+ queryParameters: [],
351
+ requestBodySchema: {
352
+ $ref: "#/components/schemas/third_party_applicationGetSecurityConfigReq",
353
+ },
354
+ responseSchema: {
355
+ $ref: "#/components/schemas/common_securityGetSecurityConfigRsp",
356
+ },
357
+ requiredParams: ["body", "namespace"],
358
+ operationId: "ves.io.schema.views.third_party_application.CustomAPI.GetSecurityConfig",
359
+ tags: ["Other"],
360
+ sourceFile: "domains/integrations.json",
361
+ },
362
+ {
363
+ toolName: "f5xc-api-integrations-jira-projects-issue-type-create",
364
+ method: "POST",
365
+ path: "/api/web/namespaces/shared/ticket_tracking_systems/jira_projects_issue_types",
366
+ operation: "create",
367
+ domain: "integrations",
368
+ resource: "jira-projects-issue-type",
369
+ summary: "JIRA Projects & Issue Types.",
370
+ description: "Returns the available projects and issue types that are available from the Jira ticket tracking system.",
371
+ pathParameters: [],
372
+ queryParameters: [],
373
+ requestBodySchema: {
374
+ $ref: "#/components/schemas/ticket_tracking_systemJiraProjectsIssueTypesRequest",
375
+ },
376
+ responseSchema: {
377
+ $ref: "#/components/schemas/ticket_tracking_systemJiraProjectsIssueTypesResponse",
378
+ },
379
+ requiredParams: ["body"],
380
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.CustomAPI.JiraProjectsIssueTypes",
381
+ tags: ["Other"],
382
+ sourceFile: "domains/integrations.json",
383
+ },
384
+ {
385
+ toolName: "f5xc-api-integrations-mobile-app-shield-list",
386
+ method: "GET",
387
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield",
388
+ operation: "list",
389
+ domain: "integrations",
390
+ resource: "mobile-app-shield",
391
+ summary: "GET List Of Mobile App Shields.",
392
+ description: "ListMobileAppShields is an API to list all mobile app shields available for download.",
393
+ pathParameters: [
394
+ {
395
+ description: "Namespace\nx-required\nNamespace of the stored_object.",
396
+ in: "path",
397
+ name: "namespace",
398
+ required: true,
399
+ schema: {
400
+ type: "string",
401
+ },
402
+ },
403
+ ],
404
+ queryParameters: [
405
+ {
406
+ description: "Optional query parameter. If passed, returns only latest version of the objects.",
407
+ in: "query",
408
+ name: "latest_version_only",
409
+ required: false,
410
+ schema: {
411
+ format: "boolean",
412
+ type: "boolean",
413
+ },
414
+ },
415
+ {
416
+ description: "Optional query parameter. Name of the stored_object.",
417
+ in: "query",
418
+ name: "name",
419
+ required: false,
420
+ schema: {
421
+ type: "string",
422
+ },
423
+ },
424
+ {
425
+ description: "Optional query parameter. Type of the stored_object.",
426
+ in: "query",
427
+ name: "object_type",
428
+ required: false,
429
+ schema: {
430
+ type: "string",
431
+ },
432
+ },
433
+ {
434
+ description: "Optional query parameter. The type of search query needs to be performed. Could be EXACT_MATCH or PREFIX_MATCH.\nEXACT_MATCH returns the objects with exact match on the name filed, while PREFIX_MATCH returns the list of object matching the 'name' prefix. Default is EXACT_MATCH.\n\n- EXACT_MATCH: EXACT_MATCH\n\nReturns list of objects with exact match on the name filed.\n- PREFIX_MATCH: PREFIX_MATCH\n\nReturns the list of object matching the 'name' prefix.",
435
+ in: "query",
436
+ name: "query_type",
437
+ required: false,
438
+ schema: {
439
+ default: "EXACT_MATCH",
440
+ enum: ["EXACT_MATCH", "PREFIX_MATCH"],
441
+ type: "string",
442
+ },
443
+ },
444
+ ],
445
+ requestBodySchema: null,
446
+ responseSchema: {
447
+ $ref: "#/components/schemas/stored_objectListObjectsResponse",
448
+ },
449
+ requiredParams: ["namespace"],
450
+ operationId: "ves.io.schema.stored_object.MobileAppShieldCustomAPI.ListMobileAppShields",
451
+ tags: ["Other"],
452
+ sourceFile: "domains/integrations.json",
453
+ },
454
+ {
455
+ toolName: "f5xc-api-integrations-mobile-integrator-list",
456
+ method: "GET",
457
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator",
458
+ operation: "list",
459
+ domain: "integrations",
460
+ resource: "mobile-integrator",
461
+ summary: "GET List Of Mobile Integrators.",
462
+ description: "ListMobileIntegrators is an API to list all mobile integrators available for download.",
463
+ pathParameters: [
464
+ {
465
+ description: "Namespace\nx-required\nNamespace of the stored_object.",
466
+ in: "path",
467
+ name: "namespace",
468
+ required: true,
469
+ schema: {
470
+ type: "string",
471
+ },
472
+ },
473
+ ],
474
+ queryParameters: [
475
+ {
476
+ description: "Optional query parameter. If passed, returns only latest version of the objects.",
477
+ in: "query",
478
+ name: "latest_version_only",
479
+ required: false,
480
+ schema: {
481
+ format: "boolean",
482
+ type: "boolean",
483
+ },
484
+ },
485
+ {
486
+ description: "Optional query parameter. Name of the stored_object.",
487
+ in: "query",
488
+ name: "name",
489
+ required: false,
490
+ schema: {
491
+ type: "string",
492
+ },
493
+ },
494
+ {
495
+ description: "Optional query parameter. Type of the stored_object.",
496
+ in: "query",
497
+ name: "object_type",
498
+ required: false,
499
+ schema: {
500
+ type: "string",
501
+ },
502
+ },
503
+ {
504
+ description: "Optional query parameter. The type of search query needs to be performed. Could be EXACT_MATCH or PREFIX_MATCH.\nEXACT_MATCH returns the objects with exact match on the name filed, while PREFIX_MATCH returns the list of object matching the 'name' prefix. Default is EXACT_MATCH.\n\n- EXACT_MATCH: EXACT_MATCH\n\nReturns list of objects with exact match on the name filed.\n- PREFIX_MATCH: PREFIX_MATCH\n\nReturns the list of object matching the 'name' prefix.",
505
+ in: "query",
506
+ name: "query_type",
507
+ required: false,
508
+ schema: {
509
+ default: "EXACT_MATCH",
510
+ enum: ["EXACT_MATCH", "PREFIX_MATCH"],
511
+ type: "string",
512
+ },
513
+ },
514
+ ],
515
+ requestBodySchema: null,
516
+ responseSchema: {
517
+ $ref: "#/components/schemas/stored_objectListObjectsResponse",
518
+ },
519
+ requiredParams: ["namespace"],
520
+ operationId: "ves.io.schema.stored_object.MobileIntegratorCustomAPI.ListMobileIntegrators",
521
+ tags: ["Other"],
522
+ sourceFile: "domains/integrations.json",
523
+ },
524
+ {
525
+ toolName: "f5xc-api-integrations-name-delete",
526
+ method: "DELETE",
527
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version}",
528
+ operation: "delete",
529
+ domain: "integrations",
530
+ resource: "{name}",
531
+ summary: "DELETE Stored Object(s)",
532
+ description: "DeleteObjects is an API to DELETE object(s) in object store.",
533
+ pathParameters: [
534
+ {
535
+ description: "Name\nx-required\nName of the stored_object.",
536
+ in: "path",
537
+ name: "name",
538
+ required: true,
539
+ schema: {
540
+ type: "string",
541
+ },
542
+ },
543
+ {
544
+ description: "Namespace\nx-required\nNamespace of the stored_object.",
545
+ in: "path",
546
+ name: "namespace",
547
+ required: true,
548
+ schema: {
549
+ type: "string",
550
+ },
551
+ },
552
+ {
553
+ description: "Object_type\nx-required\nType of the stored_object.",
554
+ in: "path",
555
+ name: "object_type",
556
+ required: true,
557
+ schema: {
558
+ type: "string",
559
+ },
560
+ },
561
+ {
562
+ description: 'Version\nVersion of the stored_object in "v{n}-{YY}-{MM}-{DD}" formatted string, where n is version number and YY/MM/DD is year, month and date.',
563
+ in: "path",
564
+ name: "version",
565
+ required: true,
566
+ schema: {
567
+ type: "string",
568
+ },
569
+ },
570
+ ],
571
+ queryParameters: [
572
+ {
573
+ description: "Optional query parameter. If provided will DELETE all the versions of the specified object.",
574
+ in: "query",
575
+ name: "force_delete",
576
+ required: false,
577
+ schema: {
578
+ format: "boolean",
579
+ type: "boolean",
580
+ },
581
+ },
582
+ ],
583
+ requestBodySchema: null,
584
+ responseSchema: {
585
+ $ref: "#/components/schemas/stored_objectDeleteObjectResponse",
586
+ },
587
+ requiredParams: ["name", "namespace", "object_type", "version"],
588
+ operationId: "docs_cloud_f5_com_0222_public_ves_io_schema_stored_object_ves_swagger_ves.io.schema.stored_object.CustomAPI.DeleteObject",
589
+ tags: ["Other"],
590
+ sourceFile: "domains/integrations.json",
591
+ },
592
+ {
593
+ toolName: "f5xc-api-integrations-name-get",
594
+ method: "GET",
595
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield/{name}/{version}",
596
+ operation: "get",
597
+ domain: "integrations",
598
+ resource: "{name}",
599
+ summary: "GET Mobile App Shield.",
600
+ description: "GetMobileAppShield is an API to download particular version of mobile app shield.",
601
+ pathParameters: [
602
+ {
603
+ description: "Name\nx-required\nName of the stored_object.",
604
+ in: "path",
605
+ name: "name",
606
+ required: true,
607
+ schema: {
608
+ type: "string",
609
+ },
610
+ },
611
+ {
612
+ description: "Namespace\nx-required\nNamespace of the stored_object.",
613
+ in: "path",
614
+ name: "namespace",
615
+ required: true,
616
+ schema: {
617
+ type: "string",
618
+ },
619
+ },
620
+ {
621
+ description: 'Version\nVersion of the stored_object in "v{n}-{YY}-{MM}-{DD}" formatted string, where n is version number and YY/MM/DD is year, month and date.',
622
+ in: "path",
623
+ name: "version",
624
+ required: true,
625
+ schema: {
626
+ type: "string",
627
+ },
628
+ },
629
+ ],
630
+ queryParameters: [
631
+ {
632
+ description: "X-required\nType of the stored_object.",
633
+ in: "query",
634
+ name: "object_type",
635
+ required: false,
636
+ schema: {
637
+ type: "string",
638
+ },
639
+ },
640
+ ],
641
+ requestBodySchema: null,
642
+ responseSchema: {
643
+ $ref: "#/components/schemas/stored_objectGetObjectResponse",
644
+ },
645
+ requiredParams: ["name", "namespace", "version"],
646
+ operationId: "ves.io.schema.stored_object.MobileAppShieldCustomAPI.GetMobileAppShield",
647
+ tags: ["Other"],
648
+ sourceFile: "domains/integrations.json",
649
+ },
650
+ {
651
+ toolName: "f5xc-api-integrations-object-type-delete",
652
+ method: "DELETE",
653
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}",
654
+ operation: "delete",
655
+ domain: "integrations",
656
+ resource: "{object-type}",
657
+ summary: "DELETE Stored Object(s)",
658
+ description: "DeleteObjects is an API to DELETE object(s) in object store.",
659
+ pathParameters: [
660
+ {
661
+ description: "Name\nx-required\nName of the stored_object.",
662
+ in: "path",
663
+ name: "name",
664
+ required: true,
665
+ schema: {
666
+ type: "string",
667
+ },
668
+ },
669
+ {
670
+ description: "Namespace\nx-required\nNamespace of the stored_object.",
671
+ in: "path",
672
+ name: "namespace",
673
+ required: true,
674
+ schema: {
675
+ type: "string",
676
+ },
677
+ },
678
+ {
679
+ description: "Object_type\nx-required\nType of the stored_object.",
680
+ in: "path",
681
+ name: "object_type",
682
+ required: true,
683
+ schema: {
684
+ type: "string",
685
+ },
686
+ },
687
+ ],
688
+ queryParameters: [
689
+ {
690
+ description: "Optional query parameter. If provided will DELETE all the versions of the specified object.",
691
+ in: "query",
692
+ name: "force_delete",
693
+ required: false,
694
+ schema: {
695
+ format: "boolean",
696
+ type: "boolean",
697
+ },
698
+ },
699
+ {
700
+ description: 'Version of the stored_object in "v{n}-{YY}-{MM}-{DD}" formatted string, where n is version number and YY/MM/DD is year, month and date.',
701
+ in: "query",
702
+ name: "version",
703
+ required: false,
704
+ schema: {
705
+ type: "string",
706
+ },
707
+ },
708
+ ],
709
+ requestBodySchema: null,
710
+ responseSchema: {
711
+ $ref: "#/components/schemas/stored_objectDeleteObjectResponse",
712
+ },
713
+ requiredParams: ["name", "namespace", "object_type"],
714
+ operationId: "ves.io.schema.stored_object.CustomAPI.DeleteObject",
715
+ tags: ["Other"],
716
+ sourceFile: "domains/integrations.json",
717
+ },
718
+ {
719
+ toolName: "f5xc-api-integrations-object-type-update",
720
+ method: "PUT",
721
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}",
722
+ operation: "update",
723
+ domain: "integrations",
724
+ resource: "{object-type}",
725
+ summary: "Create Stored Object.",
726
+ description: "CreateObject is an API to upload an object to generic object store. Objects are immutable, a new version is created when the content is updated.",
727
+ pathParameters: [
728
+ {
729
+ description: "Name\nx-required\nName of the stored_object.",
730
+ in: "path",
731
+ name: "name",
732
+ required: true,
733
+ schema: {
734
+ type: "string",
735
+ },
736
+ },
737
+ {
738
+ description: "Namespace\nx-required\nNamespace in which object is to be created.",
739
+ in: "path",
740
+ name: "namespace",
741
+ required: true,
742
+ schema: {
743
+ type: "string",
744
+ },
745
+ },
746
+ {
747
+ description: "Object_type\nx-required\nType of the stored_object.",
748
+ in: "path",
749
+ name: "object_type",
750
+ required: true,
751
+ schema: {
752
+ type: "string",
753
+ },
754
+ },
755
+ ],
756
+ queryParameters: [],
757
+ requestBodySchema: {
758
+ $ref: "#/components/schemas/stored_objectCreateObjectRequest",
759
+ },
760
+ responseSchema: {
761
+ $ref: "#/components/schemas/stored_objectCreateObjectResponse",
762
+ },
763
+ requiredParams: ["body", "name", "namespace", "object_type"],
764
+ operationId: "ves.io.schema.stored_object.CustomAPI.CreateObject",
765
+ tags: ["Other"],
766
+ sourceFile: "domains/integrations.json",
767
+ },
768
+ {
769
+ toolName: "f5xc-api-integrations-preauth-create",
770
+ method: "POST",
771
+ path: "/api/tpm/tpm/preauth",
772
+ operation: "create",
773
+ domain: "integrations",
774
+ resource: "preauth",
775
+ summary: "Preauth",
776
+ description: "Pre-flight auth checks before calling the Provision API.",
777
+ pathParameters: [],
778
+ queryParameters: [],
779
+ requestBodySchema: {
780
+ $ref: "#/components/schemas/tpm_provisionPreauthRequest",
781
+ },
782
+ responseSchema: {
783
+ $ref: "#/components/schemas/tpm_provisionPreauthResponse",
784
+ },
785
+ requiredParams: ["body"],
786
+ operationId: "ves.io.schema.tpm_provision.CustomAPI.Preauth",
787
+ tags: ["Other"],
788
+ sourceFile: "domains/integrations.json",
789
+ },
790
+ {
791
+ toolName: "f5xc-api-integrations-provision-create",
792
+ method: "POST",
793
+ path: "/api/tpm/tpm/provision",
794
+ operation: "create",
795
+ domain: "integrations",
796
+ resource: "provision",
797
+ summary: "Provision",
798
+ description: "Provision CustomAPI.",
799
+ pathParameters: [],
800
+ queryParameters: [],
801
+ requestBodySchema: {
802
+ $ref: "#/components/schemas/tpm_provisionProvisionRequest",
803
+ },
804
+ responseSchema: {
805
+ $ref: "#/components/schemas/tpm_provisionProvisionResponse",
806
+ },
807
+ requiredParams: ["body"],
808
+ operationId: "ves.io.schema.tpm_provision.CustomAPI.Provision",
809
+ tags: ["Other"],
810
+ sourceFile: "domains/integrations.json",
811
+ },
812
+ {
813
+ toolName: "f5xc-api-integrations-run-create",
814
+ method: "POST",
815
+ path: "/api/terraform/namespaces/{namespace}/terraform/{view_kind}/{view_name}/run",
816
+ operation: "create",
817
+ domain: "integrations",
818
+ resource: "run",
819
+ summary: "Run Terraform Action for view.",
820
+ description: "Perform terraform actions for a given view. Supported actions are apply and plan.",
821
+ pathParameters: [
822
+ {
823
+ description: "Namespace\nNamespace for the label to be retrieved.",
824
+ in: "path",
825
+ name: "namespace",
826
+ required: true,
827
+ schema: {
828
+ type: "string",
829
+ },
830
+ },
831
+ {
832
+ description: "Kind of View\nKind of view of which terraform parameters are requested e.g. Aws_vpc_site, azure_vnet_site.",
833
+ in: "path",
834
+ name: "view_kind",
835
+ required: true,
836
+ schema: {
837
+ type: "string",
838
+ },
839
+ },
840
+ {
841
+ description: "Name of view\nName of the view for which terraform parameters are requested.",
842
+ in: "path",
843
+ name: "view_name",
844
+ required: true,
845
+ schema: {
846
+ type: "string",
847
+ },
848
+ },
849
+ ],
850
+ queryParameters: [],
851
+ requestBodySchema: {
852
+ $ref: "#/components/schemas/terraform_parametersRunRequest",
853
+ },
854
+ responseSchema: {
855
+ $ref: "#/components/schemas/terraform_parametersRunResponse",
856
+ },
857
+ requiredParams: ["body", "namespace", "view_kind", "view_name"],
858
+ operationId: "ves.io.schema.views.terraform_parameters.CustomActionAPI.Run",
859
+ tags: ["Other"],
860
+ sourceFile: "domains/integrations.json",
861
+ },
862
+ {
863
+ toolName: "f5xc-api-integrations-statu-list",
864
+ method: "GET",
865
+ path: "/api/config/namespaces/{namespace}/terraform_parameters/{view_kind}/{view_name}/status",
866
+ operation: "list",
867
+ domain: "integrations",
868
+ resource: "statu",
869
+ summary: "GET Status of Terraform for view.",
870
+ description: "Returned from list of terraform parameter status objects for a given view.",
871
+ pathParameters: [
872
+ {
873
+ description: "Namespace\nNamespace for the label to be retrieved.",
874
+ in: "path",
875
+ name: "namespace",
876
+ required: true,
877
+ schema: {
878
+ type: "string",
879
+ },
880
+ },
881
+ {
882
+ description: "Kind of View\nKind of view of which terraform parameters are requested e.g. Aws_vpc_site, azure_vnet_site.",
883
+ in: "path",
884
+ name: "view_kind",
885
+ required: true,
886
+ schema: {
887
+ type: "string",
888
+ },
889
+ },
890
+ {
891
+ description: "Name of view\nName of the view for which terraform parameters are requested.",
892
+ in: "path",
893
+ name: "view_name",
894
+ required: true,
895
+ schema: {
896
+ type: "string",
897
+ },
898
+ },
899
+ ],
900
+ queryParameters: [],
901
+ requestBodySchema: null,
902
+ responseSchema: {
903
+ $ref: "#/components/schemas/terraform_parametersGetStatusResponse",
904
+ },
905
+ requiredParams: ["namespace", "view_kind", "view_name"],
906
+ operationId: "ves.io.schema.views.terraform_parameters.CustomAPI.GetStatus",
907
+ tags: ["Other"],
908
+ sourceFile: "domains/integrations.json",
909
+ },
910
+ {
911
+ toolName: "f5xc-api-integrations-stored-object-list",
912
+ method: "GET",
913
+ path: "/api/object_store/namespaces/{namespace}/stored_objects/{object_type}",
914
+ operation: "list",
915
+ domain: "integrations",
916
+ resource: "stored-object",
917
+ summary: "GET List Of Stored Objects.",
918
+ description: "ListObjects is an API to list objects in object store.",
919
+ pathParameters: [
920
+ {
921
+ description: "Namespace\nx-required\nNamespace of the stored_object.",
922
+ in: "path",
923
+ name: "namespace",
924
+ required: true,
925
+ schema: {
926
+ type: "string",
927
+ },
928
+ },
929
+ {
930
+ description: "Object_type\nOptional query parameter. Type of the stored_object.",
931
+ in: "path",
932
+ name: "object_type",
933
+ required: true,
934
+ schema: {
935
+ type: "string",
936
+ },
937
+ },
938
+ ],
939
+ queryParameters: [
940
+ {
941
+ description: "Optional query parameter. If passed, returns only latest version of the objects.",
942
+ in: "query",
943
+ name: "latest_version_only",
944
+ required: false,
945
+ schema: {
946
+ format: "boolean",
947
+ type: "boolean",
948
+ },
949
+ },
950
+ {
951
+ description: "Optional query parameter. Name of the stored_object.",
952
+ in: "query",
953
+ name: "name",
954
+ required: false,
955
+ schema: {
956
+ type: "string",
957
+ },
958
+ },
959
+ {
960
+ description: "Optional query parameter. The type of search query needs to be performed. Could be EXACT_MATCH or PREFIX_MATCH.\nEXACT_MATCH returns the objects with exact match on the name filed, while PREFIX_MATCH returns the list of object matching the 'name' prefix. Default is EXACT_MATCH.\n\n- EXACT_MATCH: EXACT_MATCH\n\nReturns list of objects with exact match on the name filed.\n- PREFIX_MATCH: PREFIX_MATCH\n\nReturns the list of object matching the 'name' prefix.",
961
+ in: "query",
962
+ name: "query_type",
963
+ required: false,
964
+ schema: {
965
+ default: "EXACT_MATCH",
966
+ enum: ["EXACT_MATCH", "PREFIX_MATCH"],
967
+ type: "string",
968
+ },
969
+ },
970
+ ],
971
+ requestBodySchema: null,
972
+ responseSchema: {
973
+ $ref: "#/components/schemas/stored_objectListObjectsResponse",
974
+ },
975
+ requiredParams: ["namespace", "object_type"],
976
+ operationId: "ves.io.schema.stored_object.CustomAPI.ListObjects",
977
+ tags: ["Other"],
978
+ sourceFile: "domains/integrations.json",
979
+ },
980
+ {
981
+ toolName: "f5xc-api-integrations-third-party-application-get",
982
+ method: "GET",
983
+ path: "/api/config/namespaces/{namespace}/third_party_applications/{name}",
984
+ operation: "get",
985
+ domain: "integrations",
986
+ resource: "third-party-application",
987
+ summary: "GET Third Party Application.",
988
+ description: "Shape of the Third Party Application specification.",
989
+ pathParameters: [
990
+ {
991
+ description: "Name\nThe name of the configuration object to be fetched.",
992
+ in: "path",
993
+ name: "name",
994
+ required: true,
995
+ schema: {
996
+ type: "string",
997
+ },
998
+ },
999
+ {
1000
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1001
+ in: "path",
1002
+ name: "namespace",
1003
+ required: true,
1004
+ schema: {
1005
+ type: "string",
1006
+ },
1007
+ },
1008
+ ],
1009
+ queryParameters: [
1010
+ {
1011
+ 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 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.",
1012
+ in: "query",
1013
+ name: "response_format",
1014
+ required: false,
1015
+ schema: {
1016
+ default: "GET_RSP_FORMAT_DEFAULT",
1017
+ enum: [
1018
+ "GET_RSP_FORMAT_DEFAULT",
1019
+ "GET_RSP_FORMAT_FOR_REPLACE",
1020
+ "GET_RSP_FORMAT_STATUS",
1021
+ "GET_RSP_FORMAT_READ",
1022
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1023
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1024
+ ],
1025
+ type: "string",
1026
+ },
1027
+ },
1028
+ ],
1029
+ requestBodySchema: null,
1030
+ responseSchema: {
1031
+ $ref: "#/components/schemas/third_party_applicationGetResponse",
1032
+ },
1033
+ requiredParams: ["name", "namespace"],
1034
+ operationId: "ves.io.schema.views.third_party_application.API.Get",
1035
+ tags: ["Other"],
1036
+ sourceFile: "domains/integrations.json",
1037
+ },
1038
+ {
1039
+ toolName: "f5xc-api-integrations-third-party-application-list",
1040
+ method: "GET",
1041
+ path: "/api/config/namespaces/{namespace}/third_party_applications",
1042
+ operation: "list",
1043
+ domain: "integrations",
1044
+ resource: "third-party-application",
1045
+ summary: "List Third Party Application.",
1046
+ description: "List the set of third_party_application in a namespace.",
1047
+ pathParameters: [
1048
+ {
1049
+ description: "Namespace\nNamespace to scope the listing of third_party_application.",
1050
+ in: "path",
1051
+ name: "namespace",
1052
+ required: true,
1053
+ schema: {
1054
+ type: "string",
1055
+ },
1056
+ },
1057
+ ],
1058
+ queryParameters: [
1059
+ {
1060
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1061
+ in: "query",
1062
+ name: "label_filter",
1063
+ required: false,
1064
+ schema: {
1065
+ type: "string",
1066
+ },
1067
+ },
1068
+ {
1069
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1070
+ in: "query",
1071
+ name: "report_fields",
1072
+ required: false,
1073
+ schema: {
1074
+ items: {
1075
+ type: "string",
1076
+ },
1077
+ type: "array",
1078
+ },
1079
+ },
1080
+ {
1081
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1082
+ in: "query",
1083
+ name: "report_status_fields",
1084
+ required: false,
1085
+ schema: {
1086
+ items: {
1087
+ type: "string",
1088
+ },
1089
+ type: "array",
1090
+ },
1091
+ },
1092
+ ],
1093
+ requestBodySchema: null,
1094
+ responseSchema: {
1095
+ $ref: "#/components/schemas/third_party_applicationListResponse",
1096
+ },
1097
+ requiredParams: ["namespace"],
1098
+ operationId: "ves.io.schema.views.third_party_application.API.List",
1099
+ tags: ["Other"],
1100
+ sourceFile: "domains/integrations.json",
1101
+ },
1102
+ {
1103
+ toolName: "f5xc-api-integrations-third-party-application-update",
1104
+ method: "PUT",
1105
+ path: "/api/config/namespaces/{metadata.namespace}/third_party_applications/{metadata.name}",
1106
+ operation: "update",
1107
+ domain: "integrations",
1108
+ resource: "third-party-application",
1109
+ summary: "Replace Third Party Applicationr.",
1110
+ description: "Shape of the Third Party Application specification.",
1111
+ pathParameters: [
1112
+ {
1113
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1114
+ in: "path",
1115
+ name: "metadata.name",
1116
+ required: true,
1117
+ schema: {
1118
+ type: "string",
1119
+ },
1120
+ },
1121
+ {
1122
+ 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 ""',
1123
+ in: "path",
1124
+ name: "metadata.namespace",
1125
+ required: true,
1126
+ schema: {
1127
+ type: "string",
1128
+ },
1129
+ },
1130
+ ],
1131
+ queryParameters: [],
1132
+ requestBodySchema: {
1133
+ $ref: "#/components/schemas/third_party_applicationReplaceRequest",
1134
+ },
1135
+ responseSchema: {
1136
+ $ref: "#/components/schemas/third_party_applicationReplaceResponse",
1137
+ },
1138
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1139
+ operationId: "ves.io.schema.views.third_party_application.API.Replace",
1140
+ tags: ["Other"],
1141
+ sourceFile: "domains/integrations.json",
1142
+ },
1143
+ {
1144
+ toolName: "f5xc-api-integrations-ticket-tracking-system-create",
1145
+ method: "POST",
1146
+ path: "/api/web/namespaces/{metadata.namespace}/ticket_tracking_systems",
1147
+ operation: "create",
1148
+ domain: "integrations",
1149
+ resource: "ticket-tracking-system",
1150
+ summary: "Create Ticket Tracking System.",
1151
+ description: "Create Ticket Tracking System.",
1152
+ pathParameters: [
1153
+ {
1154
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
1155
+ in: "path",
1156
+ name: "metadata.namespace",
1157
+ required: true,
1158
+ schema: {
1159
+ type: "string",
1160
+ },
1161
+ },
1162
+ ],
1163
+ queryParameters: [],
1164
+ requestBodySchema: {
1165
+ $ref: "#/components/schemas/ticket_tracking_systemCreateRequest",
1166
+ },
1167
+ responseSchema: {
1168
+ $ref: "#/components/schemas/ticket_tracking_systemCreateResponse",
1169
+ },
1170
+ requiredParams: ["body", "metadata.namespace"],
1171
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.API.Create",
1172
+ tags: ["Other"],
1173
+ sourceFile: "domains/integrations.json",
1174
+ },
1175
+ {
1176
+ toolName: "f5xc-api-integrations-ticket-tracking-system-delete",
1177
+ method: "DELETE",
1178
+ path: "/api/web/namespaces/{namespace}/ticket_tracking_systems/{name}",
1179
+ operation: "delete",
1180
+ domain: "integrations",
1181
+ resource: "ticket-tracking-system",
1182
+ summary: "DELETE Ticket Tracking System.",
1183
+ description: "DELETE the specified ticket_tracking_system.",
1184
+ pathParameters: [
1185
+ {
1186
+ description: "Name\nName of the configuration object.",
1187
+ in: "path",
1188
+ name: "name",
1189
+ required: true,
1190
+ schema: {
1191
+ type: "string",
1192
+ },
1193
+ },
1194
+ {
1195
+ description: "Namespace\nNamespace in which the configuration object is present.",
1196
+ in: "path",
1197
+ name: "namespace",
1198
+ required: true,
1199
+ schema: {
1200
+ type: "string",
1201
+ },
1202
+ },
1203
+ ],
1204
+ queryParameters: [],
1205
+ requestBodySchema: {
1206
+ $ref: "#/components/schemas/ticket_tracking_systemDeleteRequest",
1207
+ },
1208
+ responseSchema: {},
1209
+ requiredParams: ["body", "name", "namespace"],
1210
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.API.Delete",
1211
+ tags: ["Other"],
1212
+ sourceFile: "domains/integrations.json",
1213
+ },
1214
+ {
1215
+ toolName: "f5xc-api-integrations-ticket-tracking-system-get",
1216
+ method: "GET",
1217
+ path: "/api/web/namespaces/{namespace}/ticket_tracking_systems/{name}",
1218
+ operation: "get",
1219
+ domain: "integrations",
1220
+ resource: "ticket-tracking-system",
1221
+ summary: "GET Ticket Tracking System.",
1222
+ description: "GET attributes of a Ticket Tracking System.",
1223
+ pathParameters: [
1224
+ {
1225
+ description: "Name\nThe name of the configuration object to be fetched.",
1226
+ in: "path",
1227
+ name: "name",
1228
+ required: true,
1229
+ schema: {
1230
+ type: "string",
1231
+ },
1232
+ },
1233
+ {
1234
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1235
+ in: "path",
1236
+ name: "namespace",
1237
+ required: true,
1238
+ schema: {
1239
+ type: "string",
1240
+ },
1241
+ },
1242
+ ],
1243
+ queryParameters: [
1244
+ {
1245
+ 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.",
1246
+ in: "query",
1247
+ name: "response_format",
1248
+ required: false,
1249
+ schema: {
1250
+ default: "GET_RSP_FORMAT_DEFAULT",
1251
+ enum: [
1252
+ "GET_RSP_FORMAT_DEFAULT",
1253
+ "GET_RSP_FORMAT_FOR_CREATE",
1254
+ "GET_RSP_FORMAT_FOR_REPLACE",
1255
+ "GET_RSP_FORMAT_READ",
1256
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1257
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1258
+ ],
1259
+ type: "string",
1260
+ },
1261
+ },
1262
+ ],
1263
+ requestBodySchema: null,
1264
+ responseSchema: {
1265
+ $ref: "#/components/schemas/ticket_tracking_systemGetResponse",
1266
+ },
1267
+ requiredParams: ["name", "namespace"],
1268
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.API.Get",
1269
+ tags: ["Other"],
1270
+ sourceFile: "domains/integrations.json",
1271
+ },
1272
+ {
1273
+ toolName: "f5xc-api-integrations-ticket-tracking-system-list",
1274
+ method: "GET",
1275
+ path: "/api/web/namespaces/{namespace}/ticket_tracking_systems",
1276
+ operation: "list",
1277
+ domain: "integrations",
1278
+ resource: "ticket-tracking-system",
1279
+ summary: "List Ticket Tracking System.",
1280
+ description: "List the set of ticket_tracking_system in a namespace.",
1281
+ pathParameters: [
1282
+ {
1283
+ description: "Namespace\nNamespace to scope the listing of ticket_tracking_system.",
1284
+ in: "path",
1285
+ name: "namespace",
1286
+ required: true,
1287
+ schema: {
1288
+ type: "string",
1289
+ },
1290
+ },
1291
+ ],
1292
+ queryParameters: [
1293
+ {
1294
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1295
+ in: "query",
1296
+ name: "label_filter",
1297
+ required: false,
1298
+ schema: {
1299
+ type: "string",
1300
+ },
1301
+ },
1302
+ {
1303
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1304
+ in: "query",
1305
+ name: "report_fields",
1306
+ required: false,
1307
+ schema: {
1308
+ items: {
1309
+ type: "string",
1310
+ },
1311
+ type: "array",
1312
+ },
1313
+ },
1314
+ {
1315
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1316
+ in: "query",
1317
+ name: "report_status_fields",
1318
+ required: false,
1319
+ schema: {
1320
+ items: {
1321
+ type: "string",
1322
+ },
1323
+ type: "array",
1324
+ },
1325
+ },
1326
+ ],
1327
+ requestBodySchema: null,
1328
+ responseSchema: {
1329
+ $ref: "#/components/schemas/ticket_tracking_systemListResponse",
1330
+ },
1331
+ requiredParams: ["namespace"],
1332
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.API.List",
1333
+ tags: ["Other"],
1334
+ sourceFile: "domains/integrations.json",
1335
+ },
1336
+ {
1337
+ toolName: "f5xc-api-integrations-ticket-tracking-system-update",
1338
+ method: "PUT",
1339
+ path: "/api/web/namespaces/{metadata.namespace}/ticket_tracking_systems/{metadata.name}",
1340
+ operation: "update",
1341
+ domain: "integrations",
1342
+ resource: "ticket-tracking-system",
1343
+ summary: "Replace Ticket Tracking System.",
1344
+ description: "Replaces attributes of a Ticket Tracking System.",
1345
+ pathParameters: [
1346
+ {
1347
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1348
+ in: "path",
1349
+ name: "metadata.name",
1350
+ required: true,
1351
+ schema: {
1352
+ type: "string",
1353
+ },
1354
+ },
1355
+ {
1356
+ 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 ""',
1357
+ in: "path",
1358
+ name: "metadata.namespace",
1359
+ required: true,
1360
+ schema: {
1361
+ type: "string",
1362
+ },
1363
+ },
1364
+ ],
1365
+ queryParameters: [],
1366
+ requestBodySchema: {
1367
+ $ref: "#/components/schemas/ticket_tracking_systemReplaceRequest",
1368
+ },
1369
+ responseSchema: {
1370
+ $ref: "#/components/schemas/ticket_tracking_systemReplaceResponse",
1371
+ },
1372
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1373
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.API.Replace",
1374
+ tags: ["Other"],
1375
+ sourceFile: "domains/integrations.json",
1376
+ },
1377
+ {
1378
+ toolName: "f5xc-api-integrations-tpm-api-key-create",
1379
+ method: "POST",
1380
+ path: "/api/tpm/namespaces/{metadata.namespace}/tpm_api_keys",
1381
+ operation: "create",
1382
+ domain: "integrations",
1383
+ resource: "tpm-api-key",
1384
+ summary: "Create TPM API Key.",
1385
+ description: "APIKey object when successfully created returns actual APIKey bytes which is used by the users to call in to\nTPM provisioning API.",
1386
+ pathParameters: [
1387
+ {
1388
+ 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 ""',
1389
+ in: "path",
1390
+ name: "metadata.namespace",
1391
+ required: true,
1392
+ schema: {
1393
+ type: "string",
1394
+ },
1395
+ },
1396
+ ],
1397
+ queryParameters: [],
1398
+ requestBodySchema: {
1399
+ $ref: "#/components/schemas/tpm_api_keyCreateRequest",
1400
+ },
1401
+ responseSchema: {
1402
+ $ref: "#/components/schemas/tpm_api_keyCreateResponse",
1403
+ },
1404
+ requiredParams: ["body", "metadata.namespace"],
1405
+ operationId: "ves.io.schema.tpm_api_key.API.Create",
1406
+ tags: ["Other"],
1407
+ sourceFile: "domains/integrations.json",
1408
+ },
1409
+ {
1410
+ toolName: "f5xc-api-integrations-tpm-api-key-get",
1411
+ method: "GET",
1412
+ path: "/api/tpm/namespaces/{namespace}/tpm_api_keys/{name}",
1413
+ operation: "get",
1414
+ domain: "integrations",
1415
+ resource: "tpm-api-key",
1416
+ summary: "GET TPM API Key.",
1417
+ description: "Retrieve an APIKey object.",
1418
+ pathParameters: [
1419
+ {
1420
+ description: "Name\nThe name of the configuration object to be fetched.",
1421
+ in: "path",
1422
+ name: "name",
1423
+ required: true,
1424
+ schema: {
1425
+ type: "string",
1426
+ },
1427
+ },
1428
+ {
1429
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1430
+ in: "path",
1431
+ name: "namespace",
1432
+ required: true,
1433
+ schema: {
1434
+ type: "string",
1435
+ },
1436
+ },
1437
+ ],
1438
+ queryParameters: [
1439
+ {
1440
+ 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.",
1441
+ in: "query",
1442
+ name: "response_format",
1443
+ required: false,
1444
+ schema: {
1445
+ default: "GET_RSP_FORMAT_DEFAULT",
1446
+ enum: [
1447
+ "GET_RSP_FORMAT_DEFAULT",
1448
+ "GET_RSP_FORMAT_FOR_CREATE",
1449
+ "GET_RSP_FORMAT_FOR_REPLACE",
1450
+ "GET_RSP_FORMAT_STATUS",
1451
+ "GET_RSP_FORMAT_READ",
1452
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1453
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1454
+ ],
1455
+ type: "string",
1456
+ },
1457
+ },
1458
+ ],
1459
+ requestBodySchema: null,
1460
+ responseSchema: {
1461
+ $ref: "#/components/schemas/tpm_api_keyGetResponse",
1462
+ },
1463
+ requiredParams: ["name", "namespace"],
1464
+ operationId: "ves.io.schema.tpm_api_key.API.Get",
1465
+ tags: ["Other"],
1466
+ sourceFile: "domains/integrations.json",
1467
+ },
1468
+ {
1469
+ toolName: "f5xc-api-integrations-tpm-api-key-list",
1470
+ method: "GET",
1471
+ path: "/api/tpm/namespaces/{namespace}/tpm_api_keys",
1472
+ operation: "list",
1473
+ domain: "integrations",
1474
+ resource: "tpm-api-key",
1475
+ summary: "List TPM API Key.",
1476
+ description: "List the set of tpm_api_key in a namespace.",
1477
+ pathParameters: [
1478
+ {
1479
+ description: "Namespace\nNamespace to scope the listing of tpm_api_key.",
1480
+ in: "path",
1481
+ name: "namespace",
1482
+ required: true,
1483
+ schema: {
1484
+ type: "string",
1485
+ },
1486
+ },
1487
+ ],
1488
+ queryParameters: [
1489
+ {
1490
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1491
+ in: "query",
1492
+ name: "label_filter",
1493
+ required: false,
1494
+ schema: {
1495
+ type: "string",
1496
+ },
1497
+ },
1498
+ {
1499
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1500
+ in: "query",
1501
+ name: "report_fields",
1502
+ required: false,
1503
+ schema: {
1504
+ items: {
1505
+ type: "string",
1506
+ },
1507
+ type: "array",
1508
+ },
1509
+ },
1510
+ {
1511
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1512
+ in: "query",
1513
+ name: "report_status_fields",
1514
+ required: false,
1515
+ schema: {
1516
+ items: {
1517
+ type: "string",
1518
+ },
1519
+ type: "array",
1520
+ },
1521
+ },
1522
+ ],
1523
+ requestBodySchema: null,
1524
+ responseSchema: {
1525
+ $ref: "#/components/schemas/tpm_api_keyListResponse",
1526
+ },
1527
+ requiredParams: ["namespace"],
1528
+ operationId: "ves.io.schema.tpm_api_key.API.List",
1529
+ tags: ["Other"],
1530
+ sourceFile: "domains/integrations.json",
1531
+ },
1532
+ {
1533
+ toolName: "f5xc-api-integrations-tpm-api-key-update",
1534
+ method: "PUT",
1535
+ path: "/api/tpm/namespaces/{metadata.namespace}/tpm_api_keys/{metadata.name}",
1536
+ operation: "update",
1537
+ domain: "integrations",
1538
+ resource: "tpm-api-key",
1539
+ summary: "Replace TPM API Key.",
1540
+ description: "Replace a APIKey object's revocation or enable/disable status. A revoked APIKey is not considered disabled.\nCertificates minted using disabled APIKeys are rejected during system bring-up/verification stage,\nwhereas certificates minted using revoked APIKeys are only rejected if they were minted after revocation date.",
1541
+ pathParameters: [
1542
+ {
1543
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1544
+ in: "path",
1545
+ name: "metadata.name",
1546
+ required: true,
1547
+ schema: {
1548
+ type: "string",
1549
+ },
1550
+ },
1551
+ {
1552
+ 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 ""',
1553
+ in: "path",
1554
+ name: "metadata.namespace",
1555
+ required: true,
1556
+ schema: {
1557
+ type: "string",
1558
+ },
1559
+ },
1560
+ ],
1561
+ queryParameters: [],
1562
+ requestBodySchema: {
1563
+ $ref: "#/components/schemas/tpm_api_keyReplaceRequest",
1564
+ },
1565
+ responseSchema: {
1566
+ $ref: "#/components/schemas/tpm_api_keyReplaceResponse",
1567
+ },
1568
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1569
+ operationId: "ves.io.schema.tpm_api_key.API.Replace",
1570
+ tags: ["Other"],
1571
+ sourceFile: "domains/integrations.json",
1572
+ },
1573
+ {
1574
+ toolName: "f5xc-api-integrations-tpm-category-create",
1575
+ method: "POST",
1576
+ path: "/api/tpm/namespaces/{metadata.namespace}/tpm_categorys",
1577
+ operation: "create",
1578
+ domain: "integrations",
1579
+ resource: "tpm-category",
1580
+ summary: "Create TPM Category.",
1581
+ description: "Create a Category object, which is a grouping of APIKeys used for TPM provisioning.",
1582
+ pathParameters: [
1583
+ {
1584
+ 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 ""',
1585
+ in: "path",
1586
+ name: "metadata.namespace",
1587
+ required: true,
1588
+ schema: {
1589
+ type: "string",
1590
+ },
1591
+ },
1592
+ ],
1593
+ queryParameters: [],
1594
+ requestBodySchema: {
1595
+ $ref: "#/components/schemas/tpm_categoryCreateRequest",
1596
+ },
1597
+ responseSchema: {
1598
+ $ref: "#/components/schemas/tpm_categoryCreateResponse",
1599
+ },
1600
+ requiredParams: ["body", "metadata.namespace"],
1601
+ operationId: "ves.io.schema.tpm_category.API.Create",
1602
+ tags: ["Other"],
1603
+ sourceFile: "domains/integrations.json",
1604
+ },
1605
+ {
1606
+ toolName: "f5xc-api-integrations-tpm-category-get",
1607
+ method: "GET",
1608
+ path: "/api/tpm/namespaces/{namespace}/tpm_categorys/{name}",
1609
+ operation: "get",
1610
+ domain: "integrations",
1611
+ resource: "tpm-category",
1612
+ summary: "GET TPM Category.",
1613
+ description: "Retrieve an APIKey object.",
1614
+ pathParameters: [
1615
+ {
1616
+ description: "Name\nThe name of the configuration object to be fetched.",
1617
+ in: "path",
1618
+ name: "name",
1619
+ required: true,
1620
+ schema: {
1621
+ type: "string",
1622
+ },
1623
+ },
1624
+ {
1625
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1626
+ in: "path",
1627
+ name: "namespace",
1628
+ required: true,
1629
+ schema: {
1630
+ type: "string",
1631
+ },
1632
+ },
1633
+ ],
1634
+ queryParameters: [
1635
+ {
1636
+ 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.",
1637
+ in: "query",
1638
+ name: "response_format",
1639
+ required: false,
1640
+ schema: {
1641
+ default: "GET_RSP_FORMAT_DEFAULT",
1642
+ enum: [
1643
+ "GET_RSP_FORMAT_DEFAULT",
1644
+ "GET_RSP_FORMAT_FOR_CREATE",
1645
+ "GET_RSP_FORMAT_FOR_REPLACE",
1646
+ "GET_RSP_FORMAT_STATUS",
1647
+ "GET_RSP_FORMAT_READ",
1648
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1649
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1650
+ ],
1651
+ type: "string",
1652
+ },
1653
+ },
1654
+ ],
1655
+ requestBodySchema: null,
1656
+ responseSchema: {
1657
+ $ref: "#/components/schemas/tpm_categoryGetResponse",
1658
+ },
1659
+ requiredParams: ["name", "namespace"],
1660
+ operationId: "ves.io.schema.tpm_category.API.Get",
1661
+ tags: ["Other"],
1662
+ sourceFile: "domains/integrations.json",
1663
+ },
1664
+ {
1665
+ toolName: "f5xc-api-integrations-tpm-category-list",
1666
+ method: "GET",
1667
+ path: "/api/tpm/namespaces/{namespace}/tpm_categorys",
1668
+ operation: "list",
1669
+ domain: "integrations",
1670
+ resource: "tpm-category",
1671
+ summary: "List TPM Category.",
1672
+ description: "List the set of tpm_category in a namespace.",
1673
+ pathParameters: [
1674
+ {
1675
+ description: "Namespace\nNamespace to scope the listing of tpm_category.",
1676
+ in: "path",
1677
+ name: "namespace",
1678
+ required: true,
1679
+ schema: {
1680
+ type: "string",
1681
+ },
1682
+ },
1683
+ ],
1684
+ queryParameters: [
1685
+ {
1686
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1687
+ in: "query",
1688
+ name: "label_filter",
1689
+ required: false,
1690
+ schema: {
1691
+ type: "string",
1692
+ },
1693
+ },
1694
+ {
1695
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1696
+ in: "query",
1697
+ name: "report_fields",
1698
+ required: false,
1699
+ schema: {
1700
+ items: {
1701
+ type: "string",
1702
+ },
1703
+ type: "array",
1704
+ },
1705
+ },
1706
+ {
1707
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1708
+ in: "query",
1709
+ name: "report_status_fields",
1710
+ required: false,
1711
+ schema: {
1712
+ items: {
1713
+ type: "string",
1714
+ },
1715
+ type: "array",
1716
+ },
1717
+ },
1718
+ ],
1719
+ requestBodySchema: null,
1720
+ responseSchema: {
1721
+ $ref: "#/components/schemas/tpm_categoryListResponse",
1722
+ },
1723
+ requiredParams: ["namespace"],
1724
+ operationId: "ves.io.schema.tpm_category.API.List",
1725
+ tags: ["Other"],
1726
+ sourceFile: "domains/integrations.json",
1727
+ },
1728
+ {
1729
+ toolName: "f5xc-api-integrations-tpm-category-update",
1730
+ method: "PUT",
1731
+ path: "/api/tpm/namespaces/{metadata.namespace}/tpm_categorys/{metadata.name}",
1732
+ operation: "update",
1733
+ domain: "integrations",
1734
+ resource: "tpm-category",
1735
+ summary: "Replace TPM Category.",
1736
+ description: "Replace a Category object's Allow list of TPM EK Certificates.",
1737
+ pathParameters: [
1738
+ {
1739
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
1740
+ in: "path",
1741
+ name: "metadata.name",
1742
+ required: true,
1743
+ schema: {
1744
+ type: "string",
1745
+ },
1746
+ },
1747
+ {
1748
+ 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 ""',
1749
+ in: "path",
1750
+ name: "metadata.namespace",
1751
+ required: true,
1752
+ schema: {
1753
+ type: "string",
1754
+ },
1755
+ },
1756
+ ],
1757
+ queryParameters: [],
1758
+ requestBodySchema: {
1759
+ $ref: "#/components/schemas/tpm_categoryReplaceRequest",
1760
+ },
1761
+ responseSchema: {
1762
+ $ref: "#/components/schemas/tpm_categoryReplaceResponse",
1763
+ },
1764
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
1765
+ operationId: "ves.io.schema.tpm_category.API.Replace",
1766
+ tags: ["Other"],
1767
+ sourceFile: "domains/integrations.json",
1768
+ },
1769
+ {
1770
+ toolName: "f5xc-api-integrations-tpm-manager-create",
1771
+ method: "POST",
1772
+ path: "/api/tpm/namespaces/{metadata.namespace}/tpm_managers",
1773
+ operation: "create",
1774
+ domain: "integrations",
1775
+ resource: "tpm-manager",
1776
+ summary: "Create TPM Manager.",
1777
+ description: "Create a TPM Manager object.",
1778
+ pathParameters: [
1779
+ {
1780
+ 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 ""',
1781
+ in: "path",
1782
+ name: "metadata.namespace",
1783
+ required: true,
1784
+ schema: {
1785
+ type: "string",
1786
+ },
1787
+ },
1788
+ ],
1789
+ queryParameters: [],
1790
+ requestBodySchema: {
1791
+ $ref: "#/components/schemas/tpm_managerCreateRequest",
1792
+ },
1793
+ responseSchema: {
1794
+ $ref: "#/components/schemas/tpm_managerCreateResponse",
1795
+ },
1796
+ requiredParams: ["body", "metadata.namespace"],
1797
+ operationId: "ves.io.schema.tpm_manager.API.Create",
1798
+ tags: ["Other"],
1799
+ sourceFile: "domains/integrations.json",
1800
+ },
1801
+ {
1802
+ toolName: "f5xc-api-integrations-tpm-manager-get",
1803
+ method: "GET",
1804
+ path: "/api/tpm/namespaces/{namespace}/tpm_managers/{name}",
1805
+ operation: "get",
1806
+ domain: "integrations",
1807
+ resource: "tpm-manager",
1808
+ summary: "GET TPM Manager.",
1809
+ description: "Retrieve a TPM Manager object.",
1810
+ pathParameters: [
1811
+ {
1812
+ description: "Name\nThe name of the configuration object to be fetched.",
1813
+ in: "path",
1814
+ name: "name",
1815
+ required: true,
1816
+ schema: {
1817
+ type: "string",
1818
+ },
1819
+ },
1820
+ {
1821
+ description: "Namespace\nThe namespace in which the configuration object is present.",
1822
+ in: "path",
1823
+ name: "namespace",
1824
+ required: true,
1825
+ schema: {
1826
+ type: "string",
1827
+ },
1828
+ },
1829
+ ],
1830
+ queryParameters: [
1831
+ {
1832
+ description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
1833
+ in: "query",
1834
+ name: "response_format",
1835
+ required: false,
1836
+ schema: {
1837
+ default: "GET_RSP_FORMAT_DEFAULT",
1838
+ enum: [
1839
+ "GET_RSP_FORMAT_DEFAULT",
1840
+ "GET_RSP_FORMAT_FOR_CREATE",
1841
+ "GET_RSP_FORMAT_STATUS",
1842
+ "GET_RSP_FORMAT_READ",
1843
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
1844
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
1845
+ ],
1846
+ type: "string",
1847
+ },
1848
+ },
1849
+ ],
1850
+ requestBodySchema: null,
1851
+ responseSchema: {
1852
+ $ref: "#/components/schemas/tpm_managerGetResponse",
1853
+ },
1854
+ requiredParams: ["name", "namespace"],
1855
+ operationId: "ves.io.schema.tpm_manager.API.Get",
1856
+ tags: ["Other"],
1857
+ sourceFile: "domains/integrations.json",
1858
+ },
1859
+ {
1860
+ toolName: "f5xc-api-integrations-tpm-manager-list",
1861
+ method: "GET",
1862
+ path: "/api/tpm/namespaces/{namespace}/tpm_managers",
1863
+ operation: "list",
1864
+ domain: "integrations",
1865
+ resource: "tpm-manager",
1866
+ summary: "List TPM Manager.",
1867
+ description: "List the set of tpm_manager in a namespace.",
1868
+ pathParameters: [
1869
+ {
1870
+ description: "Namespace\nNamespace to scope the listing of tpm_manager.",
1871
+ in: "path",
1872
+ name: "namespace",
1873
+ required: true,
1874
+ schema: {
1875
+ type: "string",
1876
+ },
1877
+ },
1878
+ ],
1879
+ queryParameters: [
1880
+ {
1881
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
1882
+ in: "query",
1883
+ name: "label_filter",
1884
+ required: false,
1885
+ schema: {
1886
+ type: "string",
1887
+ },
1888
+ },
1889
+ {
1890
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
1891
+ in: "query",
1892
+ name: "report_fields",
1893
+ required: false,
1894
+ schema: {
1895
+ items: {
1896
+ type: "string",
1897
+ },
1898
+ type: "array",
1899
+ },
1900
+ },
1901
+ {
1902
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
1903
+ in: "query",
1904
+ name: "report_status_fields",
1905
+ required: false,
1906
+ schema: {
1907
+ items: {
1908
+ type: "string",
1909
+ },
1910
+ type: "array",
1911
+ },
1912
+ },
1913
+ ],
1914
+ requestBodySchema: null,
1915
+ responseSchema: {
1916
+ $ref: "#/components/schemas/tpm_managerListResponse",
1917
+ },
1918
+ requiredParams: ["namespace"],
1919
+ operationId: "ves.io.schema.tpm_manager.API.List",
1920
+ tags: ["Other"],
1921
+ sourceFile: "domains/integrations.json",
1922
+ },
1923
+ {
1924
+ toolName: "f5xc-api-integrations-validate-ticket-tracking-system-create",
1925
+ method: "POST",
1926
+ path: "/api/web/namespaces/shared/ticket_tracking_systems/validate_ticket_tracking_system",
1927
+ operation: "create",
1928
+ domain: "integrations",
1929
+ resource: "validate-ticket-tracking-system",
1930
+ summary: "Validate Ticket Tracking System.",
1931
+ description: "Validate input for the ticket tracking system like the credentials + organization.",
1932
+ pathParameters: [],
1933
+ queryParameters: [],
1934
+ requestBodySchema: {
1935
+ $ref: "#/components/schemas/ticket_tracking_systemValidateTicketTrackingSystemRequest",
1936
+ },
1937
+ responseSchema: {
1938
+ $ref: "#/components/schemas/ticket_tracking_systemValidateTicketTrackingSystemResponse",
1939
+ },
1940
+ requiredParams: ["body"],
1941
+ operationId: "ves.io.schema.ticket_management.ticket_tracking_system.CustomAPI.ValidateTicketTrackingSystem",
1942
+ tags: ["Other"],
1943
+ sourceFile: "domains/integrations.json",
1944
+ },
1945
+ {
1946
+ toolName: "f5xc-api-integrations-view-kind-list",
1947
+ method: "GET",
1948
+ path: "/api/config/namespaces/{namespace}/terraform_parameters/{view_kind}/{view_name}",
1949
+ operation: "list",
1950
+ domain: "integrations",
1951
+ resource: "{view-kind}",
1952
+ summary: "GET Terraform Parameters for view.",
1953
+ description: "Returned from list of terraform parameter objects for a given view.",
1954
+ pathParameters: [
1955
+ {
1956
+ description: "Namespace\nNamespace for the label to be retrieved.",
1957
+ in: "path",
1958
+ name: "namespace",
1959
+ required: true,
1960
+ schema: {
1961
+ type: "string",
1962
+ },
1963
+ },
1964
+ {
1965
+ description: "Kind of View\nKind of view of which terraform parameters are requested e.g. Aws_vpc_site, azure_vnet_site.",
1966
+ in: "path",
1967
+ name: "view_kind",
1968
+ required: true,
1969
+ schema: {
1970
+ type: "string",
1971
+ },
1972
+ },
1973
+ {
1974
+ description: "Name of view\nName of the view for which terraform parameters are requested.",
1975
+ in: "path",
1976
+ name: "view_name",
1977
+ required: true,
1978
+ schema: {
1979
+ type: "string",
1980
+ },
1981
+ },
1982
+ ],
1983
+ queryParameters: [],
1984
+ requestBodySchema: null,
1985
+ responseSchema: {
1986
+ $ref: "#/components/schemas/terraform_parametersGetResponse",
1987
+ },
1988
+ requiredParams: ["namespace", "view_kind", "view_name"],
1989
+ operationId: "ves.io.schema.views.terraform_parameters.CustomAPI.Get",
1990
+ tags: ["Other"],
1991
+ sourceFile: "domains/integrations.json",
1992
+ },
1993
+ ];
1994
+ export default integrationsTools;
1995
+ //# sourceMappingURL=index.js.map