@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,4121 @@
1
+ /**
2
+ * Generated tool definitions for shape_security domain
3
+ * DO NOT EDIT - This file is auto-generated by scripts/generate.ts
4
+ */
5
+ export const shape_securityTools = [
6
+ {
7
+ toolName: "f5xc-api-shapesecurity-affecteduser-create",
8
+ method: "POST",
9
+ path: "/api/shape/csd/namespaces/{namespace}/scripts/{script_id}/affectedUsers",
10
+ operation: "create",
11
+ domain: "shape_security",
12
+ resource: "affectedUser",
13
+ summary: "List Affected Users.",
14
+ description: "List affected users who have loaded this particular script.",
15
+ pathParameters: [
16
+ {
17
+ description: "Namespace\nNamespace.",
18
+ in: "path",
19
+ name: "namespace",
20
+ required: true,
21
+ schema: {
22
+ type: "string",
23
+ },
24
+ },
25
+ {
26
+ description: "Script_id\nx-required\nID of the script.",
27
+ in: "path",
28
+ name: "script_id",
29
+ required: true,
30
+ schema: {
31
+ type: "string",
32
+ },
33
+ },
34
+ ],
35
+ queryParameters: [],
36
+ requestBodySchema: {
37
+ $ref: "#/components/schemas/client_side_defenseListAffectedUsersRequest",
38
+ },
39
+ responseSchema: {
40
+ $ref: "#/components/schemas/client_side_defenseListAffectedUsersResponse",
41
+ },
42
+ requiredParams: ["body", "namespace", "script_id"],
43
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListAffectedUsers",
44
+ tags: ["Shape Security"],
45
+ sourceFile: "domains/shape_security.json",
46
+ },
47
+ {
48
+ toolName: "f5xc-api-shapesecurity-age-create",
49
+ method: "POST",
50
+ path: "/api/shape/dip/namespaces/system/dashboard/age",
51
+ operation: "create",
52
+ domain: "shape_security",
53
+ resource: "age",
54
+ summary: "GET Devices By Age.",
55
+ description: "GET device age information.",
56
+ pathParameters: [],
57
+ queryParameters: [],
58
+ requestBodySchema: {
59
+ $ref: "#/components/schemas/device_idGetDashboardByAgeRequest",
60
+ },
61
+ responseSchema: {
62
+ $ref: "#/components/schemas/device_idGetDashboardByAgeResponse",
63
+ },
64
+ requiredParams: ["body"],
65
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetDashboardByAge",
66
+ tags: ["Observability"],
67
+ sourceFile: "domains/shape_security.json",
68
+ },
69
+ {
70
+ toolName: "f5xc-api-shapesecurity-alert-gen-policy-create",
71
+ method: "POST",
72
+ path: "/api/shape/alerts/namespaces/{metadata.namespace}/alert_gen_policys",
73
+ operation: "create",
74
+ domain: "shape_security",
75
+ resource: "alert-gen-policy",
76
+ summary: "Create Alert Generation Policy.",
77
+ description: "Create Alert Generation Policy.",
78
+ pathParameters: [
79
+ {
80
+ 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 ""',
81
+ in: "path",
82
+ name: "metadata.namespace",
83
+ required: true,
84
+ schema: {
85
+ type: "string",
86
+ },
87
+ },
88
+ ],
89
+ queryParameters: [],
90
+ requestBodySchema: {
91
+ $ref: "#/components/schemas/alert_gen_policyCreateRequest",
92
+ },
93
+ responseSchema: {
94
+ $ref: "#/components/schemas/alert_gen_policyCreateResponse",
95
+ },
96
+ requiredParams: ["body", "metadata.namespace"],
97
+ operationId: "ves.io.schema.shape.brmalerts.alert_gen_policy.API.Create",
98
+ tags: ["Shape Security"],
99
+ sourceFile: "domains/shape_security.json",
100
+ },
101
+ {
102
+ toolName: "f5xc-api-shapesecurity-alert-gen-policy-delete",
103
+ method: "DELETE",
104
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_gen_policys/{name}",
105
+ operation: "delete",
106
+ domain: "shape_security",
107
+ resource: "alert-gen-policy",
108
+ summary: "DELETE BRM Alert Generation Policy.",
109
+ description: "DELETE the specified alert_gen_policy.",
110
+ pathParameters: [
111
+ {
112
+ description: "Name\nName of the configuration object.",
113
+ in: "path",
114
+ name: "name",
115
+ required: true,
116
+ schema: {
117
+ type: "string",
118
+ },
119
+ },
120
+ {
121
+ description: "Namespace\nNamespace in which the configuration object is present.",
122
+ in: "path",
123
+ name: "namespace",
124
+ required: true,
125
+ schema: {
126
+ type: "string",
127
+ },
128
+ },
129
+ ],
130
+ queryParameters: [],
131
+ requestBodySchema: {
132
+ $ref: "#/components/schemas/alert_gen_policyDeleteRequest",
133
+ },
134
+ responseSchema: {},
135
+ requiredParams: ["body", "name", "namespace"],
136
+ operationId: "ves.io.schema.shape.brmalerts.alert_gen_policy.API.Delete",
137
+ tags: ["Shape Security"],
138
+ sourceFile: "domains/shape_security.json",
139
+ },
140
+ {
141
+ toolName: "f5xc-api-shapesecurity-alert-gen-policy-get",
142
+ method: "GET",
143
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_gen_policys/{name}",
144
+ operation: "get",
145
+ domain: "shape_security",
146
+ resource: "alert-gen-policy",
147
+ summary: "GET Alert Generation Policy.",
148
+ description: "GET Alert Generation Policy.",
149
+ pathParameters: [
150
+ {
151
+ description: "Name\nThe name of the configuration object to be fetched.",
152
+ in: "path",
153
+ name: "name",
154
+ required: true,
155
+ schema: {
156
+ type: "string",
157
+ },
158
+ },
159
+ {
160
+ description: "Namespace\nThe namespace in which the configuration object is present.",
161
+ in: "path",
162
+ name: "namespace",
163
+ required: true,
164
+ schema: {
165
+ type: "string",
166
+ },
167
+ },
168
+ ],
169
+ queryParameters: [
170
+ {
171
+ 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.",
172
+ in: "query",
173
+ name: "response_format",
174
+ required: false,
175
+ schema: {
176
+ default: "GET_RSP_FORMAT_DEFAULT",
177
+ enum: [
178
+ "GET_RSP_FORMAT_DEFAULT",
179
+ "GET_RSP_FORMAT_FOR_CREATE",
180
+ "GET_RSP_FORMAT_FOR_REPLACE",
181
+ "GET_RSP_FORMAT_STATUS",
182
+ "GET_RSP_FORMAT_READ",
183
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
184
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
185
+ ],
186
+ type: "string",
187
+ },
188
+ },
189
+ ],
190
+ requestBodySchema: null,
191
+ responseSchema: {
192
+ $ref: "#/components/schemas/alert_gen_policyGetResponse",
193
+ },
194
+ requiredParams: ["name", "namespace"],
195
+ operationId: "ves.io.schema.shape.brmalerts.alert_gen_policy.API.Get",
196
+ tags: ["Shape Security"],
197
+ sourceFile: "domains/shape_security.json",
198
+ },
199
+ {
200
+ toolName: "f5xc-api-shapesecurity-alert-gen-policy-list",
201
+ method: "GET",
202
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_gen_policys",
203
+ operation: "list",
204
+ domain: "shape_security",
205
+ resource: "alert-gen-policy",
206
+ summary: "List BRM Alert Generation Policy.",
207
+ description: "List the set of alert_gen_policy in a namespace.",
208
+ pathParameters: [
209
+ {
210
+ description: "Namespace\nNamespace to scope the listing of alert_gen_policy.",
211
+ in: "path",
212
+ name: "namespace",
213
+ required: true,
214
+ schema: {
215
+ type: "string",
216
+ },
217
+ },
218
+ ],
219
+ queryParameters: [
220
+ {
221
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
222
+ in: "query",
223
+ name: "label_filter",
224
+ required: false,
225
+ schema: {
226
+ type: "string",
227
+ },
228
+ },
229
+ {
230
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
231
+ in: "query",
232
+ name: "report_fields",
233
+ required: false,
234
+ schema: {
235
+ items: {
236
+ type: "string",
237
+ },
238
+ type: "array",
239
+ },
240
+ },
241
+ {
242
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
243
+ in: "query",
244
+ name: "report_status_fields",
245
+ required: false,
246
+ schema: {
247
+ items: {
248
+ type: "string",
249
+ },
250
+ type: "array",
251
+ },
252
+ },
253
+ ],
254
+ requestBodySchema: null,
255
+ responseSchema: {
256
+ $ref: "#/components/schemas/alert_gen_policyListResponse",
257
+ },
258
+ requiredParams: ["namespace"],
259
+ operationId: "ves.io.schema.shape.brmalerts.alert_gen_policy.API.List",
260
+ tags: ["Shape Security"],
261
+ sourceFile: "domains/shape_security.json",
262
+ },
263
+ {
264
+ toolName: "f5xc-api-shapesecurity-alert-gen-policy-update",
265
+ method: "PUT",
266
+ path: "/api/shape/alerts/namespaces/{metadata.namespace}/alert_gen_policys/{metadata.name}",
267
+ operation: "update",
268
+ domain: "shape_security",
269
+ resource: "alert-gen-policy",
270
+ summary: "Replace Alert Generation Policy.",
271
+ description: "Replaces the content of an Alert Generation Policy object.",
272
+ pathParameters: [
273
+ {
274
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
275
+ in: "path",
276
+ name: "metadata.name",
277
+ required: true,
278
+ schema: {
279
+ type: "string",
280
+ },
281
+ },
282
+ {
283
+ 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 ""',
284
+ in: "path",
285
+ name: "metadata.namespace",
286
+ required: true,
287
+ schema: {
288
+ type: "string",
289
+ },
290
+ },
291
+ ],
292
+ queryParameters: [],
293
+ requestBodySchema: {
294
+ $ref: "#/components/schemas/alert_gen_policyReplaceRequest",
295
+ },
296
+ responseSchema: {
297
+ $ref: "#/components/schemas/alert_gen_policyReplaceResponse",
298
+ },
299
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
300
+ operationId: "ves.io.schema.shape.brmalerts.alert_gen_policy.API.Replace",
301
+ tags: ["Shape Security"],
302
+ sourceFile: "domains/shape_security.json",
303
+ },
304
+ {
305
+ toolName: "f5xc-api-shapesecurity-alert-template-create",
306
+ method: "POST",
307
+ path: "/api/shape/alerts/namespaces/{metadata.namespace}/alert_templates",
308
+ operation: "create",
309
+ domain: "shape_security",
310
+ resource: "alert-template",
311
+ summary: "Create Domain to protect.",
312
+ description: "Create Domain to protect.",
313
+ pathParameters: [
314
+ {
315
+ 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 ""',
316
+ in: "path",
317
+ name: "metadata.namespace",
318
+ required: true,
319
+ schema: {
320
+ type: "string",
321
+ },
322
+ },
323
+ ],
324
+ queryParameters: [],
325
+ requestBodySchema: {
326
+ $ref: "#/components/schemas/alert_templateCreateRequest",
327
+ },
328
+ responseSchema: {
329
+ $ref: "#/components/schemas/alert_templateCreateResponse",
330
+ },
331
+ requiredParams: ["body", "metadata.namespace"],
332
+ operationId: "ves.io.schema.shape.brmalerts.alert_template.API.Create",
333
+ tags: ["Shape Security"],
334
+ sourceFile: "domains/shape_security.json",
335
+ },
336
+ {
337
+ toolName: "f5xc-api-shapesecurity-alert-template-delete",
338
+ method: "DELETE",
339
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_templates/{name}",
340
+ operation: "delete",
341
+ domain: "shape_security",
342
+ resource: "alert-template",
343
+ summary: "DELETE BRM Alerts Alert Template.",
344
+ description: "DELETE the specified alert_template.",
345
+ pathParameters: [
346
+ {
347
+ description: "Name\nName of the configuration object.",
348
+ in: "path",
349
+ name: "name",
350
+ required: true,
351
+ schema: {
352
+ type: "string",
353
+ },
354
+ },
355
+ {
356
+ description: "Namespace\nNamespace in which the configuration object is present.",
357
+ in: "path",
358
+ name: "namespace",
359
+ required: true,
360
+ schema: {
361
+ type: "string",
362
+ },
363
+ },
364
+ ],
365
+ queryParameters: [],
366
+ requestBodySchema: {
367
+ $ref: "#/components/schemas/alert_templateDeleteRequest",
368
+ },
369
+ responseSchema: {},
370
+ requiredParams: ["body", "name", "namespace"],
371
+ operationId: "ves.io.schema.shape.brmalerts.alert_template.API.Delete",
372
+ tags: ["Shape Security"],
373
+ sourceFile: "domains/shape_security.json",
374
+ },
375
+ {
376
+ toolName: "f5xc-api-shapesecurity-alert-template-get",
377
+ method: "GET",
378
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_templates/{name}",
379
+ operation: "get",
380
+ domain: "shape_security",
381
+ resource: "alert-template",
382
+ summary: "GET Protected Domain.",
383
+ description: "GET Domain to protect.",
384
+ pathParameters: [
385
+ {
386
+ description: "Name\nThe name of the configuration object to be fetched.",
387
+ in: "path",
388
+ name: "name",
389
+ required: true,
390
+ schema: {
391
+ type: "string",
392
+ },
393
+ },
394
+ {
395
+ description: "Namespace\nThe namespace in which the configuration object is present.",
396
+ in: "path",
397
+ name: "namespace",
398
+ required: true,
399
+ schema: {
400
+ type: "string",
401
+ },
402
+ },
403
+ ],
404
+ queryParameters: [
405
+ {
406
+ 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.",
407
+ in: "query",
408
+ name: "response_format",
409
+ required: false,
410
+ schema: {
411
+ default: "GET_RSP_FORMAT_DEFAULT",
412
+ enum: [
413
+ "GET_RSP_FORMAT_DEFAULT",
414
+ "GET_RSP_FORMAT_FOR_CREATE",
415
+ "GET_RSP_FORMAT_STATUS",
416
+ "GET_RSP_FORMAT_READ",
417
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
418
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
419
+ ],
420
+ type: "string",
421
+ },
422
+ },
423
+ ],
424
+ requestBodySchema: null,
425
+ responseSchema: {
426
+ $ref: "#/components/schemas/alert_templateGetResponse",
427
+ },
428
+ requiredParams: ["name", "namespace"],
429
+ operationId: "ves.io.schema.shape.brmalerts.alert_template.API.Get",
430
+ tags: ["Shape Security"],
431
+ sourceFile: "domains/shape_security.json",
432
+ },
433
+ {
434
+ toolName: "f5xc-api-shapesecurity-alert-template-list",
435
+ method: "GET",
436
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_templates",
437
+ operation: "list",
438
+ domain: "shape_security",
439
+ resource: "alert-template",
440
+ summary: "List BRM Alerts Alert Template.",
441
+ description: "List the set of alert_template in a namespace.",
442
+ pathParameters: [
443
+ {
444
+ description: "Namespace\nNamespace to scope the listing of alert_template.",
445
+ in: "path",
446
+ name: "namespace",
447
+ required: true,
448
+ schema: {
449
+ type: "string",
450
+ },
451
+ },
452
+ ],
453
+ queryParameters: [
454
+ {
455
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
456
+ in: "query",
457
+ name: "label_filter",
458
+ required: false,
459
+ schema: {
460
+ type: "string",
461
+ },
462
+ },
463
+ {
464
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
465
+ in: "query",
466
+ name: "report_fields",
467
+ required: false,
468
+ schema: {
469
+ items: {
470
+ type: "string",
471
+ },
472
+ type: "array",
473
+ },
474
+ },
475
+ {
476
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
477
+ in: "query",
478
+ name: "report_status_fields",
479
+ required: false,
480
+ schema: {
481
+ items: {
482
+ type: "string",
483
+ },
484
+ type: "array",
485
+ },
486
+ },
487
+ ],
488
+ requestBodySchema: null,
489
+ responseSchema: {
490
+ $ref: "#/components/schemas/alert_templateListResponse",
491
+ },
492
+ requiredParams: ["namespace"],
493
+ operationId: "ves.io.schema.shape.brmalerts.alert_template.API.List",
494
+ tags: ["Shape Security"],
495
+ sourceFile: "domains/shape_security.json",
496
+ },
497
+ {
498
+ toolName: "f5xc-api-shapesecurity-allowed-domain-create",
499
+ method: "POST",
500
+ path: "/api/shape/csd/namespaces/{metadata.namespace}/allowed_domains",
501
+ operation: "create",
502
+ domain: "shape_security",
503
+ resource: "allowed-domain",
504
+ summary: "Create Allowed Domain.",
505
+ description: "Create allowed domain.",
506
+ pathParameters: [
507
+ {
508
+ description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
509
+ in: "path",
510
+ name: "metadata.namespace",
511
+ required: true,
512
+ schema: {
513
+ type: "string",
514
+ },
515
+ },
516
+ ],
517
+ queryParameters: [],
518
+ requestBodySchema: {
519
+ $ref: "#/components/schemas/allowed_domainCreateRequest",
520
+ },
521
+ responseSchema: {
522
+ $ref: "#/components/schemas/allowed_domainCreateResponse",
523
+ },
524
+ requiredParams: ["body", "metadata.namespace"],
525
+ operationId: "ves.io.schema.shape.client_side_defense.allowed_domain.API.Create",
526
+ tags: ["Shape Security"],
527
+ sourceFile: "domains/shape_security.json",
528
+ },
529
+ {
530
+ toolName: "f5xc-api-shapesecurity-allowed-domain-delete",
531
+ method: "DELETE",
532
+ path: "/api/shape/csd/namespaces/{namespace}/allowed_domains/{name}",
533
+ operation: "delete",
534
+ domain: "shape_security",
535
+ resource: "allowed-domain",
536
+ summary: "DELETE Client-Side Defense Allowed Domain.",
537
+ description: "DELETE the specified allowed_domain.",
538
+ pathParameters: [
539
+ {
540
+ description: "Name\nName of the configuration object.",
541
+ in: "path",
542
+ name: "name",
543
+ required: true,
544
+ schema: {
545
+ type: "string",
546
+ },
547
+ },
548
+ {
549
+ description: "Namespace\nNamespace in which the configuration object is present.",
550
+ in: "path",
551
+ name: "namespace",
552
+ required: true,
553
+ schema: {
554
+ type: "string",
555
+ },
556
+ },
557
+ ],
558
+ queryParameters: [],
559
+ requestBodySchema: {
560
+ $ref: "#/components/schemas/allowed_domainDeleteRequest",
561
+ },
562
+ responseSchema: {},
563
+ requiredParams: ["body", "name", "namespace"],
564
+ operationId: "ves.io.schema.shape.client_side_defense.allowed_domain.API.Delete",
565
+ tags: ["Shape Security"],
566
+ sourceFile: "domains/shape_security.json",
567
+ },
568
+ {
569
+ toolName: "f5xc-api-shapesecurity-allowed-domain-get",
570
+ method: "GET",
571
+ path: "/api/shape/csd/namespaces/{namespace}/allowed_domains/{name}",
572
+ operation: "get",
573
+ domain: "shape_security",
574
+ resource: "allowed-domain",
575
+ summary: "GET Allowed Domain.",
576
+ description: "GET allowed domain.",
577
+ pathParameters: [
578
+ {
579
+ description: "Name\nThe name of the configuration object to be fetched.",
580
+ in: "path",
581
+ name: "name",
582
+ required: true,
583
+ schema: {
584
+ type: "string",
585
+ },
586
+ },
587
+ {
588
+ description: "Namespace\nThe namespace in which the configuration object is present.",
589
+ in: "path",
590
+ name: "namespace",
591
+ required: true,
592
+ schema: {
593
+ type: "string",
594
+ },
595
+ },
596
+ ],
597
+ queryParameters: [
598
+ {
599
+ 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.",
600
+ in: "query",
601
+ name: "response_format",
602
+ required: false,
603
+ schema: {
604
+ default: "GET_RSP_FORMAT_DEFAULT",
605
+ enum: [
606
+ "GET_RSP_FORMAT_DEFAULT",
607
+ "GET_RSP_FORMAT_FOR_CREATE",
608
+ "GET_RSP_FORMAT_STATUS",
609
+ "GET_RSP_FORMAT_READ",
610
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
611
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
612
+ ],
613
+ type: "string",
614
+ },
615
+ },
616
+ ],
617
+ requestBodySchema: null,
618
+ responseSchema: {
619
+ $ref: "#/components/schemas/allowed_domainGetResponse",
620
+ },
621
+ requiredParams: ["name", "namespace"],
622
+ operationId: "ves.io.schema.shape.client_side_defense.allowed_domain.API.Get",
623
+ tags: ["Shape Security"],
624
+ sourceFile: "domains/shape_security.json",
625
+ },
626
+ {
627
+ toolName: "f5xc-api-shapesecurity-allowed-domain-list",
628
+ method: "GET",
629
+ path: "/api/shape/csd/namespaces/{namespace}/allowed_domains",
630
+ operation: "list",
631
+ domain: "shape_security",
632
+ resource: "allowed-domain",
633
+ summary: "List Client-Side Defense Allowed Domain.",
634
+ description: "List the set of allowed_domain in a namespace.",
635
+ pathParameters: [
636
+ {
637
+ description: "Namespace\nNamespace to scope the listing of allowed_domain.",
638
+ in: "path",
639
+ name: "namespace",
640
+ required: true,
641
+ schema: {
642
+ type: "string",
643
+ },
644
+ },
645
+ ],
646
+ queryParameters: [
647
+ {
648
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
649
+ in: "query",
650
+ name: "label_filter",
651
+ required: false,
652
+ schema: {
653
+ type: "string",
654
+ },
655
+ },
656
+ {
657
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
658
+ in: "query",
659
+ name: "report_fields",
660
+ required: false,
661
+ schema: {
662
+ items: {
663
+ type: "string",
664
+ },
665
+ type: "array",
666
+ },
667
+ },
668
+ {
669
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
670
+ in: "query",
671
+ name: "report_status_fields",
672
+ required: false,
673
+ schema: {
674
+ items: {
675
+ type: "string",
676
+ },
677
+ type: "array",
678
+ },
679
+ },
680
+ ],
681
+ requestBodySchema: null,
682
+ responseSchema: {
683
+ $ref: "#/components/schemas/allowed_domainListResponse",
684
+ },
685
+ requiredParams: ["namespace"],
686
+ operationId: "ves.io.schema.shape.client_side_defense.allowed_domain.API.List",
687
+ tags: ["Shape Security"],
688
+ sourceFile: "domains/shape_security.json",
689
+ },
690
+ {
691
+ toolName: "f5xc-api-shapesecurity-analysi-create",
692
+ method: "POST",
693
+ path: "/api/shape/csd/namespaces/{namespace}/formFields/analysis",
694
+ operation: "create",
695
+ domain: "shape_security",
696
+ resource: "analysi",
697
+ summary: "Update FormField Analysis.",
698
+ description: "Mark / unmark field sensitivity by customer.",
699
+ pathParameters: [
700
+ {
701
+ description: "Namespace\nNamespace.",
702
+ in: "path",
703
+ name: "namespace",
704
+ required: true,
705
+ schema: {
706
+ type: "string",
707
+ },
708
+ },
709
+ ],
710
+ queryParameters: [],
711
+ requestBodySchema: {
712
+ $ref: "#/components/schemas/client_side_defenseUpdateFieldAnalysisRequest",
713
+ },
714
+ responseSchema: {
715
+ $ref: "#/components/schemas/client_side_defenseUpdateFieldAnalysisResponse",
716
+ },
717
+ requiredParams: ["body", "namespace"],
718
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.UpdateFieldAnalysis",
719
+ tags: ["Shape Security"],
720
+ sourceFile: "domains/shape_security.json",
721
+ },
722
+ {
723
+ toolName: "f5xc-api-shapesecurity-app-provision-create",
724
+ method: "POST",
725
+ path: "/api/shape/dip/namespaces/system/app_provision",
726
+ operation: "create",
727
+ domain: "shape_security",
728
+ resource: "app-provision",
729
+ summary: "Application Provision.",
730
+ description: "Provision an application for a tenant.",
731
+ pathParameters: [],
732
+ queryParameters: [],
733
+ requestBodySchema: {
734
+ $ref: "#/components/schemas/device_idApplicationProvisionRequest",
735
+ },
736
+ responseSchema: {
737
+ $ref: "#/components/schemas/device_idApplicationProvisionResponse",
738
+ },
739
+ requiredParams: ["body"],
740
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.ApplicationProvision",
741
+ tags: ["Shape Security"],
742
+ sourceFile: "domains/shape_security.json",
743
+ },
744
+ {
745
+ toolName: "f5xc-api-shapesecurity-application-create",
746
+ method: "POST",
747
+ path: "/api/shape/dip/namespaces/system/application",
748
+ operation: "create",
749
+ domain: "shape_security",
750
+ resource: "application",
751
+ summary: "Update Application.",
752
+ description: "Update an application's information.",
753
+ pathParameters: [],
754
+ queryParameters: [],
755
+ requestBodySchema: {
756
+ $ref: "#/components/schemas/device_idUpdateApplicationRequest",
757
+ },
758
+ responseSchema: {
759
+ $ref: "#/components/schemas/device_idUpdateApplicationResponse",
760
+ },
761
+ requiredParams: ["body"],
762
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.UpdateApplication",
763
+ tags: ["Shape Security"],
764
+ sourceFile: "domains/shape_security.json",
765
+ },
766
+ {
767
+ toolName: "f5xc-api-shapesecurity-application-delete",
768
+ method: "DELETE",
769
+ path: "/api/shape/dip/namespaces/system/application",
770
+ operation: "delete",
771
+ domain: "shape_security",
772
+ resource: "application",
773
+ summary: "DELETE Application.",
774
+ description: "DELETE an application.",
775
+ pathParameters: [],
776
+ queryParameters: [
777
+ {
778
+ description: "Target application ID to DELETE.",
779
+ in: "query",
780
+ name: "app_id",
781
+ required: false,
782
+ schema: {
783
+ type: "string",
784
+ },
785
+ },
786
+ ],
787
+ requestBodySchema: null,
788
+ responseSchema: {
789
+ $ref: "#/components/schemas/device_idDeleteApplicationsResponse",
790
+ },
791
+ requiredParams: [],
792
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.DeleteApplication",
793
+ tags: ["Shape Security"],
794
+ sourceFile: "domains/shape_security.json",
795
+ },
796
+ {
797
+ toolName: "f5xc-api-shapesecurity-application-list",
798
+ method: "GET",
799
+ path: "/api/shape/dip/namespaces/system/applications",
800
+ operation: "list",
801
+ domain: "shape_security",
802
+ resource: "application",
803
+ summary: "GetApplications.",
804
+ description: "GET Applications Information.",
805
+ pathParameters: [],
806
+ queryParameters: [],
807
+ requestBodySchema: null,
808
+ responseSchema: {
809
+ $ref: "#/components/schemas/device_idGetApplicationsResponse",
810
+ },
811
+ requiredParams: [],
812
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetApplications",
813
+ tags: ["Shape Security"],
814
+ sourceFile: "domains/shape_security.json",
815
+ },
816
+ {
817
+ toolName: "f5xc-api-shapesecurity-asn-create",
818
+ method: "POST",
819
+ path: "/api/shape/dip/namespaces/system/bot/asn",
820
+ operation: "create",
821
+ domain: "shape_security",
822
+ resource: "asn",
823
+ summary: "GET Bot Assessment by Top ASN.",
824
+ description: "GET Bot Top ASN Information.",
825
+ pathParameters: [],
826
+ queryParameters: [],
827
+ requestBodySchema: {
828
+ $ref: "#/components/schemas/device_idGetBotAssessmentTopAsnRequest",
829
+ },
830
+ responseSchema: {
831
+ $ref: "#/components/schemas/device_idGetBotAssessmentTopAsnResponse",
832
+ },
833
+ requiredParams: ["body"],
834
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetBotAssessmentTopAsn",
835
+ tags: ["Shape Security"],
836
+ sourceFile: "domains/shape_security.json",
837
+ },
838
+ {
839
+ toolName: "f5xc-api-shapesecurity-audit-list",
840
+ method: "GET",
841
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/block/audit",
842
+ operation: "list",
843
+ domain: "shape_security",
844
+ resource: "audit",
845
+ summary: "GET SAFE Block table list.",
846
+ description: "GET SAFE block table list.",
847
+ pathParameters: [
848
+ {
849
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
850
+ in: "path",
851
+ name: "namespace",
852
+ required: true,
853
+ schema: {
854
+ type: "string",
855
+ },
856
+ },
857
+ ],
858
+ queryParameters: [
859
+ {
860
+ description: "Account_id/device_id how to apply the blocking rule.",
861
+ in: "query",
862
+ name: "dimt",
863
+ required: false,
864
+ schema: {
865
+ type: "string",
866
+ },
867
+ },
868
+ {
869
+ description: "The relevant account_id/device_id.",
870
+ in: "query",
871
+ name: "dimv",
872
+ required: false,
873
+ schema: {
874
+ type: "string",
875
+ },
876
+ },
877
+ {
878
+ description: "The API version to use.",
879
+ in: "query",
880
+ name: "version",
881
+ required: false,
882
+ schema: {
883
+ type: "string",
884
+ },
885
+ },
886
+ ],
887
+ requestBodySchema: null,
888
+ responseSchema: {
889
+ $ref: "#/components/schemas/safeGetSafeBlockAuditResponse",
890
+ },
891
+ requiredParams: ["namespace"],
892
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeBlockAudit",
893
+ tags: ["Shape Security"],
894
+ sourceFile: "domains/shape_security.json",
895
+ },
896
+ {
897
+ toolName: "f5xc-api-shapesecurity-behavior-get",
898
+ method: "GET",
899
+ path: "/api/shape/csd/namespaces/{namespace}/scripts/{id}/behaviors",
900
+ operation: "get",
901
+ domain: "shape_security",
902
+ resource: "behavior",
903
+ summary: "List Behaviors By Script.",
904
+ description: "List all the behaviors for a script depending on start time and end time.",
905
+ pathParameters: [
906
+ {
907
+ description: "ID\nScript ID.",
908
+ in: "path",
909
+ name: "id",
910
+ required: true,
911
+ schema: {
912
+ type: "string",
913
+ },
914
+ },
915
+ {
916
+ description: "Namespace\nNamespace.",
917
+ in: "path",
918
+ name: "namespace",
919
+ required: true,
920
+ schema: {
921
+ type: "string",
922
+ },
923
+ },
924
+ ],
925
+ queryParameters: [
926
+ {
927
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch behaviors whose timestamp <= end_time.",
928
+ in: "query",
929
+ name: "end_time",
930
+ required: false,
931
+ schema: {
932
+ type: "string",
933
+ },
934
+ },
935
+ {
936
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch behaviors whose timestamp >= start_time.",
937
+ in: "query",
938
+ name: "start_time",
939
+ required: false,
940
+ schema: {
941
+ type: "string",
942
+ },
943
+ },
944
+ {
945
+ description: "X-required\nFilter based on type of behaviors\n\n- NEW: NEW\nNew Behaviors\n- ALL: ALL\nAll Behaviors.",
946
+ in: "query",
947
+ name: "type",
948
+ required: false,
949
+ schema: {
950
+ default: "NEW",
951
+ enum: ["NEW", "ALL"],
952
+ type: "string",
953
+ },
954
+ },
955
+ ],
956
+ requestBodySchema: null,
957
+ responseSchema: {
958
+ $ref: "#/components/schemas/client_side_defenseListBehaviorsByScriptResponse",
959
+ },
960
+ requiredParams: ["id", "namespace"],
961
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListBehaviorsByScript",
962
+ tags: ["Shape Security"],
963
+ sourceFile: "domains/shape_security.json",
964
+ },
965
+ {
966
+ toolName: "f5xc-api-shapesecurity-channel-create",
967
+ method: "POST",
968
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/channel",
969
+ operation: "create",
970
+ domain: "shape_security",
971
+ resource: "channel",
972
+ summary: "Channel Dashboard.",
973
+ description: "GET channel chart data from shape recognize API.",
974
+ pathParameters: [],
975
+ queryParameters: [],
976
+ requestBodySchema: {
977
+ $ref: "#/components/schemas/recognizeChannelRequest",
978
+ },
979
+ responseSchema: {
980
+ $ref: "#/components/schemas/recognizeChannelResponse",
981
+ },
982
+ requiredParams: ["body"],
983
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.Channel",
984
+ tags: ["Observability"],
985
+ sourceFile: "domains/shape_security.json",
986
+ },
987
+ {
988
+ toolName: "f5xc-api-shapesecurity-clone-create",
989
+ method: "POST",
990
+ path: "/api/shape/alerts/namespaces/{namespace}/alert_templates/{name}/clone",
991
+ operation: "create",
992
+ domain: "shape_security",
993
+ resource: "clone",
994
+ summary: "Clone Alert Template.",
995
+ description: "Clone the BRM Alert Template.",
996
+ pathParameters: [
997
+ {
998
+ description: "Name\n\nThe name of the alert template to be cloned.",
999
+ in: "path",
1000
+ name: "name",
1001
+ required: true,
1002
+ schema: {
1003
+ type: "string",
1004
+ },
1005
+ },
1006
+ {
1007
+ description: "Namespace\n\nThe namespace in which the the alert template is present.",
1008
+ in: "path",
1009
+ name: "namespace",
1010
+ required: true,
1011
+ schema: {
1012
+ type: "string",
1013
+ },
1014
+ },
1015
+ ],
1016
+ queryParameters: [],
1017
+ requestBodySchema: {
1018
+ $ref: "#/components/schemas/alert_templateCloneTemplateRequest",
1019
+ },
1020
+ responseSchema: {
1021
+ $ref: "#/components/schemas/alert_templateCloneTemplateResponse",
1022
+ },
1023
+ requiredParams: ["body", "name", "namespace"],
1024
+ operationId: "ves.io.schema.shape.brmalerts.alert_template.CustomAPI.Clone",
1025
+ tags: ["Shape Security"],
1026
+ sourceFile: "domains/shape_security.json",
1027
+ },
1028
+ {
1029
+ toolName: "f5xc-api-shapesecurity-conversion-create",
1030
+ method: "POST",
1031
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/conversion",
1032
+ operation: "create",
1033
+ domain: "shape_security",
1034
+ resource: "conversion",
1035
+ summary: "Conversion Dashboard.",
1036
+ description: "GET conversion chart data from shape recognize API.",
1037
+ pathParameters: [],
1038
+ queryParameters: [],
1039
+ requestBodySchema: {
1040
+ $ref: "#/components/schemas/recognizeConversionRequest",
1041
+ },
1042
+ responseSchema: {
1043
+ $ref: "#/components/schemas/recognizeConversionResponse",
1044
+ },
1045
+ requiredParams: ["body"],
1046
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.Conversion",
1047
+ tags: ["Observability"],
1048
+ sourceFile: "domains/shape_security.json",
1049
+ },
1050
+ {
1051
+ toolName: "f5xc-api-shapesecurity-country-create",
1052
+ method: "POST",
1053
+ path: "/api/shape/dip/namespaces/system/dashboard/country",
1054
+ operation: "create",
1055
+ domain: "shape_security",
1056
+ resource: "country",
1057
+ summary: "GET Devices By Country.",
1058
+ description: "GET devices country information.",
1059
+ pathParameters: [],
1060
+ queryParameters: [],
1061
+ requestBodySchema: {
1062
+ $ref: "#/components/schemas/device_idGetDashboardByCountryRequest",
1063
+ },
1064
+ responseSchema: {
1065
+ $ref: "#/components/schemas/device_idGetDashboardByCountryResponse",
1066
+ },
1067
+ requiredParams: ["body"],
1068
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetDashboardByCountry",
1069
+ tags: ["Observability"],
1070
+ sourceFile: "domains/shape_security.json",
1071
+ },
1072
+ {
1073
+ toolName: "f5xc-api-shapesecurity-dashboard-get",
1074
+ method: "GET",
1075
+ path: "/api/shape/csd/namespaces/{namespace}/scripts/{id}/dashboard",
1076
+ operation: "get",
1077
+ domain: "shape_security",
1078
+ resource: "dashboard",
1079
+ summary: "GET Script Overview.",
1080
+ description: "GET script overview data for a script depending on start time and end time.",
1081
+ pathParameters: [
1082
+ {
1083
+ description: "ID\nScript ID.",
1084
+ in: "path",
1085
+ name: "id",
1086
+ required: true,
1087
+ schema: {
1088
+ type: "string",
1089
+ },
1090
+ },
1091
+ {
1092
+ description: "Namespace\nNamespace.",
1093
+ in: "path",
1094
+ name: "namespace",
1095
+ required: true,
1096
+ schema: {
1097
+ type: "string",
1098
+ },
1099
+ },
1100
+ ],
1101
+ queryParameters: [
1102
+ {
1103
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch behaviors whose timestamp <= end_time.",
1104
+ in: "query",
1105
+ name: "end_time",
1106
+ required: false,
1107
+ schema: {
1108
+ type: "string",
1109
+ },
1110
+ },
1111
+ {
1112
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch behaviors whose timestamp >= start_time.",
1113
+ in: "query",
1114
+ name: "start_time",
1115
+ required: false,
1116
+ schema: {
1117
+ type: "string",
1118
+ },
1119
+ },
1120
+ {
1121
+ description: "X-required\nFilter events based on type of behaviors\n\n- NEW: NEW\nNew Behaviors\n- ALL: ALL\nAll Behaviors.",
1122
+ in: "query",
1123
+ name: "type",
1124
+ required: false,
1125
+ schema: {
1126
+ default: "NEW",
1127
+ enum: ["NEW", "ALL"],
1128
+ type: "string",
1129
+ },
1130
+ },
1131
+ ],
1132
+ requestBodySchema: null,
1133
+ responseSchema: {
1134
+ $ref: "#/components/schemas/client_side_defenseGetScriptOverviewResponse",
1135
+ },
1136
+ requiredParams: ["id", "namespace"],
1137
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetScriptOverview",
1138
+ tags: ["Shape Security"],
1139
+ sourceFile: "domains/shape_security.json",
1140
+ },
1141
+ {
1142
+ toolName: "f5xc-api-shapesecurity-datadictionary-list",
1143
+ method: "GET",
1144
+ path: "/api/data-intelligence/namespaces/system/datadictionary/{dataset}",
1145
+ operation: "list",
1146
+ domain: "shape_security",
1147
+ resource: "datadictionary",
1148
+ summary: "GET Data Dictionary.",
1149
+ description: "GET the dataset features from Data dictionary API.",
1150
+ pathParameters: [
1151
+ {
1152
+ description: "Dataset\nidentifier to request the dataset features.",
1153
+ in: "path",
1154
+ name: "dataset",
1155
+ required: true,
1156
+ schema: {
1157
+ type: "string",
1158
+ },
1159
+ },
1160
+ ],
1161
+ queryParameters: [],
1162
+ requestBodySchema: null,
1163
+ responseSchema: {
1164
+ $ref: "#/components/schemas/data_deliveryGetDataDictionaryResponse",
1165
+ },
1166
+ requiredParams: ["dataset"],
1167
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.GetDataDictionary",
1168
+ tags: ["Other"],
1169
+ sourceFile: "domains/shape_security.json",
1170
+ },
1171
+ {
1172
+ toolName: "f5xc-api-shapesecurity-dataset-list",
1173
+ method: "GET",
1174
+ path: "/api/data-intelligence/namespaces/system/dataSets",
1175
+ operation: "list",
1176
+ domain: "shape_security",
1177
+ resource: "dataSet",
1178
+ summary: "GET Data Sets.",
1179
+ description: "GET the list of data sets eligible for the tenant.",
1180
+ pathParameters: [],
1181
+ queryParameters: [],
1182
+ requestBodySchema: null,
1183
+ responseSchema: {
1184
+ $ref: "#/components/schemas/data_deliveryGetDataSetsResponse",
1185
+ },
1186
+ requiredParams: [],
1187
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.GetDataSets",
1188
+ tags: ["Other"],
1189
+ sourceFile: "domains/shape_security.json",
1190
+ },
1191
+ {
1192
+ toolName: "f5xc-api-shapesecurity-detail-list",
1193
+ method: "GET",
1194
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/block/details",
1195
+ operation: "list",
1196
+ domain: "shape_security",
1197
+ resource: "detail",
1198
+ summary: "GET SAFE Block Details.",
1199
+ description: "GET SAFE block details.",
1200
+ pathParameters: [
1201
+ {
1202
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
1203
+ in: "path",
1204
+ name: "namespace",
1205
+ required: true,
1206
+ schema: {
1207
+ type: "string",
1208
+ },
1209
+ },
1210
+ ],
1211
+ queryParameters: [
1212
+ {
1213
+ description: "String representing the account ID.",
1214
+ in: "query",
1215
+ name: "account_id",
1216
+ required: false,
1217
+ schema: {
1218
+ type: "string",
1219
+ },
1220
+ },
1221
+ {
1222
+ description: "String representing the device ID.",
1223
+ in: "query",
1224
+ name: "device_id",
1225
+ required: false,
1226
+ schema: {
1227
+ type: "string",
1228
+ },
1229
+ },
1230
+ {
1231
+ description: "The API version to use.",
1232
+ in: "query",
1233
+ name: "version",
1234
+ required: false,
1235
+ schema: {
1236
+ type: "string",
1237
+ },
1238
+ },
1239
+ ],
1240
+ requestBodySchema: null,
1241
+ responseSchema: {
1242
+ $ref: "#/components/schemas/safeGetSafeBlockDetailsResponse",
1243
+ },
1244
+ requiredParams: ["namespace"],
1245
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeBlockDetails",
1246
+ tags: ["Shape Security"],
1247
+ sourceFile: "domains/shape_security.json",
1248
+ },
1249
+ {
1250
+ toolName: "f5xc-api-shapesecurity-detected-domain-list",
1251
+ method: "GET",
1252
+ path: "/api/shape/csd/namespaces/{namespace}/detected_domains",
1253
+ operation: "list",
1254
+ domain: "shape_security",
1255
+ resource: "detected-domain",
1256
+ summary: "GET Detected Domains.",
1257
+ description: "GET the detected domains data for the tenant.",
1258
+ pathParameters: [
1259
+ {
1260
+ description: "Namespace\nNamespace.",
1261
+ in: "path",
1262
+ name: "namespace",
1263
+ required: true,
1264
+ schema: {
1265
+ type: "string",
1266
+ },
1267
+ },
1268
+ ],
1269
+ queryParameters: [
1270
+ {
1271
+ description: "Length in Days to fetch domain.",
1272
+ in: "query",
1273
+ name: "duration",
1274
+ required: false,
1275
+ schema: {
1276
+ type: "string",
1277
+ },
1278
+ },
1279
+ {
1280
+ description: "List of locations if backend needs to filter with locations passed.",
1281
+ in: "query",
1282
+ name: "locations",
1283
+ required: false,
1284
+ schema: {
1285
+ type: "string",
1286
+ },
1287
+ },
1288
+ {
1289
+ description: "GET the list of high risk domains, all domains is by default.",
1290
+ in: "query",
1291
+ name: "risk",
1292
+ required: false,
1293
+ schema: {
1294
+ type: "string",
1295
+ },
1296
+ },
1297
+ ],
1298
+ requestBodySchema: null,
1299
+ responseSchema: {
1300
+ $ref: "#/components/schemas/client_side_defenseGetDetectedDomainsResponse",
1301
+ },
1302
+ requiredParams: ["namespace"],
1303
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetDetectedDomains",
1304
+ tags: ["Shape Security"],
1305
+ sourceFile: "domains/shape_security.json",
1306
+ },
1307
+ {
1308
+ toolName: "f5xc-api-shapesecurity-domain-detail-list",
1309
+ method: "GET",
1310
+ path: "/api/shape/csd/namespaces/{namespace}/domain_details",
1311
+ operation: "list",
1312
+ domain: "shape_security",
1313
+ resource: "domain-detail",
1314
+ summary: "GET Domain Details.",
1315
+ description: "GET the details of the domain provided.",
1316
+ pathParameters: [
1317
+ {
1318
+ description: "Namespace\nNamespace.",
1319
+ in: "path",
1320
+ name: "namespace",
1321
+ required: true,
1322
+ schema: {
1323
+ type: "string",
1324
+ },
1325
+ },
1326
+ ],
1327
+ queryParameters: [
1328
+ {
1329
+ description: "Name of the domain to GET the details.",
1330
+ in: "query",
1331
+ name: "name",
1332
+ required: false,
1333
+ schema: {
1334
+ type: "string",
1335
+ },
1336
+ },
1337
+ ],
1338
+ requestBodySchema: null,
1339
+ responseSchema: {
1340
+ $ref: "#/components/schemas/client_side_defenseGetDomainDetailsResponse",
1341
+ },
1342
+ requiredParams: ["namespace"],
1343
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetDomainDetails",
1344
+ tags: ["Shape Security"],
1345
+ sourceFile: "domains/shape_security.json",
1346
+ },
1347
+ {
1348
+ toolName: "f5xc-api-shapesecurity-enable-create",
1349
+ method: "POST",
1350
+ path: "/api/shape/dip/namespaces/system/enable",
1351
+ operation: "create",
1352
+ domain: "shape_security",
1353
+ resource: "enable",
1354
+ summary: "Enable Application Traffic Insights.",
1355
+ description: "Enable Application Traffic Insights feature for the tenant.",
1356
+ pathParameters: [],
1357
+ queryParameters: [],
1358
+ requestBodySchema: {
1359
+ $ref: "#/components/schemas/device_idEnableRequest",
1360
+ },
1361
+ responseSchema: {
1362
+ $ref: "#/components/schemas/device_idEnableResponse",
1363
+ },
1364
+ requiredParams: ["body"],
1365
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.Enable",
1366
+ tags: ["Shape Security"],
1367
+ sourceFile: "domains/shape_security.json",
1368
+ },
1369
+ {
1370
+ toolName: "f5xc-api-shapesecurity-enjoy-create",
1371
+ method: "POST",
1372
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/enjoy",
1373
+ operation: "create",
1374
+ domain: "shape_security",
1375
+ resource: "enjoy",
1376
+ summary: "Enjoy Dashboard.",
1377
+ description: "GET enjoy chart data from shape recognize API.",
1378
+ pathParameters: [],
1379
+ queryParameters: [],
1380
+ requestBodySchema: {
1381
+ $ref: "#/components/schemas/recognizeEnjoyRequest",
1382
+ },
1383
+ responseSchema: {
1384
+ $ref: "#/components/schemas/recognizeEnjoyResponse",
1385
+ },
1386
+ requiredParams: ["body"],
1387
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.Enjoy",
1388
+ tags: ["Observability"],
1389
+ sourceFile: "domains/shape_security.json",
1390
+ },
1391
+ {
1392
+ toolName: "f5xc-api-shapesecurity-ep-create",
1393
+ method: "POST",
1394
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/ep",
1395
+ operation: "create",
1396
+ domain: "shape_security",
1397
+ resource: "ep",
1398
+ summary: "PostSafeEp.",
1399
+ description: "POST Safe Analyst Station ep request.",
1400
+ pathParameters: [
1401
+ {
1402
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
1403
+ in: "path",
1404
+ name: "namespace",
1405
+ required: true,
1406
+ schema: {
1407
+ type: "string",
1408
+ },
1409
+ },
1410
+ ],
1411
+ queryParameters: [],
1412
+ requestBodySchema: {
1413
+ $ref: "#/components/schemas/safePostSafeEpRequest",
1414
+ },
1415
+ responseSchema: {
1416
+ $ref: "#/components/schemas/safePostSafeEpResponse",
1417
+ },
1418
+ requiredParams: ["body", "namespace"],
1419
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeEp",
1420
+ tags: ["Shape Security"],
1421
+ sourceFile: "domains/shape_security.json",
1422
+ },
1423
+ {
1424
+ toolName: "f5xc-api-shapesecurity-feedback-create",
1425
+ method: "POST",
1426
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/block/feedback",
1427
+ operation: "create",
1428
+ domain: "shape_security",
1429
+ resource: "feedback",
1430
+ summary: "PostSafeBlockFeedback.",
1431
+ description: "POST Safe block feedback.",
1432
+ pathParameters: [
1433
+ {
1434
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
1435
+ in: "path",
1436
+ name: "namespace",
1437
+ required: true,
1438
+ schema: {
1439
+ type: "string",
1440
+ },
1441
+ },
1442
+ ],
1443
+ queryParameters: [],
1444
+ requestBodySchema: {
1445
+ $ref: "#/components/schemas/safePostSafeBlockFeedbackRequest",
1446
+ },
1447
+ responseSchema: {
1448
+ $ref: "#/components/schemas/safePostSafeBlockFeedbackResponse",
1449
+ },
1450
+ requiredParams: ["body", "namespace"],
1451
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeBlockFeedback",
1452
+ tags: ["Shape Security"],
1453
+ sourceFile: "domains/shape_security.json",
1454
+ },
1455
+ {
1456
+ toolName: "f5xc-api-shapesecurity-flowlabel-list",
1457
+ method: "GET",
1458
+ path: "/api/data-intelligence/namespaces/{namespace}/di/flowlabels",
1459
+ operation: "list",
1460
+ domain: "shape_security",
1461
+ resource: "flowlabel",
1462
+ summary: "List FlowLabels.",
1463
+ description: "ListFlowLabels takes a customer name and returns a list of FlowLabel objects.",
1464
+ pathParameters: [
1465
+ {
1466
+ description: "Namespace\nNamespace in which the suggestions are scoped.",
1467
+ in: "path",
1468
+ name: "namespace",
1469
+ required: true,
1470
+ schema: {
1471
+ type: "string",
1472
+ },
1473
+ },
1474
+ ],
1475
+ queryParameters: [],
1476
+ requestBodySchema: null,
1477
+ responseSchema: {
1478
+ $ref: "#/components/schemas/data_deliveryListFlowLabelsResponse",
1479
+ },
1480
+ requiredParams: ["namespace"],
1481
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.ListFlowLabels",
1482
+ tags: ["Other"],
1483
+ sourceFile: "domains/shape_security.json",
1484
+ },
1485
+ {
1486
+ toolName: "f5xc-api-shapesecurity-formfield-create",
1487
+ method: "POST",
1488
+ path: "/api/shape/csd/namespaces/{namespace}/formFields",
1489
+ operation: "create",
1490
+ domain: "shape_security",
1491
+ resource: "formField",
1492
+ summary: "List All Form Fields.",
1493
+ description: "List form fields for all the scripts depending on start time and end time.",
1494
+ pathParameters: [
1495
+ {
1496
+ description: "Namespace\nNamespace.",
1497
+ in: "path",
1498
+ name: "namespace",
1499
+ required: true,
1500
+ schema: {
1501
+ type: "string",
1502
+ },
1503
+ },
1504
+ ],
1505
+ queryParameters: [],
1506
+ requestBodySchema: {
1507
+ $ref: "#/components/schemas/client_side_defenseListFormFieldsRequest",
1508
+ },
1509
+ responseSchema: {
1510
+ $ref: "#/components/schemas/client_side_defenseListFormFieldsResponse",
1511
+ },
1512
+ requiredParams: ["body", "namespace"],
1513
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListFormFields",
1514
+ tags: ["Shape Security"],
1515
+ sourceFile: "domains/shape_security.json",
1516
+ },
1517
+ {
1518
+ toolName: "f5xc-api-shapesecurity-formfield-get",
1519
+ method: "GET",
1520
+ path: "/api/shape/csd/namespaces/{namespace}/formFields/{id}",
1521
+ operation: "get",
1522
+ domain: "shape_security",
1523
+ resource: "formField",
1524
+ summary: "GET Form Field.",
1525
+ description: "GET form field for the name of the form field.",
1526
+ pathParameters: [
1527
+ {
1528
+ description: "ID\nID of the form field.",
1529
+ in: "path",
1530
+ name: "id",
1531
+ required: true,
1532
+ schema: {
1533
+ type: "string",
1534
+ },
1535
+ },
1536
+ {
1537
+ description: "Namespace\nNamespace.",
1538
+ in: "path",
1539
+ name: "namespace",
1540
+ required: true,
1541
+ schema: {
1542
+ type: "string",
1543
+ },
1544
+ },
1545
+ ],
1546
+ queryParameters: [],
1547
+ requestBodySchema: null,
1548
+ responseSchema: {
1549
+ $ref: "#/components/schemas/client_side_defenseGetFormFieldResponse",
1550
+ },
1551
+ requiredParams: ["id", "namespace"],
1552
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetFormField",
1553
+ tags: ["Shape Security"],
1554
+ sourceFile: "domains/shape_security.json",
1555
+ },
1556
+ {
1557
+ toolName: "f5xc-api-shapesecurity-formfield-list",
1558
+ method: "GET",
1559
+ path: "/api/shape/csd/namespaces/{namespace}/formFields",
1560
+ operation: "list",
1561
+ domain: "shape_security",
1562
+ resource: "formField",
1563
+ summary: "List All Form Fields with GET method.",
1564
+ description: "List form fields for all the scripts depending on start time and end time with GET method.",
1565
+ pathParameters: [
1566
+ {
1567
+ description: "Namespace\nNamespace.",
1568
+ in: "path",
1569
+ name: "namespace",
1570
+ required: true,
1571
+ schema: {
1572
+ type: "string",
1573
+ },
1574
+ },
1575
+ ],
1576
+ queryParameters: [
1577
+ {
1578
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch form fields whose timestamp <= end_time.",
1579
+ in: "query",
1580
+ name: "end_time",
1581
+ required: false,
1582
+ schema: {
1583
+ type: "string",
1584
+ },
1585
+ },
1586
+ {
1587
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch form fields whose timestamp >= start_time.",
1588
+ in: "query",
1589
+ name: "start_time",
1590
+ required: false,
1591
+ schema: {
1592
+ type: "string",
1593
+ },
1594
+ },
1595
+ ],
1596
+ requestBodySchema: null,
1597
+ responseSchema: {
1598
+ $ref: "#/components/schemas/client_side_defenseListFormFieldsGetResponse",
1599
+ },
1600
+ requiredParams: ["namespace"],
1601
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListFormFieldsGet",
1602
+ tags: ["Shape Security"],
1603
+ sourceFile: "domains/shape_security.json",
1604
+ },
1605
+ {
1606
+ toolName: "f5xc-api-shapesecurity-friction-aggregation-create",
1607
+ method: "POST",
1608
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/friction_aggregation",
1609
+ operation: "create",
1610
+ domain: "shape_security",
1611
+ resource: "friction-aggregation",
1612
+ summary: "Friction Aggregation Dashboard.",
1613
+ description: "GET Friction Aggregation chart data from shape recognize API.",
1614
+ pathParameters: [],
1615
+ queryParameters: [],
1616
+ requestBodySchema: {
1617
+ $ref: "#/components/schemas/recognizeFrictionAggregationRequest",
1618
+ },
1619
+ responseSchema: {
1620
+ $ref: "#/components/schemas/recognizeFrictionAggregationResponse",
1621
+ },
1622
+ requiredParams: ["body"],
1623
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.FrictionAggregation",
1624
+ tags: ["Observability"],
1625
+ sourceFile: "domains/shape_security.json",
1626
+ },
1627
+ {
1628
+ toolName: "f5xc-api-shapesecurity-friction-histogram-create",
1629
+ method: "POST",
1630
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/friction_histogram",
1631
+ operation: "create",
1632
+ domain: "shape_security",
1633
+ resource: "friction-histogram",
1634
+ summary: "Friction Histogram Dashboard.",
1635
+ description: "GET Histogram Aggregation chart data from shape recognize API.",
1636
+ pathParameters: [],
1637
+ queryParameters: [],
1638
+ requestBodySchema: {
1639
+ $ref: "#/components/schemas/recognizeFrictionHistogramRequest",
1640
+ },
1641
+ responseSchema: {
1642
+ $ref: "#/components/schemas/recognizeFrictionHistogramResponse",
1643
+ },
1644
+ requiredParams: ["body"],
1645
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.FrictionHistogram",
1646
+ tags: ["Observability"],
1647
+ sourceFile: "domains/shape_security.json",
1648
+ },
1649
+ {
1650
+ toolName: "f5xc-api-shapesecurity-general-feedback-create",
1651
+ method: "POST",
1652
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/general_feedback",
1653
+ operation: "create",
1654
+ domain: "shape_security",
1655
+ resource: "general-feedback",
1656
+ summary: "Update Fraud Feedback.",
1657
+ description: "Update fraud feedback for a transaction or session.",
1658
+ pathParameters: [
1659
+ {
1660
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
1661
+ in: "path",
1662
+ name: "namespace",
1663
+ required: true,
1664
+ schema: {
1665
+ type: "string",
1666
+ },
1667
+ },
1668
+ ],
1669
+ queryParameters: [],
1670
+ requestBodySchema: {
1671
+ $ref: "#/components/schemas/safePostGeneralFeedbackRequest",
1672
+ },
1673
+ responseSchema: {
1674
+ $ref: "#/components/schemas/safePostGeneralFeedbackResponse",
1675
+ },
1676
+ requiredParams: ["body", "namespace"],
1677
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostGeneralFeedback",
1678
+ tags: ["Shape Security"],
1679
+ sourceFile: "domains/shape_security.json",
1680
+ },
1681
+ {
1682
+ toolName: "f5xc-api-shapesecurity-getcurrentfrauddata-create",
1683
+ method: "POST",
1684
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/getcurrentfrauddata",
1685
+ operation: "create",
1686
+ domain: "shape_security",
1687
+ resource: "getcurrentfrauddata",
1688
+ summary: "GetCurrentFraudData.",
1689
+ description: "GET Current Fraud data request for a time range.",
1690
+ pathParameters: [],
1691
+ queryParameters: [],
1692
+ requestBodySchema: {
1693
+ $ref: "#/components/schemas/safeapGetCurrentFraudRequest",
1694
+ },
1695
+ responseSchema: {
1696
+ $ref: "#/components/schemas/safeapGetCurrentFraudResponse",
1697
+ },
1698
+ requiredParams: ["body"],
1699
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetCurrentFraudData",
1700
+ tags: ["Observability"],
1701
+ sourceFile: "domains/shape_security.json",
1702
+ },
1703
+ {
1704
+ toolName: "f5xc-api-shapesecurity-gettopriskyaccount-create",
1705
+ method: "POST",
1706
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/gettopriskyaccounts",
1707
+ operation: "create",
1708
+ domain: "shape_security",
1709
+ resource: "gettopriskyaccount",
1710
+ summary: "GetTopRiskyAccounts.",
1711
+ description: "GET top risky accounts data request in a time range.",
1712
+ pathParameters: [],
1713
+ queryParameters: [],
1714
+ requestBodySchema: {
1715
+ $ref: "#/components/schemas/safeapGetTopRiskyAccountsRequest",
1716
+ },
1717
+ responseSchema: {
1718
+ $ref: "#/components/schemas/safeapGetTopRiskyAccountsResponse",
1719
+ },
1720
+ requiredParams: ["body"],
1721
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetTopRiskyAccounts",
1722
+ tags: ["Observability"],
1723
+ sourceFile: "domains/shape_security.json",
1724
+ },
1725
+ {
1726
+ toolName: "f5xc-api-shapesecurity-gettopriskydevice-create",
1727
+ method: "POST",
1728
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/gettopriskydevices",
1729
+ operation: "create",
1730
+ domain: "shape_security",
1731
+ resource: "gettopriskydevice",
1732
+ summary: "GetTopRiskyDevices.",
1733
+ description: "GET top risky devices data request in a time range.",
1734
+ pathParameters: [],
1735
+ queryParameters: [],
1736
+ requestBodySchema: {
1737
+ $ref: "#/components/schemas/safeapGetTopRiskyDevicesRequest",
1738
+ },
1739
+ responseSchema: {
1740
+ $ref: "#/components/schemas/safeapGetTopRiskyDevicesResponse",
1741
+ },
1742
+ requiredParams: ["body"],
1743
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetTopRiskyDevices",
1744
+ tags: ["Observability"],
1745
+ sourceFile: "domains/shape_security.json",
1746
+ },
1747
+ {
1748
+ toolName: "f5xc-api-shapesecurity-gettopriskyipaddresse-create",
1749
+ method: "POST",
1750
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/gettopriskyipaddresses",
1751
+ operation: "create",
1752
+ domain: "shape_security",
1753
+ resource: "gettopriskyipaddresse",
1754
+ summary: "GetTopRiskyIpAddresses.",
1755
+ description: "GET top risky IP addresses data request in a time range.",
1756
+ pathParameters: [],
1757
+ queryParameters: [],
1758
+ requestBodySchema: {
1759
+ $ref: "#/components/schemas/safeapGetTopRiskyIpAddressesRequest",
1760
+ },
1761
+ responseSchema: {
1762
+ $ref: "#/components/schemas/safeapGetTopRiskyIpAddressesResponse",
1763
+ },
1764
+ requiredParams: ["body"],
1765
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetTopRiskyIpAddresses",
1766
+ tags: ["Observability"],
1767
+ sourceFile: "domains/shape_security.json",
1768
+ },
1769
+ {
1770
+ toolName: "f5xc-api-shapesecurity-gettopriskyreason-create",
1771
+ method: "POST",
1772
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/gettopriskyreasons",
1773
+ operation: "create",
1774
+ domain: "shape_security",
1775
+ resource: "gettopriskyreason",
1776
+ summary: "GetTopRiskyReasons.",
1777
+ description: "GET top risky reasons data request for a time range.",
1778
+ pathParameters: [],
1779
+ queryParameters: [],
1780
+ requestBodySchema: {
1781
+ $ref: "#/components/schemas/safeapGetTopRiskyReasonsRequest",
1782
+ },
1783
+ responseSchema: {
1784
+ $ref: "#/components/schemas/safeapGetTopRiskyReasonsResponse",
1785
+ },
1786
+ requiredParams: ["body"],
1787
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetTopRiskyReasons",
1788
+ tags: ["Observability"],
1789
+ sourceFile: "domains/shape_security.json",
1790
+ },
1791
+ {
1792
+ toolName: "f5xc-api-shapesecurity-gettransactiondata-create",
1793
+ method: "POST",
1794
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/gettransactiondata",
1795
+ operation: "create",
1796
+ domain: "shape_security",
1797
+ resource: "gettransactiondata",
1798
+ summary: "GetTransactionData.",
1799
+ description: "GET Transaction data request for a time range.",
1800
+ pathParameters: [],
1801
+ queryParameters: [],
1802
+ requestBodySchema: {
1803
+ $ref: "#/components/schemas/safeapGetTransactionRequest",
1804
+ },
1805
+ responseSchema: {
1806
+ $ref: "#/components/schemas/safeapGetTransactionResponse",
1807
+ },
1808
+ requiredParams: ["body"],
1809
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetTransactionData",
1810
+ tags: ["Observability"],
1811
+ sourceFile: "domains/shape_security.json",
1812
+ },
1813
+ {
1814
+ toolName: "f5xc-api-shapesecurity-health-list",
1815
+ method: "GET",
1816
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/health",
1817
+ operation: "list",
1818
+ domain: "shape_security",
1819
+ resource: "health",
1820
+ summary: "Health Check.",
1821
+ description: "Health Check.",
1822
+ pathParameters: [],
1823
+ queryParameters: [],
1824
+ requestBodySchema: null,
1825
+ responseSchema: {
1826
+ $ref: "#/components/schemas/recognizeHealthResponse",
1827
+ },
1828
+ requiredParams: [],
1829
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.Health",
1830
+ tags: ["Observability"],
1831
+ sourceFile: "domains/shape_security.json",
1832
+ },
1833
+ {
1834
+ toolName: "f5xc-api-shapesecurity-init-create",
1835
+ method: "POST",
1836
+ path: "/api/shape/csd/namespaces/system/init",
1837
+ operation: "create",
1838
+ domain: "shape_security",
1839
+ resource: "init",
1840
+ summary: "Enable Client-Side Defense.",
1841
+ description: "Enable Client-Side Defense feature for the tenant.",
1842
+ pathParameters: [],
1843
+ queryParameters: [],
1844
+ requestBodySchema: {
1845
+ $ref: "#/components/schemas/client_side_defenseInitRequest",
1846
+ },
1847
+ responseSchema: {
1848
+ $ref: "#/components/schemas/client_side_defenseInitResponse",
1849
+ },
1850
+ requiredParams: ["body"],
1851
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.Init",
1852
+ tags: ["Shape Security"],
1853
+ sourceFile: "domains/shape_security.json",
1854
+ },
1855
+ {
1856
+ toolName: "f5xc-api-shapesecurity-init-request-create",
1857
+ method: "POST",
1858
+ path: "/api/data-intelligence/namespaces/system/init-request",
1859
+ operation: "create",
1860
+ domain: "shape_security",
1861
+ resource: "init-request",
1862
+ summary: "Enable Data Intelligence.",
1863
+ description: "Request to enable Data Intelligence for the tenant.",
1864
+ pathParameters: [],
1865
+ queryParameters: [],
1866
+ requestBodySchema: {
1867
+ $ref: "#/components/schemas/schemaEmpty",
1868
+ },
1869
+ responseSchema: {
1870
+ $ref: "#/components/schemas/schemaEmpty",
1871
+ },
1872
+ requiredParams: ["body"],
1873
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.Init",
1874
+ tags: ["Other"],
1875
+ sourceFile: "domains/shape_security.json",
1876
+ },
1877
+ {
1878
+ toolName: "f5xc-api-shapesecurity-js-configuration-list",
1879
+ method: "GET",
1880
+ path: "/api/shape/csd/namespaces/{namespace}/js_configuration",
1881
+ operation: "list",
1882
+ domain: "shape_security",
1883
+ resource: "js-configuration",
1884
+ summary: "GET JS Injection Configuration.",
1885
+ description: "GET JS Injection Configuration for this tenant.",
1886
+ pathParameters: [
1887
+ {
1888
+ description: "Namespace\nNamespace.",
1889
+ in: "path",
1890
+ name: "namespace",
1891
+ required: true,
1892
+ schema: {
1893
+ type: "string",
1894
+ },
1895
+ },
1896
+ ],
1897
+ queryParameters: [
1898
+ {
1899
+ description: "Format we want the script to be returned in.",
1900
+ in: "query",
1901
+ name: "name",
1902
+ required: false,
1903
+ schema: {
1904
+ type: "string",
1905
+ },
1906
+ },
1907
+ ],
1908
+ requestBodySchema: null,
1909
+ responseSchema: {
1910
+ $ref: "#/components/schemas/client_side_defenseGetJsInjectionConfigurationResponse",
1911
+ },
1912
+ requiredParams: ["namespace"],
1913
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetJsInjectionConfiguration",
1914
+ tags: ["Shape Security"],
1915
+ sourceFile: "domains/shape_security.json",
1916
+ },
1917
+ {
1918
+ toolName: "f5xc-api-shapesecurity-justification-create",
1919
+ method: "POST",
1920
+ path: "/api/shape/csd/namespaces/{namespace}/scripts/{script_id}/justification",
1921
+ operation: "create",
1922
+ domain: "shape_security",
1923
+ resource: "justification",
1924
+ summary: "Update Script Justification.",
1925
+ description: "Update justification for script found.",
1926
+ pathParameters: [
1927
+ {
1928
+ description: "Namespace\nNamespace.",
1929
+ in: "path",
1930
+ name: "namespace",
1931
+ required: true,
1932
+ schema: {
1933
+ type: "string",
1934
+ },
1935
+ },
1936
+ {
1937
+ description: "Script_id\nx-required\nID of the script.",
1938
+ in: "path",
1939
+ name: "script_id",
1940
+ required: true,
1941
+ schema: {
1942
+ type: "string",
1943
+ },
1944
+ },
1945
+ ],
1946
+ queryParameters: [],
1947
+ requestBodySchema: {
1948
+ $ref: "#/components/schemas/client_side_defenseUpdateScriptJustificationRequest",
1949
+ },
1950
+ responseSchema: {
1951
+ $ref: "#/components/schemas/client_side_defenseUpdateScriptJustificationResponse",
1952
+ },
1953
+ requiredParams: ["body", "namespace", "script_id"],
1954
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.UpdateScriptJustification",
1955
+ tags: ["Shape Security"],
1956
+ sourceFile: "domains/shape_security.json",
1957
+ },
1958
+ {
1959
+ toolName: "f5xc-api-shapesecurity-justification-delete",
1960
+ method: "DELETE",
1961
+ path: "/api/shape/csd/namespaces/{namespace}/script/justification/{justification_id}",
1962
+ operation: "delete",
1963
+ domain: "shape_security",
1964
+ resource: "justification",
1965
+ summary: "DELETE Script Justification.",
1966
+ description: "DELETE the specified script justification.",
1967
+ pathParameters: [
1968
+ {
1969
+ description: "Justification_id\nID of the justification.",
1970
+ in: "path",
1971
+ name: "justification_id",
1972
+ required: true,
1973
+ schema: {
1974
+ type: "string",
1975
+ },
1976
+ },
1977
+ {
1978
+ description: "Namespace\nNamespace.",
1979
+ in: "path",
1980
+ name: "namespace",
1981
+ required: true,
1982
+ schema: {
1983
+ type: "string",
1984
+ },
1985
+ },
1986
+ ],
1987
+ queryParameters: [],
1988
+ requestBodySchema: null,
1989
+ responseSchema: {
1990
+ $ref: "#/components/schemas/client_side_defenseDeleteScriptJustificationResponse",
1991
+ },
1992
+ requiredParams: ["justification_id", "namespace"],
1993
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.DeleteScriptJustification",
1994
+ tags: ["Shape Security"],
1995
+ sourceFile: "domains/shape_security.json",
1996
+ },
1997
+ {
1998
+ toolName: "f5xc-api-shapesecurity-lift-create",
1999
+ method: "POST",
2000
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/lift",
2001
+ operation: "create",
2002
+ domain: "shape_security",
2003
+ resource: "lift",
2004
+ summary: "Lift Dashboard.",
2005
+ description: "GET lift chart data from shape recognize API.",
2006
+ pathParameters: [],
2007
+ queryParameters: [],
2008
+ requestBodySchema: {
2009
+ $ref: "#/components/schemas/recognizeLiftRequest",
2010
+ },
2011
+ responseSchema: {
2012
+ $ref: "#/components/schemas/recognizeLiftResponse",
2013
+ },
2014
+ requiredParams: ["body"],
2015
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.Lift",
2016
+ tags: ["Observability"],
2017
+ sourceFile: "domains/shape_security.json",
2018
+ },
2019
+ {
2020
+ toolName: "f5xc-api-shapesecurity-mitigated-domain-create",
2021
+ method: "POST",
2022
+ path: "/api/shape/csd/namespaces/{metadata.namespace}/mitigated_domains",
2023
+ operation: "create",
2024
+ domain: "shape_security",
2025
+ resource: "mitigated-domain",
2026
+ summary: "Create Mitigated Domain.",
2027
+ description: "Create Mitigated Domain.",
2028
+ pathParameters: [
2029
+ {
2030
+ 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 ""',
2031
+ in: "path",
2032
+ name: "metadata.namespace",
2033
+ required: true,
2034
+ schema: {
2035
+ type: "string",
2036
+ },
2037
+ },
2038
+ ],
2039
+ queryParameters: [],
2040
+ requestBodySchema: {
2041
+ $ref: "#/components/schemas/mitigated_domainCreateRequest",
2042
+ },
2043
+ responseSchema: {
2044
+ $ref: "#/components/schemas/mitigated_domainCreateResponse",
2045
+ },
2046
+ requiredParams: ["body", "metadata.namespace"],
2047
+ operationId: "ves.io.schema.shape.client_side_defense.mitigated_domain.API.Create",
2048
+ tags: ["Shape Security"],
2049
+ sourceFile: "domains/shape_security.json",
2050
+ },
2051
+ {
2052
+ toolName: "f5xc-api-shapesecurity-mitigated-domain-delete",
2053
+ method: "DELETE",
2054
+ path: "/api/shape/csd/namespaces/{namespace}/mitigated_domains/{name}",
2055
+ operation: "delete",
2056
+ domain: "shape_security",
2057
+ resource: "mitigated-domain",
2058
+ summary: "DELETE Client-Side Defense Mitigated Domain.",
2059
+ description: "DELETE the specified mitigated_domain.",
2060
+ pathParameters: [
2061
+ {
2062
+ description: "Name\nName of the configuration object.",
2063
+ in: "path",
2064
+ name: "name",
2065
+ required: true,
2066
+ schema: {
2067
+ type: "string",
2068
+ },
2069
+ },
2070
+ {
2071
+ description: "Namespace\nNamespace in which the configuration object is present.",
2072
+ in: "path",
2073
+ name: "namespace",
2074
+ required: true,
2075
+ schema: {
2076
+ type: "string",
2077
+ },
2078
+ },
2079
+ ],
2080
+ queryParameters: [],
2081
+ requestBodySchema: {
2082
+ $ref: "#/components/schemas/mitigated_domainDeleteRequest",
2083
+ },
2084
+ responseSchema: {},
2085
+ requiredParams: ["body", "name", "namespace"],
2086
+ operationId: "ves.io.schema.shape.client_side_defense.mitigated_domain.API.Delete",
2087
+ tags: ["Shape Security"],
2088
+ sourceFile: "domains/shape_security.json",
2089
+ },
2090
+ {
2091
+ toolName: "f5xc-api-shapesecurity-mitigated-domain-get",
2092
+ method: "GET",
2093
+ path: "/api/shape/csd/namespaces/{namespace}/mitigated_domains/{name}",
2094
+ operation: "get",
2095
+ domain: "shape_security",
2096
+ resource: "mitigated-domain",
2097
+ summary: "GET Mitigated Domain.",
2098
+ description: "GET Mitigated Domain.",
2099
+ pathParameters: [
2100
+ {
2101
+ description: "Name\nThe name of the configuration object to be fetched.",
2102
+ in: "path",
2103
+ name: "name",
2104
+ required: true,
2105
+ schema: {
2106
+ type: "string",
2107
+ },
2108
+ },
2109
+ {
2110
+ description: "Namespace\nThe namespace in which the configuration object is present.",
2111
+ in: "path",
2112
+ name: "namespace",
2113
+ required: true,
2114
+ schema: {
2115
+ type: "string",
2116
+ },
2117
+ },
2118
+ ],
2119
+ queryParameters: [
2120
+ {
2121
+ 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.",
2122
+ in: "query",
2123
+ name: "response_format",
2124
+ required: false,
2125
+ schema: {
2126
+ default: "GET_RSP_FORMAT_DEFAULT",
2127
+ enum: [
2128
+ "GET_RSP_FORMAT_DEFAULT",
2129
+ "GET_RSP_FORMAT_FOR_CREATE",
2130
+ "GET_RSP_FORMAT_STATUS",
2131
+ "GET_RSP_FORMAT_READ",
2132
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
2133
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
2134
+ ],
2135
+ type: "string",
2136
+ },
2137
+ },
2138
+ ],
2139
+ requestBodySchema: null,
2140
+ responseSchema: {
2141
+ $ref: "#/components/schemas/mitigated_domainGetResponse",
2142
+ },
2143
+ requiredParams: ["name", "namespace"],
2144
+ operationId: "ves.io.schema.shape.client_side_defense.mitigated_domain.API.Get",
2145
+ tags: ["Shape Security"],
2146
+ sourceFile: "domains/shape_security.json",
2147
+ },
2148
+ {
2149
+ toolName: "f5xc-api-shapesecurity-mitigated-domain-list",
2150
+ method: "GET",
2151
+ path: "/api/shape/csd/namespaces/{namespace}/mitigated_domains",
2152
+ operation: "list",
2153
+ domain: "shape_security",
2154
+ resource: "mitigated-domain",
2155
+ summary: "List Client-Side Defense Mitigated Domain.",
2156
+ description: "List the set of mitigated_domain in a namespace.",
2157
+ pathParameters: [
2158
+ {
2159
+ description: "Namespace\nNamespace to scope the listing of mitigated_domain.",
2160
+ in: "path",
2161
+ name: "namespace",
2162
+ required: true,
2163
+ schema: {
2164
+ type: "string",
2165
+ },
2166
+ },
2167
+ ],
2168
+ queryParameters: [
2169
+ {
2170
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
2171
+ in: "query",
2172
+ name: "label_filter",
2173
+ required: false,
2174
+ schema: {
2175
+ type: "string",
2176
+ },
2177
+ },
2178
+ {
2179
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
2180
+ in: "query",
2181
+ name: "report_fields",
2182
+ required: false,
2183
+ schema: {
2184
+ items: {
2185
+ type: "string",
2186
+ },
2187
+ type: "array",
2188
+ },
2189
+ },
2190
+ {
2191
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
2192
+ in: "query",
2193
+ name: "report_status_fields",
2194
+ required: false,
2195
+ schema: {
2196
+ items: {
2197
+ type: "string",
2198
+ },
2199
+ type: "array",
2200
+ },
2201
+ },
2202
+ ],
2203
+ requestBodySchema: null,
2204
+ responseSchema: {
2205
+ $ref: "#/components/schemas/mitigated_domainListResponse",
2206
+ },
2207
+ requiredParams: ["namespace"],
2208
+ operationId: "ves.io.schema.shape.client_side_defense.mitigated_domain.API.List",
2209
+ tags: ["Shape Security"],
2210
+ sourceFile: "domains/shape_security.json",
2211
+ },
2212
+ {
2213
+ toolName: "f5xc-api-shapesecurity-networkinteraction-get",
2214
+ method: "GET",
2215
+ path: "/api/shape/csd/namespaces/{namespace}/scripts/{id}/networkInteractions",
2216
+ operation: "get",
2217
+ domain: "shape_security",
2218
+ resource: "networkInteraction",
2219
+ summary: "List Network Interactions By Script.",
2220
+ description: "List all the network interactions for a script depending on start time and end time.",
2221
+ pathParameters: [
2222
+ {
2223
+ description: "ID\nscript ID.",
2224
+ in: "path",
2225
+ name: "id",
2226
+ required: true,
2227
+ schema: {
2228
+ type: "string",
2229
+ },
2230
+ },
2231
+ {
2232
+ description: "Namespace\nNamespace.",
2233
+ in: "path",
2234
+ name: "namespace",
2235
+ required: true,
2236
+ schema: {
2237
+ type: "string",
2238
+ },
2239
+ },
2240
+ ],
2241
+ queryParameters: [
2242
+ {
2243
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch network interactions whose timestamp <= end_time.",
2244
+ in: "query",
2245
+ name: "end_time",
2246
+ required: false,
2247
+ schema: {
2248
+ type: "string",
2249
+ },
2250
+ },
2251
+ {
2252
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch network interactions whose timestamp >= start_time.",
2253
+ in: "query",
2254
+ name: "start_time",
2255
+ required: false,
2256
+ schema: {
2257
+ type: "string",
2258
+ },
2259
+ },
2260
+ ],
2261
+ requestBodySchema: null,
2262
+ responseSchema: {
2263
+ $ref: "#/components/schemas/client_side_defenseListNetworkInteractionsByScriptResponse",
2264
+ },
2265
+ requiredParams: ["id", "namespace"],
2266
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListNetworkInteractionsByScript",
2267
+ tags: ["Shape Security"],
2268
+ sourceFile: "domains/shape_security.json",
2269
+ },
2270
+ {
2271
+ toolName: "f5xc-api-shapesecurity-overview-create",
2272
+ method: "POST",
2273
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/overview",
2274
+ operation: "create",
2275
+ domain: "shape_security",
2276
+ resource: "overview",
2277
+ summary: "PostSafeOverview.",
2278
+ description: "POST Safe Analyst Station Dashboard Transaction Breakdown request.",
2279
+ pathParameters: [
2280
+ {
2281
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
2282
+ in: "path",
2283
+ name: "namespace",
2284
+ required: true,
2285
+ schema: {
2286
+ type: "string",
2287
+ },
2288
+ },
2289
+ ],
2290
+ queryParameters: [],
2291
+ requestBodySchema: {
2292
+ $ref: "#/components/schemas/safePostSafeOverviewRequest",
2293
+ },
2294
+ responseSchema: {
2295
+ $ref: "#/components/schemas/safePostSafeOverviewResponse",
2296
+ },
2297
+ requiredParams: ["body", "namespace"],
2298
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeOverview",
2299
+ tags: ["Shape Security"],
2300
+ sourceFile: "domains/shape_security.json",
2301
+ },
2302
+ {
2303
+ toolName: "f5xc-api-shapesecurity-overview-list",
2304
+ method: "GET",
2305
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/overview",
2306
+ operation: "list",
2307
+ domain: "shape_security",
2308
+ resource: "overview",
2309
+ summary: "GET SAFE Overview.",
2310
+ description: "GET SAFE Analyst Station Dashboard Transaction Breakdown request.",
2311
+ pathParameters: [
2312
+ {
2313
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
2314
+ in: "path",
2315
+ name: "namespace",
2316
+ required: true,
2317
+ schema: {
2318
+ type: "string",
2319
+ },
2320
+ },
2321
+ ],
2322
+ queryParameters: [
2323
+ {
2324
+ description: "Timestamp representing start date of the requested period in millieseconds.",
2325
+ in: "query",
2326
+ name: "from",
2327
+ required: false,
2328
+ schema: {
2329
+ format: "int64",
2330
+ type: "string",
2331
+ },
2332
+ },
2333
+ {
2334
+ description: "Timestamp representing end date of the requested period in millieseconds.",
2335
+ in: "query",
2336
+ name: "to",
2337
+ required: false,
2338
+ schema: {
2339
+ format: "int64",
2340
+ type: "string",
2341
+ },
2342
+ },
2343
+ {
2344
+ description: "The API version to use.",
2345
+ in: "query",
2346
+ name: "version",
2347
+ required: false,
2348
+ schema: {
2349
+ type: "string",
2350
+ },
2351
+ },
2352
+ ],
2353
+ requestBodySchema: null,
2354
+ responseSchema: {
2355
+ $ref: "#/components/schemas/safeGetSafeGeneralResponse",
2356
+ },
2357
+ requiredParams: ["namespace"],
2358
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeOverview",
2359
+ tags: ["Shape Security"],
2360
+ sourceFile: "domains/shape_security.json",
2361
+ },
2362
+ {
2363
+ toolName: "f5xc-api-shapesecurity-protected-domain-create",
2364
+ method: "POST",
2365
+ path: "/api/shape/csd/namespaces/{metadata.namespace}/protected_domains",
2366
+ operation: "create",
2367
+ domain: "shape_security",
2368
+ resource: "protected-domain",
2369
+ summary: "Create Domain to protect.",
2370
+ description: "Create Domain to protect.",
2371
+ pathParameters: [
2372
+ {
2373
+ 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 ""',
2374
+ in: "path",
2375
+ name: "metadata.namespace",
2376
+ required: true,
2377
+ schema: {
2378
+ type: "string",
2379
+ },
2380
+ },
2381
+ ],
2382
+ queryParameters: [],
2383
+ requestBodySchema: {
2384
+ $ref: "#/components/schemas/protected_domainCreateRequest",
2385
+ },
2386
+ responseSchema: {
2387
+ $ref: "#/components/schemas/protected_domainCreateResponse",
2388
+ },
2389
+ requiredParams: ["body", "metadata.namespace"],
2390
+ operationId: "ves.io.schema.shape.client_side_defense.protected_domain.API.Create",
2391
+ tags: ["Shape Security"],
2392
+ sourceFile: "domains/shape_security.json",
2393
+ },
2394
+ {
2395
+ toolName: "f5xc-api-shapesecurity-protected-domain-delete",
2396
+ method: "DELETE",
2397
+ path: "/api/shape/csd/namespaces/{namespace}/protected_domains/{name}",
2398
+ operation: "delete",
2399
+ domain: "shape_security",
2400
+ resource: "protected-domain",
2401
+ summary: "DELETE Client-Side Defense Domain to Protect.",
2402
+ description: "DELETE the specified protected_domain.",
2403
+ pathParameters: [
2404
+ {
2405
+ description: "Name\nName of the configuration object.",
2406
+ in: "path",
2407
+ name: "name",
2408
+ required: true,
2409
+ schema: {
2410
+ type: "string",
2411
+ },
2412
+ },
2413
+ {
2414
+ description: "Namespace\nNamespace in which the configuration object is present.",
2415
+ in: "path",
2416
+ name: "namespace",
2417
+ required: true,
2418
+ schema: {
2419
+ type: "string",
2420
+ },
2421
+ },
2422
+ ],
2423
+ queryParameters: [],
2424
+ requestBodySchema: {
2425
+ $ref: "#/components/schemas/protected_domainDeleteRequest",
2426
+ },
2427
+ responseSchema: {},
2428
+ requiredParams: ["body", "name", "namespace"],
2429
+ operationId: "ves.io.schema.shape.client_side_defense.protected_domain.API.Delete",
2430
+ tags: ["Shape Security"],
2431
+ sourceFile: "domains/shape_security.json",
2432
+ },
2433
+ {
2434
+ toolName: "f5xc-api-shapesecurity-protected-domain-get",
2435
+ method: "GET",
2436
+ path: "/api/shape/csd/namespaces/{namespace}/protected_domains/{name}",
2437
+ operation: "get",
2438
+ domain: "shape_security",
2439
+ resource: "protected-domain",
2440
+ summary: "GET Protected Domain.",
2441
+ description: "GET Domain to protect.",
2442
+ pathParameters: [
2443
+ {
2444
+ description: "Name\nThe name of the configuration object to be fetched.",
2445
+ in: "path",
2446
+ name: "name",
2447
+ required: true,
2448
+ schema: {
2449
+ type: "string",
2450
+ },
2451
+ },
2452
+ {
2453
+ description: "Namespace\nThe namespace in which the configuration object is present.",
2454
+ in: "path",
2455
+ name: "namespace",
2456
+ required: true,
2457
+ schema: {
2458
+ type: "string",
2459
+ },
2460
+ },
2461
+ ],
2462
+ queryParameters: [
2463
+ {
2464
+ 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.",
2465
+ in: "query",
2466
+ name: "response_format",
2467
+ required: false,
2468
+ schema: {
2469
+ default: "GET_RSP_FORMAT_DEFAULT",
2470
+ enum: [
2471
+ "GET_RSP_FORMAT_DEFAULT",
2472
+ "GET_RSP_FORMAT_FOR_CREATE",
2473
+ "GET_RSP_FORMAT_STATUS",
2474
+ "GET_RSP_FORMAT_READ",
2475
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
2476
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
2477
+ ],
2478
+ type: "string",
2479
+ },
2480
+ },
2481
+ ],
2482
+ requestBodySchema: null,
2483
+ responseSchema: {
2484
+ $ref: "#/components/schemas/protected_domainGetResponse",
2485
+ },
2486
+ requiredParams: ["name", "namespace"],
2487
+ operationId: "ves.io.schema.shape.client_side_defense.protected_domain.API.Get",
2488
+ tags: ["Shape Security"],
2489
+ sourceFile: "domains/shape_security.json",
2490
+ },
2491
+ {
2492
+ toolName: "f5xc-api-shapesecurity-protected-domain-list",
2493
+ method: "GET",
2494
+ path: "/api/shape/csd/namespaces/{namespace}/protected_domains",
2495
+ operation: "list",
2496
+ domain: "shape_security",
2497
+ resource: "protected-domain",
2498
+ summary: "List Client-Side Defense Domain to Protect.",
2499
+ description: "List the set of protected_domain in a namespace.",
2500
+ pathParameters: [
2501
+ {
2502
+ description: "Namespace\nNamespace to scope the listing of protected_domain.",
2503
+ in: "path",
2504
+ name: "namespace",
2505
+ required: true,
2506
+ schema: {
2507
+ type: "string",
2508
+ },
2509
+ },
2510
+ ],
2511
+ queryParameters: [
2512
+ {
2513
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
2514
+ in: "query",
2515
+ name: "label_filter",
2516
+ required: false,
2517
+ schema: {
2518
+ type: "string",
2519
+ },
2520
+ },
2521
+ {
2522
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
2523
+ in: "query",
2524
+ name: "report_fields",
2525
+ required: false,
2526
+ schema: {
2527
+ items: {
2528
+ type: "string",
2529
+ },
2530
+ type: "array",
2531
+ },
2532
+ },
2533
+ {
2534
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
2535
+ in: "query",
2536
+ name: "report_status_fields",
2537
+ required: false,
2538
+ schema: {
2539
+ items: {
2540
+ type: "string",
2541
+ },
2542
+ type: "array",
2543
+ },
2544
+ },
2545
+ ],
2546
+ requestBodySchema: null,
2547
+ responseSchema: {
2548
+ $ref: "#/components/schemas/protected_domainListResponse",
2549
+ },
2550
+ requiredParams: ["namespace"],
2551
+ operationId: "ves.io.schema.shape.client_side_defense.protected_domain.API.List",
2552
+ tags: ["Shape Security"],
2553
+ sourceFile: "domains/shape_security.json",
2554
+ },
2555
+ {
2556
+ toolName: "f5xc-api-shapesecurity-provision-create",
2557
+ method: "POST",
2558
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/provision",
2559
+ operation: "create",
2560
+ domain: "shape_security",
2561
+ resource: "provision",
2562
+ summary: "PostSafeProvision.",
2563
+ description: "POST Safe Analyst Station provision.",
2564
+ pathParameters: [
2565
+ {
2566
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
2567
+ in: "path",
2568
+ name: "namespace",
2569
+ required: true,
2570
+ schema: {
2571
+ type: "string",
2572
+ },
2573
+ },
2574
+ ],
2575
+ queryParameters: [],
2576
+ requestBodySchema: {
2577
+ $ref: "#/components/schemas/safePostSafeProvisionRequest",
2578
+ },
2579
+ responseSchema: {
2580
+ $ref: "#/components/schemas/safePostSafeProvisionResponse",
2581
+ },
2582
+ requiredParams: ["body", "namespace"],
2583
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeProvision",
2584
+ tags: ["Shape Security"],
2585
+ sourceFile: "domains/shape_security.json",
2586
+ },
2587
+ {
2588
+ toolName: "f5xc-api-shapesecurity-provision-list",
2589
+ method: "GET",
2590
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/provision",
2591
+ operation: "list",
2592
+ domain: "shape_security",
2593
+ resource: "provision",
2594
+ summary: "GET Recognize Provision Status Addon.",
2595
+ description: "GET Recognize provision status as add-on service.",
2596
+ pathParameters: [],
2597
+ queryParameters: [],
2598
+ requestBodySchema: null,
2599
+ responseSchema: {
2600
+ $ref: "#/components/schemas/recognizeGetStatusResponse",
2601
+ },
2602
+ requiredParams: [],
2603
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.GetStatusAddon",
2604
+ tags: ["Shape Security"],
2605
+ sourceFile: "domains/shape_security.json",
2606
+ },
2607
+ {
2608
+ toolName: "f5xc-api-shapesecurity-readstatu-create",
2609
+ method: "POST",
2610
+ path: "/api/shape/csd/namespaces/{namespace}/scripts/{id}/readStatus",
2611
+ operation: "create",
2612
+ domain: "shape_security",
2613
+ resource: "readStatu",
2614
+ summary: "Update Script FormFields ReadStatus.",
2615
+ description: "Allow / block script from reading form fields.",
2616
+ pathParameters: [
2617
+ {
2618
+ description: "ID\nScript ID.",
2619
+ in: "path",
2620
+ name: "id",
2621
+ required: true,
2622
+ schema: {
2623
+ type: "string",
2624
+ },
2625
+ },
2626
+ {
2627
+ description: "Namespace\nNamespace.",
2628
+ in: "path",
2629
+ name: "namespace",
2630
+ required: true,
2631
+ schema: {
2632
+ type: "string",
2633
+ },
2634
+ },
2635
+ ],
2636
+ queryParameters: [],
2637
+ requestBodySchema: {
2638
+ $ref: "#/components/schemas/client_side_defenseUpdateScriptReadStatusRequest",
2639
+ },
2640
+ responseSchema: {
2641
+ $ref: "#/components/schemas/client_side_defenseUpdateScriptReadStatusResponse",
2642
+ },
2643
+ requiredParams: ["body", "id", "namespace"],
2644
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.UpdateScriptReadStatus",
2645
+ tags: ["Shape Security"],
2646
+ sourceFile: "domains/shape_security.json",
2647
+ },
2648
+ {
2649
+ toolName: "f5xc-api-shapesecurity-receiver-create",
2650
+ method: "POST",
2651
+ path: "/api/data-intelligence/namespaces/{metadata.namespace}/receivers",
2652
+ operation: "create",
2653
+ domain: "shape_security",
2654
+ resource: "receiver",
2655
+ summary: "Create Data Delivery.",
2656
+ description: "Creates a new Data Delivery object.",
2657
+ pathParameters: [
2658
+ {
2659
+ 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 ""',
2660
+ in: "path",
2661
+ name: "metadata.namespace",
2662
+ required: true,
2663
+ schema: {
2664
+ type: "string",
2665
+ },
2666
+ },
2667
+ ],
2668
+ queryParameters: [],
2669
+ requestBodySchema: {
2670
+ $ref: "#/components/schemas/receiverCreateRequest",
2671
+ },
2672
+ responseSchema: {
2673
+ $ref: "#/components/schemas/receiverCreateResponse",
2674
+ },
2675
+ requiredParams: ["body", "metadata.namespace"],
2676
+ operationId: "ves.io.schema.shape.data_delivery.receiver.API.Create",
2677
+ tags: ["Other"],
2678
+ sourceFile: "domains/shape_security.json",
2679
+ },
2680
+ {
2681
+ toolName: "f5xc-api-shapesecurity-receiver-delete",
2682
+ method: "DELETE",
2683
+ path: "/api/data-intelligence/namespaces/{namespace}/receivers/{name}",
2684
+ operation: "delete",
2685
+ domain: "shape_security",
2686
+ resource: "receiver",
2687
+ summary: "DELETE Data Delivery.",
2688
+ description: "DELETE the specified receiver.",
2689
+ pathParameters: [
2690
+ {
2691
+ description: "Name\nName of the configuration object.",
2692
+ in: "path",
2693
+ name: "name",
2694
+ required: true,
2695
+ schema: {
2696
+ type: "string",
2697
+ },
2698
+ },
2699
+ {
2700
+ description: "Namespace\nNamespace in which the configuration object is present.",
2701
+ in: "path",
2702
+ name: "namespace",
2703
+ required: true,
2704
+ schema: {
2705
+ type: "string",
2706
+ },
2707
+ },
2708
+ ],
2709
+ queryParameters: [],
2710
+ requestBodySchema: {
2711
+ $ref: "#/components/schemas/receiverDeleteRequest",
2712
+ },
2713
+ responseSchema: {},
2714
+ requiredParams: ["body", "name", "namespace"],
2715
+ operationId: "ves.io.schema.shape.data_delivery.receiver.API.Delete",
2716
+ tags: ["Other"],
2717
+ sourceFile: "domains/shape_security.json",
2718
+ },
2719
+ {
2720
+ toolName: "f5xc-api-shapesecurity-receiver-get",
2721
+ method: "GET",
2722
+ path: "/api/data-intelligence/namespaces/{namespace}/receivers/{name}",
2723
+ operation: "get",
2724
+ domain: "shape_security",
2725
+ resource: "receiver",
2726
+ summary: "GET Data Delivery.",
2727
+ description: "GET the Data Delivery object.",
2728
+ pathParameters: [
2729
+ {
2730
+ description: "Name\nThe name of the configuration object to be fetched.",
2731
+ in: "path",
2732
+ name: "name",
2733
+ required: true,
2734
+ schema: {
2735
+ type: "string",
2736
+ },
2737
+ },
2738
+ {
2739
+ description: "Namespace\nThe namespace in which the configuration object is present.",
2740
+ in: "path",
2741
+ name: "namespace",
2742
+ required: true,
2743
+ schema: {
2744
+ type: "string",
2745
+ },
2746
+ },
2747
+ ],
2748
+ queryParameters: [
2749
+ {
2750
+ 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.",
2751
+ in: "query",
2752
+ name: "response_format",
2753
+ required: false,
2754
+ schema: {
2755
+ default: "GET_RSP_FORMAT_DEFAULT",
2756
+ enum: [
2757
+ "GET_RSP_FORMAT_DEFAULT",
2758
+ "GET_RSP_FORMAT_FOR_CREATE",
2759
+ "GET_RSP_FORMAT_FOR_REPLACE",
2760
+ "GET_RSP_FORMAT_STATUS",
2761
+ "GET_RSP_FORMAT_READ",
2762
+ "GET_RSP_FORMAT_REFERRING_OBJECTS",
2763
+ "GET_RSP_FORMAT_BROKEN_REFERENCES",
2764
+ ],
2765
+ type: "string",
2766
+ },
2767
+ },
2768
+ ],
2769
+ requestBodySchema: null,
2770
+ responseSchema: {
2771
+ $ref: "#/components/schemas/receiverGetResponse",
2772
+ },
2773
+ requiredParams: ["name", "namespace"],
2774
+ operationId: "ves.io.schema.shape.data_delivery.receiver.API.Get",
2775
+ tags: ["Other"],
2776
+ sourceFile: "domains/shape_security.json",
2777
+ },
2778
+ {
2779
+ toolName: "f5xc-api-shapesecurity-receiver-list",
2780
+ method: "GET",
2781
+ path: "/api/data-intelligence/namespaces/{namespace}/receivers",
2782
+ operation: "list",
2783
+ domain: "shape_security",
2784
+ resource: "receiver",
2785
+ summary: "List Data Delivery.",
2786
+ description: "List the set of receiver in a namespace.",
2787
+ pathParameters: [
2788
+ {
2789
+ description: "Namespace\nNamespace to scope the listing of receiver.",
2790
+ in: "path",
2791
+ name: "namespace",
2792
+ required: true,
2793
+ schema: {
2794
+ type: "string",
2795
+ },
2796
+ },
2797
+ ],
2798
+ queryParameters: [
2799
+ {
2800
+ description: "A LabelSelectorType expression that every item in list response will satisfy.",
2801
+ in: "query",
2802
+ name: "label_filter",
2803
+ required: false,
2804
+ schema: {
2805
+ type: "string",
2806
+ },
2807
+ },
2808
+ {
2809
+ description: 'X-example: ""\nExtra fields to return along with summary fields.',
2810
+ in: "query",
2811
+ name: "report_fields",
2812
+ required: false,
2813
+ schema: {
2814
+ items: {
2815
+ type: "string",
2816
+ },
2817
+ type: "array",
2818
+ },
2819
+ },
2820
+ {
2821
+ description: 'X-example: ""\nExtra status fields to return along with summary fields.',
2822
+ in: "query",
2823
+ name: "report_status_fields",
2824
+ required: false,
2825
+ schema: {
2826
+ items: {
2827
+ type: "string",
2828
+ },
2829
+ type: "array",
2830
+ },
2831
+ },
2832
+ ],
2833
+ requestBodySchema: null,
2834
+ responseSchema: {
2835
+ $ref: "#/components/schemas/receiverListResponse",
2836
+ },
2837
+ requiredParams: ["namespace"],
2838
+ operationId: "ves.io.schema.shape.data_delivery.receiver.API.List",
2839
+ tags: ["Other"],
2840
+ sourceFile: "domains/shape_security.json",
2841
+ },
2842
+ {
2843
+ toolName: "f5xc-api-shapesecurity-receiver-update",
2844
+ method: "PUT",
2845
+ path: "/api/data-intelligence/namespaces/{metadata.namespace}/receivers/{metadata.name}",
2846
+ operation: "update",
2847
+ domain: "shape_security",
2848
+ resource: "receiver",
2849
+ summary: "Replace Data Delivery.",
2850
+ description: "Replaces the content of an Data Delivery object.",
2851
+ pathParameters: [
2852
+ {
2853
+ description: "Name\nThe configuration object to be replaced will be looked up by name.",
2854
+ in: "path",
2855
+ name: "metadata.name",
2856
+ required: true,
2857
+ schema: {
2858
+ type: "string",
2859
+ },
2860
+ },
2861
+ {
2862
+ 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 ""',
2863
+ in: "path",
2864
+ name: "metadata.namespace",
2865
+ required: true,
2866
+ schema: {
2867
+ type: "string",
2868
+ },
2869
+ },
2870
+ ],
2871
+ queryParameters: [],
2872
+ requestBodySchema: {
2873
+ $ref: "#/components/schemas/receiverReplaceRequest",
2874
+ },
2875
+ responseSchema: {
2876
+ $ref: "#/components/schemas/receiverReplaceResponse",
2877
+ },
2878
+ requiredParams: ["body", "metadata.name", "metadata.namespace"],
2879
+ operationId: "ves.io.schema.shape.data_delivery.receiver.API.Replace",
2880
+ tags: ["Other"],
2881
+ sourceFile: "domains/shape_security.json",
2882
+ },
2883
+ {
2884
+ toolName: "f5xc-api-shapesecurity-region-list",
2885
+ method: "GET",
2886
+ path: "/api/shape/dip/namespaces/system/provision/regions",
2887
+ operation: "list",
2888
+ domain: "shape_security",
2889
+ resource: "region",
2890
+ summary: "GET avaialable Regions for Application Traffic Insights.",
2891
+ description: "Returns Application Traffic Insights regions information for the tenant.",
2892
+ pathParameters: [],
2893
+ queryParameters: [],
2894
+ requestBodySchema: null,
2895
+ responseSchema: {
2896
+ $ref: "#/components/schemas/device_idGetRegionsResponse",
2897
+ },
2898
+ requiredParams: [],
2899
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetRegions",
2900
+ tags: ["Shape Security"],
2901
+ sourceFile: "domains/shape_security.json",
2902
+ },
2903
+ {
2904
+ toolName: "f5xc-api-shapesecurity-rescue-create",
2905
+ method: "POST",
2906
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/rescue",
2907
+ operation: "create",
2908
+ domain: "shape_security",
2909
+ resource: "rescue",
2910
+ summary: "Rescue Dashboard.",
2911
+ description: "GET rescue chart data from shape recognize API.",
2912
+ pathParameters: [],
2913
+ queryParameters: [],
2914
+ requestBodySchema: {
2915
+ $ref: "#/components/schemas/recognizeRescueRequest",
2916
+ },
2917
+ responseSchema: {
2918
+ $ref: "#/components/schemas/recognizeRescueResponse",
2919
+ },
2920
+ requiredParams: ["body"],
2921
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.Rescue",
2922
+ tags: ["Observability"],
2923
+ sourceFile: "domains/shape_security.json",
2924
+ },
2925
+ {
2926
+ toolName: "f5xc-api-shapesecurity-rule-create",
2927
+ method: "POST",
2928
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/block/rule",
2929
+ operation: "create",
2930
+ domain: "shape_security",
2931
+ resource: "rule",
2932
+ summary: "PostSafeBlockRule.",
2933
+ description: "Edit exising block rule.",
2934
+ pathParameters: [
2935
+ {
2936
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
2937
+ in: "path",
2938
+ name: "namespace",
2939
+ required: true,
2940
+ schema: {
2941
+ type: "string",
2942
+ },
2943
+ },
2944
+ ],
2945
+ queryParameters: [],
2946
+ requestBodySchema: {
2947
+ $ref: "#/components/schemas/safePostSafeBlockRuleRequest",
2948
+ },
2949
+ responseSchema: {
2950
+ $ref: "#/components/schemas/safePostSafeBlockRuleResponse",
2951
+ },
2952
+ requiredParams: ["body", "namespace"],
2953
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeBlockRule",
2954
+ tags: ["Shape Security"],
2955
+ sourceFile: "domains/shape_security.json",
2956
+ },
2957
+ {
2958
+ toolName: "f5xc-api-shapesecurity-safecubejsdata-create",
2959
+ method: "POST",
2960
+ path: "/api/shape/safeap/namespaces/system/safeap/dashboard/safecubejsdata",
2961
+ operation: "create",
2962
+ domain: "shape_security",
2963
+ resource: "safecubejsdata",
2964
+ summary: "GetSafeCubeJSData.",
2965
+ description: "GET Safe CubeJS data request for a given query.",
2966
+ pathParameters: [],
2967
+ queryParameters: [],
2968
+ requestBodySchema: {
2969
+ $ref: "#/components/schemas/safeapGetSafeCubeJSRequest",
2970
+ },
2971
+ responseSchema: {
2972
+ $ref: "#/components/schemas/safeapGetSafeCubeJSResponse",
2973
+ },
2974
+ requiredParams: ["body"],
2975
+ operationId: "ves.io.schema.shape.safeap.CustomAPI.GetSafeCubeJSData",
2976
+ tags: ["Observability"],
2977
+ sourceFile: "domains/shape_security.json",
2978
+ },
2979
+ {
2980
+ toolName: "f5xc-api-shapesecurity-script-create",
2981
+ method: "POST",
2982
+ path: "/api/shape/csd/namespaces/{namespace}/scripts",
2983
+ operation: "create",
2984
+ domain: "shape_security",
2985
+ resource: "script",
2986
+ summary: "List Scripts.",
2987
+ description: "List all the scripts for the tenant depending on start time and end time.",
2988
+ pathParameters: [
2989
+ {
2990
+ description: "Namespace\nNamespace.",
2991
+ in: "path",
2992
+ name: "namespace",
2993
+ required: true,
2994
+ schema: {
2995
+ type: "string",
2996
+ },
2997
+ },
2998
+ ],
2999
+ queryParameters: [],
3000
+ requestBodySchema: {
3001
+ $ref: "#/components/schemas/client_side_defenseListScriptsRequest",
3002
+ },
3003
+ responseSchema: {
3004
+ $ref: "#/components/schemas/client_side_defenseListScriptsResponse",
3005
+ },
3006
+ requiredParams: ["body", "namespace"],
3007
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListScripts",
3008
+ tags: ["Shape Security"],
3009
+ sourceFile: "domains/shape_security.json",
3010
+ },
3011
+ {
3012
+ toolName: "f5xc-api-shapesecurity-script-list",
3013
+ method: "GET",
3014
+ path: "/api/shape/csd/namespaces/{namespace}/scripts",
3015
+ operation: "list",
3016
+ domain: "shape_security",
3017
+ resource: "script",
3018
+ summary: "List Scripts.",
3019
+ description: "List all the scripts for the tenant depending on start time and end time.",
3020
+ pathParameters: [
3021
+ {
3022
+ description: "Namespace\nNamespace.",
3023
+ in: "path",
3024
+ name: "namespace",
3025
+ required: true,
3026
+ schema: {
3027
+ type: "string",
3028
+ },
3029
+ },
3030
+ ],
3031
+ queryParameters: [
3032
+ {
3033
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch scripts whose timestamp <= end_time.",
3034
+ in: "query",
3035
+ name: "end_time",
3036
+ required: false,
3037
+ schema: {
3038
+ type: "string",
3039
+ },
3040
+ },
3041
+ {
3042
+ description: "One-indexed page number (starts from 1), page_number and page_size are optional when page_token is specified.",
3043
+ in: "query",
3044
+ name: "page_number",
3045
+ required: false,
3046
+ schema: {
3047
+ format: "int32",
3048
+ type: "integer",
3049
+ },
3050
+ },
3051
+ {
3052
+ description: "The maximum number of scripts to return per page.",
3053
+ in: "query",
3054
+ name: "page_size",
3055
+ required: false,
3056
+ schema: {
3057
+ format: "int32",
3058
+ type: "integer",
3059
+ },
3060
+ },
3061
+ {
3062
+ description: "Page_token is the value of listscriptsresponse.next_page_token from previous request.",
3063
+ in: "query",
3064
+ name: "page_token",
3065
+ required: false,
3066
+ schema: {
3067
+ type: "string",
3068
+ },
3069
+ },
3070
+ {
3071
+ description: "X-required\nformat: unix epoch timestamp in seconds\nfetch scripts whose timestamp >= start_time.",
3072
+ in: "query",
3073
+ name: "start_time",
3074
+ required: false,
3075
+ schema: {
3076
+ type: "string",
3077
+ },
3078
+ },
3079
+ ],
3080
+ requestBodySchema: null,
3081
+ responseSchema: {
3082
+ $ref: "#/components/schemas/client_side_defenseListScriptsLegacyResponse",
3083
+ },
3084
+ requiredParams: ["namespace"],
3085
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.ListScriptsLegacy",
3086
+ tags: ["Shape Security"],
3087
+ sourceFile: "domains/shape_security.json",
3088
+ },
3089
+ {
3090
+ toolName: "f5xc-api-shapesecurity-session-create",
3091
+ method: "POST",
3092
+ path: "/api/shape/dip/namespaces/system/dashboard/session",
3093
+ operation: "create",
3094
+ domain: "shape_security",
3095
+ resource: "session",
3096
+ summary: "GET Devices By Session.",
3097
+ description: "GET devices session information.",
3098
+ pathParameters: [],
3099
+ queryParameters: [],
3100
+ requestBodySchema: {
3101
+ $ref: "#/components/schemas/device_idGetDashboardBySessionRequest",
3102
+ },
3103
+ responseSchema: {
3104
+ $ref: "#/components/schemas/device_idGetDashboardBySessionResponse",
3105
+ },
3106
+ requiredParams: ["body"],
3107
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetDashboardBySession",
3108
+ tags: ["Observability"],
3109
+ sourceFile: "domains/shape_security.json",
3110
+ },
3111
+ {
3112
+ toolName: "f5xc-api-shapesecurity-src-tag-injection-create",
3113
+ method: "POST",
3114
+ path: "/api/shape/dip/namespaces/system/validate/src_tag_injection",
3115
+ operation: "create",
3116
+ domain: "shape_security",
3117
+ resource: "src-tag-injection",
3118
+ summary: "Validate JS Injection.",
3119
+ description: "Validate js src tag injection in the target URL.",
3120
+ pathParameters: [],
3121
+ queryParameters: [],
3122
+ requestBodySchema: {
3123
+ $ref: "#/components/schemas/device_idValidateSrcTagInjectionRequest",
3124
+ },
3125
+ responseSchema: {
3126
+ $ref: "#/components/schemas/device_idValidateSrcTagInjectionResponse",
3127
+ },
3128
+ requiredParams: ["body"],
3129
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.ValidateSrcTagInjection",
3130
+ tags: ["Shape Security"],
3131
+ sourceFile: "domains/shape_security.json",
3132
+ },
3133
+ {
3134
+ toolName: "f5xc-api-shapesecurity-state-list",
3135
+ method: "GET",
3136
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/state",
3137
+ operation: "list",
3138
+ domain: "shape_security",
3139
+ resource: "state",
3140
+ summary: "State",
3141
+ description: "GET customer State if after or before.",
3142
+ pathParameters: [],
3143
+ queryParameters: [],
3144
+ requestBodySchema: null,
3145
+ responseSchema: {
3146
+ $ref: "#/components/schemas/recognizeStateResponse",
3147
+ },
3148
+ requiredParams: [],
3149
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.State",
3150
+ tags: ["Shape Security"],
3151
+ sourceFile: "domains/shape_security.json",
3152
+ },
3153
+ {
3154
+ toolName: "f5xc-api-shapesecurity-statu-create",
3155
+ method: "POST",
3156
+ path: "/api/data-intelligence/namespaces/{namespace}/receivers/{id}/status",
3157
+ operation: "create",
3158
+ domain: "shape_security",
3159
+ resource: "statu",
3160
+ summary: "Update Status of Receiver.",
3161
+ description: "Update receiver object status from enable to disable and vice versa.",
3162
+ pathParameters: [
3163
+ {
3164
+ description: "ID\nReceiver Name.",
3165
+ in: "path",
3166
+ name: "id",
3167
+ required: true,
3168
+ schema: {
3169
+ type: "string",
3170
+ },
3171
+ },
3172
+ {
3173
+ description: "Namespace\nNamespace in which the suggestions are scoped.",
3174
+ in: "path",
3175
+ name: "namespace",
3176
+ required: true,
3177
+ schema: {
3178
+ type: "string",
3179
+ },
3180
+ },
3181
+ ],
3182
+ queryParameters: [],
3183
+ requestBodySchema: {
3184
+ $ref: "#/components/schemas/data_deliveryUpdateReceiverStatusRequest",
3185
+ },
3186
+ responseSchema: {
3187
+ $ref: "#/components/schemas/data_deliveryUpdateReceiverStatusResponse",
3188
+ },
3189
+ requiredParams: ["body", "id", "namespace"],
3190
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.UpdateReceiverStatus",
3191
+ tags: ["Other"],
3192
+ sourceFile: "domains/shape_security.json",
3193
+ },
3194
+ {
3195
+ toolName: "f5xc-api-shapesecurity-statu-list",
3196
+ method: "GET",
3197
+ path: "/api/shape/csd/namespaces/{namespace}/status",
3198
+ operation: "list",
3199
+ domain: "shape_security",
3200
+ resource: "statu",
3201
+ summary: "GET Status.",
3202
+ description: "GET Client-Side Defense status for the tenant.",
3203
+ pathParameters: [
3204
+ {
3205
+ description: "Namespace\nNamespace.",
3206
+ in: "path",
3207
+ name: "namespace",
3208
+ required: true,
3209
+ schema: {
3210
+ type: "string",
3211
+ },
3212
+ },
3213
+ ],
3214
+ queryParameters: [],
3215
+ requestBodySchema: null,
3216
+ responseSchema: {
3217
+ $ref: "#/components/schemas/client_side_defenseGetStatusResponse",
3218
+ },
3219
+ requiredParams: ["namespace"],
3220
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetStatus",
3221
+ tags: ["Shape Security"],
3222
+ sourceFile: "domains/shape_security.json",
3223
+ },
3224
+ {
3225
+ toolName: "f5xc-api-shapesecurity-subscribe-create",
3226
+ method: "POST",
3227
+ path: "/api/data-intelligence/namespaces/system/data-intelligence/addon/subscribe",
3228
+ operation: "create",
3229
+ domain: "shape_security",
3230
+ resource: "subscribe",
3231
+ summary: "Subscribe to Data Intelligence.",
3232
+ description: "Subscribe to Data Intelligence.",
3233
+ pathParameters: [],
3234
+ queryParameters: [],
3235
+ requestBodySchema: {
3236
+ $ref: "#/components/schemas/subscriptionSubscribeRequest",
3237
+ },
3238
+ responseSchema: {
3239
+ $ref: "#/components/schemas/subscriptionSubscribeResponse",
3240
+ },
3241
+ requiredParams: ["body"],
3242
+ operationId: "ves.io.schema.shape.data_delivery.subscription.CustomAPI.Subscribe",
3243
+ tags: ["Other"],
3244
+ sourceFile: "domains/shape_security.json",
3245
+ },
3246
+ {
3247
+ toolName: "f5xc-api-shapesecurity-suggest-value-create",
3248
+ method: "POST",
3249
+ path: "/api/data-intelligence/namespaces/{namespace}/suggest-values",
3250
+ operation: "create",
3251
+ domain: "shape_security",
3252
+ resource: "suggest-value",
3253
+ summary: "Suggest Values.",
3254
+ description: "Returns suggested values for the specified field in the given Create/Replace/Custom request.",
3255
+ pathParameters: [
3256
+ {
3257
+ description: "Namespace\nNamespace in which the suggestions are scoped.",
3258
+ in: "path",
3259
+ name: "namespace",
3260
+ required: true,
3261
+ schema: {
3262
+ type: "string",
3263
+ },
3264
+ },
3265
+ ],
3266
+ queryParameters: [],
3267
+ requestBodySchema: {
3268
+ $ref: "#/components/schemas/namespaceSuggestValuesReq",
3269
+ },
3270
+ responseSchema: {
3271
+ $ref: "#/components/schemas/namespaceSuggestValuesResp",
3272
+ },
3273
+ requiredParams: ["body", "namespace"],
3274
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.SuggestValues",
3275
+ tags: ["Other"],
3276
+ sourceFile: "domains/shape_security.json",
3277
+ },
3278
+ {
3279
+ toolName: "f5xc-api-shapesecurity-summary-create",
3280
+ method: "POST",
3281
+ path: "/api/data-intelligence/namespaces/{namespace}/di/summary",
3282
+ operation: "create",
3283
+ domain: "shape_security",
3284
+ resource: "summary",
3285
+ summary: "Load Executive Summary.",
3286
+ description: "Executive summary page for DI premium customers.",
3287
+ pathParameters: [
3288
+ {
3289
+ description: "Namespace\nNamespace in which the suggestions are scoped.",
3290
+ in: "path",
3291
+ name: "namespace",
3292
+ required: true,
3293
+ schema: {
3294
+ type: "string",
3295
+ },
3296
+ },
3297
+ ],
3298
+ queryParameters: [],
3299
+ requestBodySchema: {
3300
+ $ref: "#/components/schemas/data_deliveryLoadExecutiveSummaryRequest",
3301
+ },
3302
+ responseSchema: {
3303
+ $ref: "#/components/schemas/data_deliveryLoadExecutiveSummaryResponse",
3304
+ },
3305
+ requiredParams: ["body", "namespace"],
3306
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.LoadExecutiveSummary",
3307
+ tags: ["Other"],
3308
+ sourceFile: "domains/shape_security.json",
3309
+ },
3310
+ {
3311
+ toolName: "f5xc-api-shapesecurity-summary-list",
3312
+ method: "GET",
3313
+ path: "/api/shape/csd/namespaces/{namespace}/summary",
3314
+ operation: "list",
3315
+ domain: "shape_security",
3316
+ resource: "summary",
3317
+ summary: "GET Summary.",
3318
+ description: "GET summay details for a given customer.",
3319
+ pathParameters: [
3320
+ {
3321
+ description: "Namespace\nNamespace.",
3322
+ in: "path",
3323
+ name: "namespace",
3324
+ required: true,
3325
+ schema: {
3326
+ type: "string",
3327
+ },
3328
+ },
3329
+ ],
3330
+ queryParameters: [],
3331
+ requestBodySchema: null,
3332
+ responseSchema: {
3333
+ $ref: "#/components/schemas/client_side_defenseGetSummaryResponse",
3334
+ },
3335
+ requiredParams: ["namespace"],
3336
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.GetSummary",
3337
+ tags: ["Shape Security"],
3338
+ sourceFile: "domains/shape_security.json",
3339
+ },
3340
+ {
3341
+ toolName: "f5xc-api-shapesecurity-table-list",
3342
+ method: "GET",
3343
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/block/csv/table",
3344
+ operation: "list",
3345
+ domain: "shape_security",
3346
+ resource: "table",
3347
+ summary: "GET SAFE Analyst Block Table as a CSV file.",
3348
+ description: "GET Safe block table as CSV file.",
3349
+ pathParameters: [
3350
+ {
3351
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3352
+ in: "path",
3353
+ name: "namespace",
3354
+ required: true,
3355
+ schema: {
3356
+ type: "string",
3357
+ },
3358
+ },
3359
+ ],
3360
+ queryParameters: [
3361
+ {
3362
+ description: "The action type - can be block or allow.",
3363
+ in: "query",
3364
+ name: "action",
3365
+ required: false,
3366
+ schema: {
3367
+ type: "string",
3368
+ },
3369
+ },
3370
+ {
3371
+ description: "Timestamp representing start date of the requested period in millieseconds.",
3372
+ in: "query",
3373
+ name: "from",
3374
+ required: false,
3375
+ schema: {
3376
+ format: "int64",
3377
+ type: "string",
3378
+ },
3379
+ },
3380
+ {
3381
+ description: "Timestamp representing end date of the requested period in millieseconds.",
3382
+ in: "query",
3383
+ name: "to",
3384
+ required: false,
3385
+ schema: {
3386
+ format: "int64",
3387
+ type: "string",
3388
+ },
3389
+ },
3390
+ {
3391
+ description: "The API version to use.",
3392
+ in: "query",
3393
+ name: "version",
3394
+ required: false,
3395
+ schema: {
3396
+ type: "string",
3397
+ },
3398
+ },
3399
+ ],
3400
+ requestBodySchema: null,
3401
+ responseSchema: {
3402
+ $ref: "#/components/schemas/safeGetSafeBlockTableCsvResponse",
3403
+ },
3404
+ requiredParams: ["namespace"],
3405
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeBlockTableCsv",
3406
+ tags: ["Shape Security"],
3407
+ sourceFile: "domains/shape_security.json",
3408
+ },
3409
+ {
3410
+ toolName: "f5xc-api-shapesecurity-test-create",
3411
+ method: "POST",
3412
+ path: "/api/data-intelligence/namespaces/{namespace}/receivers/{id}/test",
3413
+ operation: "create",
3414
+ domain: "shape_security",
3415
+ resource: "test",
3416
+ summary: "Test Receiver.",
3417
+ description: "API to test receiver destination sink connection.",
3418
+ pathParameters: [
3419
+ {
3420
+ description: "ID\nReceiver Name.",
3421
+ in: "path",
3422
+ name: "id",
3423
+ required: true,
3424
+ schema: {
3425
+ type: "string",
3426
+ },
3427
+ },
3428
+ {
3429
+ description: "Namespace\n\nx-required\nNamespace in which the receiver is configured.",
3430
+ in: "path",
3431
+ name: "namespace",
3432
+ required: true,
3433
+ schema: {
3434
+ type: "string",
3435
+ },
3436
+ },
3437
+ ],
3438
+ queryParameters: [],
3439
+ requestBodySchema: {
3440
+ $ref: "#/components/schemas/data_deliveryTestReceiverRequest",
3441
+ },
3442
+ responseSchema: {
3443
+ $ref: "#/components/schemas/data_deliveryTestReceiverResponse",
3444
+ },
3445
+ requiredParams: ["body", "id", "namespace"],
3446
+ operationId: "ves.io.schema.shape.data_delivery.CustomAPI.TestReceiver",
3447
+ tags: ["Other"],
3448
+ sourceFile: "domains/shape_security.json",
3449
+ },
3450
+ {
3451
+ toolName: "f5xc-api-shapesecurity-testj-create",
3452
+ method: "POST",
3453
+ path: "/api/shape/csd/namespaces/{namespace}/testjs",
3454
+ operation: "create",
3455
+ domain: "shape_security",
3456
+ resource: "testj",
3457
+ summary: "Test JS",
3458
+ description: "Validate JS script tag injection in the target URL.",
3459
+ pathParameters: [
3460
+ {
3461
+ description: "Namespace\nNamespace.",
3462
+ in: "path",
3463
+ name: "namespace",
3464
+ required: true,
3465
+ schema: {
3466
+ type: "string",
3467
+ },
3468
+ },
3469
+ ],
3470
+ queryParameters: [],
3471
+ requestBodySchema: {
3472
+ $ref: "#/components/schemas/client_side_defenseTestJSRequest",
3473
+ },
3474
+ responseSchema: {
3475
+ $ref: "#/components/schemas/client_side_defenseTestJSResponse",
3476
+ },
3477
+ requiredParams: ["body", "namespace"],
3478
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.TestJS",
3479
+ tags: ["Shape Security"],
3480
+ sourceFile: "domains/shape_security.json",
3481
+ },
3482
+ {
3483
+ toolName: "f5xc-api-shapesecurity-top-location-create",
3484
+ method: "POST",
3485
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/top_locations",
3486
+ operation: "create",
3487
+ domain: "shape_security",
3488
+ resource: "top-location",
3489
+ summary: "POST SAFE Top Locations.",
3490
+ description: "POST SAFE Analyst Station Dashboard Transaction Breakdown request.",
3491
+ pathParameters: [
3492
+ {
3493
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3494
+ in: "path",
3495
+ name: "namespace",
3496
+ required: true,
3497
+ schema: {
3498
+ type: "string",
3499
+ },
3500
+ },
3501
+ ],
3502
+ queryParameters: [],
3503
+ requestBodySchema: null,
3504
+ responseSchema: {
3505
+ $ref: "#/components/schemas/safeGetSafeGeneralResponse",
3506
+ },
3507
+ requiredParams: ["namespace"],
3508
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTopLocations",
3509
+ tags: ["Shape Security"],
3510
+ sourceFile: "domains/shape_security.json",
3511
+ },
3512
+ {
3513
+ toolName: "f5xc-api-shapesecurity-top-location-list",
3514
+ method: "GET",
3515
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/top_locations",
3516
+ operation: "list",
3517
+ domain: "shape_security",
3518
+ resource: "top-location",
3519
+ summary: "GET SAFE Top Locations.",
3520
+ description: "GET SAFE Analyst Station Dashboard Transaction Breakdown request.",
3521
+ pathParameters: [
3522
+ {
3523
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3524
+ in: "path",
3525
+ name: "namespace",
3526
+ required: true,
3527
+ schema: {
3528
+ type: "string",
3529
+ },
3530
+ },
3531
+ ],
3532
+ queryParameters: [
3533
+ {
3534
+ description: "Timestamp representing start date of the requested period in millieseconds.",
3535
+ in: "query",
3536
+ name: "from",
3537
+ required: false,
3538
+ schema: {
3539
+ format: "int64",
3540
+ type: "string",
3541
+ },
3542
+ },
3543
+ {
3544
+ description: "Limited number of records.",
3545
+ in: "query",
3546
+ name: "limit",
3547
+ required: false,
3548
+ schema: {
3549
+ format: "int64",
3550
+ type: "string",
3551
+ },
3552
+ },
3553
+ {
3554
+ description: "Timestamp representing end date of the requested period in millieseconds.",
3555
+ in: "query",
3556
+ name: "to",
3557
+ required: false,
3558
+ schema: {
3559
+ format: "int64",
3560
+ type: "string",
3561
+ },
3562
+ },
3563
+ {
3564
+ description: "The API version to use.",
3565
+ in: "query",
3566
+ name: "version",
3567
+ required: false,
3568
+ schema: {
3569
+ type: "string",
3570
+ },
3571
+ },
3572
+ ],
3573
+ requestBodySchema: null,
3574
+ responseSchema: {
3575
+ $ref: "#/components/schemas/safeGetSafeGeneralResponse",
3576
+ },
3577
+ requiredParams: ["namespace"],
3578
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeTopLocations",
3579
+ tags: ["Shape Security"],
3580
+ sourceFile: "domains/shape_security.json",
3581
+ },
3582
+ {
3583
+ toolName: "f5xc-api-shapesecurity-top-reason-code-create",
3584
+ method: "POST",
3585
+ path: "/api/shape/recognize/namespaces/system/recognize/addon/dashboard/top_reason_code",
3586
+ operation: "create",
3587
+ domain: "shape_security",
3588
+ resource: "top-reason-code",
3589
+ summary: "Top Reason Codes.",
3590
+ description: "Top Reason Codes.",
3591
+ pathParameters: [],
3592
+ queryParameters: [],
3593
+ requestBodySchema: {
3594
+ $ref: "#/components/schemas/recognizeTopReasonCodesRequest",
3595
+ },
3596
+ responseSchema: {
3597
+ $ref: "#/components/schemas/recognizeTopReasonCodesResponse",
3598
+ },
3599
+ requiredParams: ["body"],
3600
+ operationId: "ves.io.schema.shape.recognize.CustomAPI.TopReasonCodes",
3601
+ tags: ["Observability"],
3602
+ sourceFile: "domains/shape_security.json",
3603
+ },
3604
+ {
3605
+ toolName: "f5xc-api-shapesecurity-top-source-create",
3606
+ method: "POST",
3607
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/top_sources",
3608
+ operation: "create",
3609
+ domain: "shape_security",
3610
+ resource: "top-source",
3611
+ summary: "POST SAFE Top Sources.",
3612
+ description: "POST SAFE Analyst Station Dashboard Transaction Breakdown request.",
3613
+ pathParameters: [
3614
+ {
3615
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3616
+ in: "path",
3617
+ name: "namespace",
3618
+ required: true,
3619
+ schema: {
3620
+ type: "string",
3621
+ },
3622
+ },
3623
+ ],
3624
+ queryParameters: [],
3625
+ requestBodySchema: null,
3626
+ responseSchema: {
3627
+ $ref: "#/components/schemas/safeGetSafeGeneralResponse",
3628
+ },
3629
+ requiredParams: ["namespace"],
3630
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTopSources",
3631
+ tags: ["Shape Security"],
3632
+ sourceFile: "domains/shape_security.json",
3633
+ },
3634
+ {
3635
+ toolName: "f5xc-api-shapesecurity-top-source-list",
3636
+ method: "GET",
3637
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/top_sources",
3638
+ operation: "list",
3639
+ domain: "shape_security",
3640
+ resource: "top-source",
3641
+ summary: "GET SAFE Top Sources.",
3642
+ description: "GET SAFE Analyst Station Dashboard Transaction Breakdown request.",
3643
+ pathParameters: [
3644
+ {
3645
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3646
+ in: "path",
3647
+ name: "namespace",
3648
+ required: true,
3649
+ schema: {
3650
+ type: "string",
3651
+ },
3652
+ },
3653
+ ],
3654
+ queryParameters: [
3655
+ {
3656
+ description: "Timestamp representing start date of the requested period in millieseconds.",
3657
+ in: "query",
3658
+ name: "from",
3659
+ required: false,
3660
+ schema: {
3661
+ format: "int64",
3662
+ type: "string",
3663
+ },
3664
+ },
3665
+ {
3666
+ description: "Limited number of records.",
3667
+ in: "query",
3668
+ name: "limit",
3669
+ required: false,
3670
+ schema: {
3671
+ format: "int64",
3672
+ type: "string",
3673
+ },
3674
+ },
3675
+ {
3676
+ description: "Timestamp representing end date of the requested period in millieseconds.",
3677
+ in: "query",
3678
+ name: "to",
3679
+ required: false,
3680
+ schema: {
3681
+ format: "int64",
3682
+ type: "string",
3683
+ },
3684
+ },
3685
+ {
3686
+ description: "The API version to use.",
3687
+ in: "query",
3688
+ name: "version",
3689
+ required: false,
3690
+ schema: {
3691
+ type: "string",
3692
+ },
3693
+ },
3694
+ ],
3695
+ requestBodySchema: null,
3696
+ responseSchema: {
3697
+ $ref: "#/components/schemas/safeGetSafeGeneralResponse",
3698
+ },
3699
+ requiredParams: ["namespace"],
3700
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeTopSources",
3701
+ tags: ["Shape Security"],
3702
+ sourceFile: "domains/shape_security.json",
3703
+ },
3704
+ {
3705
+ toolName: "f5xc-api-shapesecurity-transaction-create",
3706
+ method: "POST",
3707
+ path: "/api/shape/dip/namespaces/system/bot/transactions",
3708
+ operation: "create",
3709
+ domain: "shape_security",
3710
+ resource: "transaction",
3711
+ summary: "GET Bot Assessment for Transactions.",
3712
+ description: "GET Bot Transactions Information.",
3713
+ pathParameters: [],
3714
+ queryParameters: [],
3715
+ requestBodySchema: {
3716
+ $ref: "#/components/schemas/device_idGetBotAssessmentTransactionsRequest",
3717
+ },
3718
+ responseSchema: {
3719
+ $ref: "#/components/schemas/device_idGetBotAssessmentTransactionsResponse",
3720
+ },
3721
+ requiredParams: ["body"],
3722
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetBotAssessmentTransactions",
3723
+ tags: ["Shape Security"],
3724
+ sourceFile: "domains/shape_security.json",
3725
+ },
3726
+ {
3727
+ toolName: "f5xc-api-shapesecurity-transaction-detail-create",
3728
+ method: "POST",
3729
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transaction_details",
3730
+ operation: "create",
3731
+ domain: "shape_security",
3732
+ resource: "transaction-detail",
3733
+ summary: "PostSafeTransactionDetails.",
3734
+ description: "POST Safe Analyst Station specific transaction details.",
3735
+ pathParameters: [
3736
+ {
3737
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3738
+ in: "path",
3739
+ name: "namespace",
3740
+ required: true,
3741
+ schema: {
3742
+ type: "string",
3743
+ },
3744
+ },
3745
+ ],
3746
+ queryParameters: [],
3747
+ requestBodySchema: {
3748
+ $ref: "#/components/schemas/safePostSafeTransactionDetailsRequest",
3749
+ },
3750
+ responseSchema: {
3751
+ $ref: "#/components/schemas/safePostSafeTransactionDetailsResponse",
3752
+ },
3753
+ requiredParams: ["body", "namespace"],
3754
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionDetails",
3755
+ tags: ["Shape Security"],
3756
+ sourceFile: "domains/shape_security.json",
3757
+ },
3758
+ {
3759
+ toolName: "f5xc-api-shapesecurity-transaction-detail-list",
3760
+ method: "GET",
3761
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transaction_details",
3762
+ operation: "list",
3763
+ domain: "shape_security",
3764
+ resource: "transaction-detail",
3765
+ summary: "GET SAFE Anayst Transaction Details.",
3766
+ description: "GET a detailed information about the requested transaction.",
3767
+ pathParameters: [
3768
+ {
3769
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3770
+ in: "path",
3771
+ name: "namespace",
3772
+ required: true,
3773
+ schema: {
3774
+ type: "string",
3775
+ },
3776
+ },
3777
+ ],
3778
+ queryParameters: [
3779
+ {
3780
+ description: "Transaction identifier.",
3781
+ in: "query",
3782
+ name: "transaction_id",
3783
+ required: false,
3784
+ schema: {
3785
+ type: "string",
3786
+ },
3787
+ },
3788
+ {
3789
+ description: "The API version to use.",
3790
+ in: "query",
3791
+ name: "version",
3792
+ required: false,
3793
+ schema: {
3794
+ type: "string",
3795
+ },
3796
+ },
3797
+ ],
3798
+ requestBodySchema: null,
3799
+ responseSchema: {
3800
+ $ref: "#/components/schemas/safeGetSafeTransactionDetailsResponse",
3801
+ },
3802
+ requiredParams: ["namespace"],
3803
+ operationId: "ves.io.schema.shape.safe.CustomAPI.GetSafeTransactionDetails",
3804
+ tags: ["Shape Security"],
3805
+ sourceFile: "domains/shape_security.json",
3806
+ },
3807
+ {
3808
+ toolName: "f5xc-api-shapesecurity-transaction-device-history-create",
3809
+ method: "POST",
3810
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transaction_device_history",
3811
+ operation: "create",
3812
+ domain: "shape_security",
3813
+ resource: "transaction-device-history",
3814
+ summary: "PostSafeTransactionDeviceHistory.",
3815
+ description: "POST Safe Analyst Station specific transaction device history.",
3816
+ pathParameters: [
3817
+ {
3818
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3819
+ in: "path",
3820
+ name: "namespace",
3821
+ required: true,
3822
+ schema: {
3823
+ type: "string",
3824
+ },
3825
+ },
3826
+ ],
3827
+ queryParameters: [],
3828
+ requestBodySchema: {
3829
+ $ref: "#/components/schemas/safePostSafeTransactionDeviceHistoryRequest",
3830
+ },
3831
+ responseSchema: {
3832
+ $ref: "#/components/schemas/safePostSafeTransactionDeviceHistoryResponse",
3833
+ },
3834
+ requiredParams: ["body", "namespace"],
3835
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionDeviceHistory",
3836
+ tags: ["Shape Security"],
3837
+ sourceFile: "domains/shape_security.json",
3838
+ },
3839
+ {
3840
+ toolName: "f5xc-api-shapesecurity-transaction-location-create",
3841
+ method: "POST",
3842
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transaction_locations",
3843
+ operation: "create",
3844
+ domain: "shape_security",
3845
+ resource: "transaction-location",
3846
+ summary: "PostSafeTransactionLocations.",
3847
+ description: "POST Safe Analyst Station specific transaction locations.",
3848
+ pathParameters: [
3849
+ {
3850
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3851
+ in: "path",
3852
+ name: "namespace",
3853
+ required: true,
3854
+ schema: {
3855
+ type: "string",
3856
+ },
3857
+ },
3858
+ ],
3859
+ queryParameters: [],
3860
+ requestBodySchema: {
3861
+ $ref: "#/components/schemas/safePostSafeTransactionLocationsRequest",
3862
+ },
3863
+ responseSchema: {
3864
+ $ref: "#/components/schemas/safePostSafeTransactionLocationsResponse",
3865
+ },
3866
+ requiredParams: ["body", "namespace"],
3867
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionLocations",
3868
+ tags: ["Shape Security"],
3869
+ sourceFile: "domains/shape_security.json",
3870
+ },
3871
+ {
3872
+ toolName: "f5xc-api-shapesecurity-transaction-related-session-create",
3873
+ method: "POST",
3874
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transaction_related_sessions",
3875
+ operation: "create",
3876
+ domain: "shape_security",
3877
+ resource: "transaction-related-session",
3878
+ summary: "PostSafeTransactionRelatedSessions.",
3879
+ description: "POST Safe Analyst Station specific transaction related sessions.",
3880
+ pathParameters: [
3881
+ {
3882
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3883
+ in: "path",
3884
+ name: "namespace",
3885
+ required: true,
3886
+ schema: {
3887
+ type: "string",
3888
+ },
3889
+ },
3890
+ ],
3891
+ queryParameters: [],
3892
+ requestBodySchema: {
3893
+ $ref: "#/components/schemas/safePostSafeTransactionRelatedSessionsRequest",
3894
+ },
3895
+ responseSchema: {
3896
+ $ref: "#/components/schemas/safePostSafeTransactionRelatedSessionsResponse",
3897
+ },
3898
+ requiredParams: ["body", "namespace"],
3899
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionRelatedSessions",
3900
+ tags: ["Shape Security"],
3901
+ sourceFile: "domains/shape_security.json",
3902
+ },
3903
+ {
3904
+ toolName: "f5xc-api-shapesecurity-transaction-timeline-create",
3905
+ method: "POST",
3906
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transaction_timeline",
3907
+ operation: "create",
3908
+ domain: "shape_security",
3909
+ resource: "transaction-timeline",
3910
+ summary: "PostSafeTransactionTimeline.",
3911
+ description: "POST Safe Analyst Station specific transaction timeline.",
3912
+ pathParameters: [
3913
+ {
3914
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3915
+ in: "path",
3916
+ name: "namespace",
3917
+ required: true,
3918
+ schema: {
3919
+ type: "string",
3920
+ },
3921
+ },
3922
+ ],
3923
+ queryParameters: [],
3924
+ requestBodySchema: {
3925
+ $ref: "#/components/schemas/safePostSafeTransactionTimelineRequest",
3926
+ },
3927
+ responseSchema: {
3928
+ $ref: "#/components/schemas/safePostSafeTransactionTimelineResponse",
3929
+ },
3930
+ requiredParams: ["body", "namespace"],
3931
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionTimeline",
3932
+ tags: ["Shape Security"],
3933
+ sourceFile: "domains/shape_security.json",
3934
+ },
3935
+ {
3936
+ toolName: "f5xc-api-shapesecurity-transactions-csv-create",
3937
+ method: "POST",
3938
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/transactions_csv",
3939
+ operation: "create",
3940
+ domain: "shape_security",
3941
+ resource: "transactions-csv",
3942
+ summary: "GET SAFE Analyst Transactions as a CSV file.",
3943
+ description: "GET Safe transactions as CSV file.",
3944
+ pathParameters: [
3945
+ {
3946
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3947
+ in: "path",
3948
+ name: "namespace",
3949
+ required: true,
3950
+ schema: {
3951
+ type: "string",
3952
+ },
3953
+ },
3954
+ ],
3955
+ queryParameters: [],
3956
+ requestBodySchema: {
3957
+ $ref: "#/components/schemas/safePostSafeTransactionsCsvRequest",
3958
+ },
3959
+ responseSchema: {
3960
+ $ref: "#/components/schemas/safePostSafeTransactionsCsvResponse",
3961
+ },
3962
+ requiredParams: ["body", "namespace"],
3963
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionsCsv",
3964
+ tags: ["Shape Security"],
3965
+ sourceFile: "domains/shape_security.json",
3966
+ },
3967
+ {
3968
+ toolName: "f5xc-api-shapesecurity-transactions-over-time-create",
3969
+ method: "POST",
3970
+ path: "/api/shape/safe/namespaces/{namespace}/safe/sas/stats/transactions_over_time",
3971
+ operation: "create",
3972
+ domain: "shape_security",
3973
+ resource: "transactions-over-time",
3974
+ summary: "PostSafeTransactionsOverTime.",
3975
+ description: "POST Safe Analyst Station Dashboard Transaction Breakdown request.",
3976
+ pathParameters: [
3977
+ {
3978
+ description: "Namespace\n\nx-required\nnamespace is used to scope the query.",
3979
+ in: "path",
3980
+ name: "namespace",
3981
+ required: true,
3982
+ schema: {
3983
+ type: "string",
3984
+ },
3985
+ },
3986
+ ],
3987
+ queryParameters: [],
3988
+ requestBodySchema: {
3989
+ $ref: "#/components/schemas/safePostSafeTransactionsOverTimeRequest",
3990
+ },
3991
+ responseSchema: {
3992
+ $ref: "#/components/schemas/safePostSafeTransactionsOverTimeResponse",
3993
+ },
3994
+ requiredParams: ["body", "namespace"],
3995
+ operationId: "ves.io.schema.shape.safe.CustomAPI.PostSafeTransactionsOverTime",
3996
+ tags: ["Shape Security"],
3997
+ sourceFile: "domains/shape_security.json",
3998
+ },
3999
+ {
4000
+ toolName: "f5xc-api-shapesecurity-ua-create",
4001
+ method: "POST",
4002
+ path: "/api/shape/dip/namespaces/system/dashboard/ua",
4003
+ operation: "create",
4004
+ domain: "shape_security",
4005
+ resource: "ua",
4006
+ summary: "GET Devices By User-Agent.",
4007
+ description: "GET devices user agent information.",
4008
+ pathParameters: [],
4009
+ queryParameters: [],
4010
+ requestBodySchema: {
4011
+ $ref: "#/components/schemas/device_idGetDashboardByUaRequest",
4012
+ },
4013
+ responseSchema: {
4014
+ $ref: "#/components/schemas/device_idGetDashboardByUaResponse",
4015
+ },
4016
+ requiredParams: ["body"],
4017
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetDashboardByUa",
4018
+ tags: ["Observability"],
4019
+ sourceFile: "domains/shape_security.json",
4020
+ },
4021
+ {
4022
+ toolName: "f5xc-api-shapesecurity-unique-create",
4023
+ method: "POST",
4024
+ path: "/api/shape/dip/namespaces/system/dashboard/unique",
4025
+ operation: "create",
4026
+ domain: "shape_security",
4027
+ resource: "unique",
4028
+ summary: "GET Devices by Unique Access.",
4029
+ description: "GET devices unique access information.",
4030
+ pathParameters: [],
4031
+ queryParameters: [],
4032
+ requestBodySchema: {
4033
+ $ref: "#/components/schemas/device_idGetDashboardUniqueAccessRequest",
4034
+ },
4035
+ responseSchema: {
4036
+ $ref: "#/components/schemas/device_idGetDashboardUniqueAccessResponse",
4037
+ },
4038
+ requiredParams: ["body"],
4039
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetDashboardUniqueAccess",
4040
+ tags: ["Observability"],
4041
+ sourceFile: "domains/shape_security.json",
4042
+ },
4043
+ {
4044
+ toolName: "f5xc-api-shapesecurity-unsubscribe-create",
4045
+ method: "POST",
4046
+ path: "/api/data-intelligence/namespaces/system/data-intelligence/addon/unsubscribe",
4047
+ operation: "create",
4048
+ domain: "shape_security",
4049
+ resource: "unsubscribe",
4050
+ summary: "Unsubscribe to Client-Side Defense.",
4051
+ description: "Unsubscribe to Client-Side Defense.",
4052
+ pathParameters: [],
4053
+ queryParameters: [],
4054
+ requestBodySchema: {
4055
+ $ref: "#/components/schemas/subscriptionUnsubscribeRequest",
4056
+ },
4057
+ responseSchema: {
4058
+ $ref: "#/components/schemas/subscriptionUnsubscribeResponse",
4059
+ },
4060
+ requiredParams: ["body"],
4061
+ operationId: "ves.io.schema.shape.data_delivery.subscription.CustomAPI.Unsubscribe",
4062
+ tags: ["Other"],
4063
+ sourceFile: "domains/shape_security.json",
4064
+ },
4065
+ {
4066
+ toolName: "f5xc-api-shapesecurity-update-domain-create",
4067
+ method: "POST",
4068
+ path: "/api/shape/csd/namespaces/{namespace}/update_domains",
4069
+ operation: "create",
4070
+ domain: "shape_security",
4071
+ resource: "update-domain",
4072
+ summary: "Update Domains.",
4073
+ description: "Update domain from mitigated domains to allowed domains and vice versa.",
4074
+ pathParameters: [
4075
+ {
4076
+ description: "Namespace\nNamespace.",
4077
+ in: "path",
4078
+ name: "namespace",
4079
+ required: true,
4080
+ schema: {
4081
+ type: "string",
4082
+ },
4083
+ },
4084
+ ],
4085
+ queryParameters: [],
4086
+ requestBodySchema: {
4087
+ $ref: "#/components/schemas/client_side_defenseUpdateDomainsRequest",
4088
+ },
4089
+ responseSchema: {
4090
+ $ref: "#/components/schemas/client_side_defenseUpdateDomainsResponse",
4091
+ },
4092
+ requiredParams: ["body", "namespace"],
4093
+ operationId: "ves.io.schema.shape.client_side_defense.CustomAPI.UpdateDomains",
4094
+ tags: ["Shape Security"],
4095
+ sourceFile: "domains/shape_security.json",
4096
+ },
4097
+ {
4098
+ toolName: "f5xc-api-shapesecurity-url-create",
4099
+ method: "POST",
4100
+ path: "/api/shape/dip/namespaces/system/bot/urls",
4101
+ operation: "create",
4102
+ domain: "shape_security",
4103
+ resource: "url",
4104
+ summary: "GET Bot Assessment by Top URLs.",
4105
+ description: "GET Bot Top URL Information.",
4106
+ pathParameters: [],
4107
+ queryParameters: [],
4108
+ requestBodySchema: {
4109
+ $ref: "#/components/schemas/device_idGetBotAssessmentTopUrlsRequest",
4110
+ },
4111
+ responseSchema: {
4112
+ $ref: "#/components/schemas/device_idGetBotAssessmentTopUrlsResponse",
4113
+ },
4114
+ requiredParams: ["body"],
4115
+ operationId: "ves.io.schema.shape.device_id.CustomAPI.GetBotAssessmentTopUrls",
4116
+ tags: ["Shape Security"],
4117
+ sourceFile: "domains/shape_security.json",
4118
+ },
4119
+ ];
4120
+ export default shape_securityTools;
4121
+ //# sourceMappingURL=index.js.map