@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.
- package/CHANGELOG.md +74 -0
- package/README.md +234 -0
- package/dist/auth/credential-manager.d.ts +116 -0
- package/dist/auth/credential-manager.d.ts.map +1 -0
- package/dist/auth/credential-manager.js +208 -0
- package/dist/auth/credential-manager.js.map +1 -0
- package/dist/auth/http-client.d.ts +81 -0
- package/dist/auth/http-client.d.ts.map +1 -0
- package/dist/auth/http-client.js +197 -0
- package/dist/auth/http-client.js.map +1 -0
- package/dist/auth/index.d.ts +8 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +6 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/generator/index.d.ts +7 -0
- package/dist/generator/index.d.ts.map +1 -0
- package/dist/generator/index.js +7 -0
- package/dist/generator/index.js.map +1 -0
- package/dist/generator/naming/acronyms.d.ts +81 -0
- package/dist/generator/naming/acronyms.d.ts.map +1 -0
- package/dist/generator/naming/acronyms.js +253 -0
- package/dist/generator/naming/acronyms.js.map +1 -0
- package/dist/generator/naming/index.d.ts +6 -0
- package/dist/generator/naming/index.d.ts.map +1 -0
- package/dist/generator/naming/index.js +6 -0
- package/dist/generator/naming/index.js.map +1 -0
- package/dist/generator/naming/volterra-mapping.d.ts +102 -0
- package/dist/generator/naming/volterra-mapping.d.ts.map +1 -0
- package/dist/generator/naming/volterra-mapping.js +259 -0
- package/dist/generator/naming/volterra-mapping.js.map +1 -0
- package/dist/generator/openapi-parser.d.ts +339 -0
- package/dist/generator/openapi-parser.d.ts.map +1 -0
- package/dist/generator/openapi-parser.js +463 -0
- package/dist/generator/openapi-parser.js.map +1 -0
- package/dist/generator/tool-generator.d.ts +74 -0
- package/dist/generator/tool-generator.d.ts.map +1 -0
- package/dist/generator/tool-generator.js +387 -0
- package/dist/generator/tool-generator.js.map +1 -0
- package/dist/generator/transformers/index.d.ts +7 -0
- package/dist/generator/transformers/index.d.ts.map +1 -0
- package/dist/generator/transformers/index.js +7 -0
- package/dist/generator/transformers/index.js.map +1 -0
- package/dist/generator/transformers/normalize-examples.d.ts +48 -0
- package/dist/generator/transformers/normalize-examples.d.ts.map +1 -0
- package/dist/generator/transformers/normalize-examples.js +66 -0
- package/dist/generator/transformers/normalize-examples.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +70 -0
- package/dist/index.js.map +1 -0
- package/dist/prompts/index.d.ts +6 -0
- package/dist/prompts/index.d.ts.map +1 -0
- package/dist/prompts/index.js +5 -0
- package/dist/prompts/index.js.map +1 -0
- package/dist/prompts/workflows.d.ts +59 -0
- package/dist/prompts/workflows.d.ts.map +1 -0
- package/dist/prompts/workflows.js +585 -0
- package/dist/prompts/workflows.js.map +1 -0
- package/dist/resources/handlers.d.ts +72 -0
- package/dist/resources/handlers.d.ts.map +1 -0
- package/dist/resources/handlers.js +279 -0
- package/dist/resources/handlers.js.map +1 -0
- package/dist/resources/index.d.ts +8 -0
- package/dist/resources/index.d.ts.map +1 -0
- package/dist/resources/index.js +6 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/resources/templates.d.ts +86 -0
- package/dist/resources/templates.d.ts.map +1 -0
- package/dist/resources/templates.js +248 -0
- package/dist/resources/templates.js.map +1 -0
- package/dist/server.d.ts +78 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +426 -0
- package/dist/server.js.map +1 -0
- package/dist/tools/discovery/consolidate.d.ts +97 -0
- package/dist/tools/discovery/consolidate.d.ts.map +1 -0
- package/dist/tools/discovery/consolidate.js +200 -0
- package/dist/tools/discovery/consolidate.js.map +1 -0
- package/dist/tools/discovery/describe.d.ts +132 -0
- package/dist/tools/discovery/describe.d.ts.map +1 -0
- package/dist/tools/discovery/describe.js +206 -0
- package/dist/tools/discovery/describe.js.map +1 -0
- package/dist/tools/discovery/execute.d.ts +98 -0
- package/dist/tools/discovery/execute.d.ts.map +1 -0
- package/dist/tools/discovery/execute.js +251 -0
- package/dist/tools/discovery/execute.js.map +1 -0
- package/dist/tools/discovery/index-loader.d.ts +28 -0
- package/dist/tools/discovery/index-loader.d.ts.map +1 -0
- package/dist/tools/discovery/index-loader.js +69 -0
- package/dist/tools/discovery/index-loader.js.map +1 -0
- package/dist/tools/discovery/index.d.ts +185 -0
- package/dist/tools/discovery/index.d.ts.map +1 -0
- package/dist/tools/discovery/index.js +177 -0
- package/dist/tools/discovery/index.js.map +1 -0
- package/dist/tools/discovery/search.d.ts +41 -0
- package/dist/tools/discovery/search.d.ts.map +1 -0
- package/dist/tools/discovery/search.js +155 -0
- package/dist/tools/discovery/search.js.map +1 -0
- package/dist/tools/discovery/types.d.ts +70 -0
- package/dist/tools/discovery/types.d.ts.map +1 -0
- package/dist/tools/discovery/types.js +9 -0
- package/dist/tools/discovery/types.js.map +1 -0
- package/dist/tools/generated/ai_intelligence/index.d.ts +8 -0
- package/dist/tools/generated/ai_intelligence/index.d.ts.map +1 -0
- package/dist/tools/generated/ai_intelligence/index.js +282 -0
- package/dist/tools/generated/ai_intelligence/index.js.map +1 -0
- package/dist/tools/generated/api_security/index.d.ts +8 -0
- package/dist/tools/generated/api_security/index.d.ts.map +1 -0
- package/dist/tools/generated/api_security/index.js +1852 -0
- package/dist/tools/generated/api_security/index.js.map +1 -0
- package/dist/tools/generated/applications/index.d.ts +8 -0
- package/dist/tools/generated/applications/index.d.ts.map +1 -0
- package/dist/tools/generated/applications/index.js +1589 -0
- package/dist/tools/generated/applications/index.js.map +1 -0
- package/dist/tools/generated/bigip/index.d.ts +8 -0
- package/dist/tools/generated/bigip/index.d.ts.map +1 -0
- package/dist/tools/generated/bigip/index.js +1173 -0
- package/dist/tools/generated/bigip/index.js.map +1 -0
- package/dist/tools/generated/billing/index.d.ts +8 -0
- package/dist/tools/generated/billing/index.d.ts.map +1 -0
- package/dist/tools/generated/billing/index.js +759 -0
- package/dist/tools/generated/billing/index.js.map +1 -0
- package/dist/tools/generated/cdn/index.d.ts +8 -0
- package/dist/tools/generated/cdn/index.d.ts.map +1 -0
- package/dist/tools/generated/cdn/index.js +841 -0
- package/dist/tools/generated/cdn/index.js.map +1 -0
- package/dist/tools/generated/config/index.d.ts +8 -0
- package/dist/tools/generated/config/index.d.ts.map +1 -0
- package/dist/tools/generated/config/index.js +316 -0
- package/dist/tools/generated/config/index.js.map +1 -0
- package/dist/tools/generated/identity/index.d.ts +8 -0
- package/dist/tools/generated/identity/index.d.ts.map +1 -0
- package/dist/tools/generated/identity/index.js +5371 -0
- package/dist/tools/generated/identity/index.js.map +1 -0
- package/dist/tools/generated/infrastructure/index.d.ts +8 -0
- package/dist/tools/generated/infrastructure/index.d.ts.map +1 -0
- package/dist/tools/generated/infrastructure/index.js +5342 -0
- package/dist/tools/generated/infrastructure/index.js.map +1 -0
- package/dist/tools/generated/infrastructure_protection/index.d.ts +8 -0
- package/dist/tools/generated/infrastructure_protection/index.d.ts.map +1 -0
- package/dist/tools/generated/infrastructure_protection/index.js +2919 -0
- package/dist/tools/generated/infrastructure_protection/index.js.map +1 -0
- package/dist/tools/generated/integrations/index.d.ts +8 -0
- package/dist/tools/generated/integrations/index.d.ts.map +1 -0
- package/dist/tools/generated/integrations/index.js +1995 -0
- package/dist/tools/generated/integrations/index.js.map +1 -0
- package/dist/tools/generated/load_balancer/index.d.ts +8 -0
- package/dist/tools/generated/load_balancer/index.d.ts.map +1 -0
- package/dist/tools/generated/load_balancer/index.js +2269 -0
- package/dist/tools/generated/load_balancer/index.js.map +1 -0
- package/dist/tools/generated/networking/index.d.ts +8 -0
- package/dist/tools/generated/networking/index.d.ts.map +1 -0
- package/dist/tools/generated/networking/index.js +11289 -0
- package/dist/tools/generated/networking/index.js.map +1 -0
- package/dist/tools/generated/nginx/index.d.ts +8 -0
- package/dist/tools/generated/nginx/index.d.ts.map +1 -0
- package/dist/tools/generated/nginx/index.js +680 -0
- package/dist/tools/generated/nginx/index.js.map +1 -0
- package/dist/tools/generated/observability/index.d.ts +8 -0
- package/dist/tools/generated/observability/index.d.ts.map +1 -0
- package/dist/tools/generated/observability/index.js +6140 -0
- package/dist/tools/generated/observability/index.js.map +1 -0
- package/dist/tools/generated/operations/index.d.ts +8 -0
- package/dist/tools/generated/operations/index.d.ts.map +1 -0
- package/dist/tools/generated/operations/index.js +1759 -0
- package/dist/tools/generated/operations/index.js.map +1 -0
- package/dist/tools/generated/security/index.d.ts +8 -0
- package/dist/tools/generated/security/index.d.ts.map +1 -0
- package/dist/tools/generated/security/index.js +9111 -0
- package/dist/tools/generated/security/index.js.map +1 -0
- package/dist/tools/generated/service_mesh/index.d.ts +8 -0
- package/dist/tools/generated/service_mesh/index.d.ts.map +1 -0
- package/dist/tools/generated/service_mesh/index.js +1628 -0
- package/dist/tools/generated/service_mesh/index.js.map +1 -0
- package/dist/tools/generated/shape_security/index.d.ts +8 -0
- package/dist/tools/generated/shape_security/index.d.ts.map +1 -0
- package/dist/tools/generated/shape_security/index.js +4121 -0
- package/dist/tools/generated/shape_security/index.js.map +1 -0
- package/dist/tools/generated/subscriptions/index.d.ts +8 -0
- package/dist/tools/generated/subscriptions/index.d.ts.map +1 -0
- package/dist/tools/generated/subscriptions/index.js +778 -0
- package/dist/tools/generated/subscriptions/index.js.map +1 -0
- package/dist/tools/generated/tenant_management/index.d.ts +8 -0
- package/dist/tools/generated/tenant_management/index.d.ts.map +1 -0
- package/dist/tools/generated/tenant_management/index.js +2292 -0
- package/dist/tools/generated/tenant_management/index.js.map +1 -0
- package/dist/tools/generated/vpn/index.d.ts +8 -0
- package/dist/tools/generated/vpn/index.d.ts.map +1 -0
- package/dist/tools/generated/vpn/index.js +1183 -0
- package/dist/tools/generated/vpn/index.js.map +1 -0
- package/dist/tools/index.d.ts +7 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +6 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/registry.d.ts +27 -0
- package/dist/tools/registry.d.ts.map +1 -0
- package/dist/tools/registry.js +83 -0
- package/dist/tools/registry.js.map +1 -0
- package/dist/utils/error-handling.d.ts +109 -0
- package/dist/utils/error-handling.d.ts.map +1 -0
- package/dist/utils/error-handling.js +239 -0
- package/dist/utils/error-handling.js.map +1 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +6 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/logging.d.ts +75 -0
- package/dist/utils/logging.d.ts.map +1 -0
- package/dist/utils/logging.js +131 -0
- package/dist/utils/logging.js.map +1 -0
- package/manifest.json +143 -0
- package/package.json +95 -0
|
@@ -0,0 +1,778 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated tool definitions for subscriptions domain
|
|
3
|
+
* DO NOT EDIT - This file is auto-generated by scripts/generate.ts
|
|
4
|
+
*/
|
|
5
|
+
export const subscriptionsTools = [
|
|
6
|
+
{
|
|
7
|
+
toolName: "f5xc-api-subscriptions-activation-statu-list",
|
|
8
|
+
method: "GET",
|
|
9
|
+
path: "/api/web/namespaces/system/addon_services/{addon_service}/activation-status",
|
|
10
|
+
operation: "list",
|
|
11
|
+
domain: "subscriptions",
|
|
12
|
+
resource: "activation-statu",
|
|
13
|
+
summary: "Addon Service Activation Status.",
|
|
14
|
+
description: "GET current subscription status for an addon service. Response can indicate whether the service was successfully subscribed or in pending state.",
|
|
15
|
+
pathParameters: [
|
|
16
|
+
{
|
|
17
|
+
description: "Addon_service\nName of the addon_service.",
|
|
18
|
+
in: "path",
|
|
19
|
+
name: "addon_service",
|
|
20
|
+
required: true,
|
|
21
|
+
schema: {
|
|
22
|
+
type: "string",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
queryParameters: [],
|
|
27
|
+
requestBodySchema: null,
|
|
28
|
+
responseSchema: {
|
|
29
|
+
$ref: "#/components/schemas/addon_serviceGetActivationStatusResp",
|
|
30
|
+
},
|
|
31
|
+
requiredParams: ["addon_service"],
|
|
32
|
+
operationId: "ves.io.schema.pbac.addon_service.CustomAPI.GetActivationStatus",
|
|
33
|
+
tags: ["Other"],
|
|
34
|
+
sourceFile: "domains/subscriptions.json",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
toolName: "f5xc-api-subscriptions-addon-service-get",
|
|
38
|
+
method: "GET",
|
|
39
|
+
path: "/api/web/custom/namespaces/shared/addon_services/{name}",
|
|
40
|
+
operation: "get",
|
|
41
|
+
domain: "subscriptions",
|
|
42
|
+
resource: "addon-service",
|
|
43
|
+
summary: "GET Addon Service Details.",
|
|
44
|
+
description: "Retrieves addon service information for the given addon service name.",
|
|
45
|
+
pathParameters: [
|
|
46
|
+
{
|
|
47
|
+
description: "Name\nName of the addon service.",
|
|
48
|
+
in: "path",
|
|
49
|
+
name: "name",
|
|
50
|
+
required: true,
|
|
51
|
+
schema: {
|
|
52
|
+
type: "string",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
queryParameters: [],
|
|
57
|
+
requestBodySchema: null,
|
|
58
|
+
responseSchema: {
|
|
59
|
+
$ref: "#/components/schemas/addon_serviceGetAddonServiceDetailsResp",
|
|
60
|
+
},
|
|
61
|
+
requiredParams: ["name"],
|
|
62
|
+
operationId: "ves.io.schema.pbac.addon_service.CustomAPI.GetAddonServiceDetails",
|
|
63
|
+
tags: ["Other"],
|
|
64
|
+
sourceFile: "domains/subscriptions.json",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
toolName: "f5xc-api-subscriptions-addon-service-list",
|
|
68
|
+
method: "GET",
|
|
69
|
+
path: "/api/web/namespaces/{namespace}/addon_services",
|
|
70
|
+
operation: "list",
|
|
71
|
+
domain: "subscriptions",
|
|
72
|
+
resource: "addon-service",
|
|
73
|
+
summary: "List Addon Service.",
|
|
74
|
+
description: "List the set of addon_service in a namespace.",
|
|
75
|
+
pathParameters: [
|
|
76
|
+
{
|
|
77
|
+
description: "Namespace\nNamespace to scope the listing of addon_service.",
|
|
78
|
+
in: "path",
|
|
79
|
+
name: "namespace",
|
|
80
|
+
required: true,
|
|
81
|
+
schema: {
|
|
82
|
+
type: "string",
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
],
|
|
86
|
+
queryParameters: [
|
|
87
|
+
{
|
|
88
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
89
|
+
in: "query",
|
|
90
|
+
name: "label_filter",
|
|
91
|
+
required: false,
|
|
92
|
+
schema: {
|
|
93
|
+
type: "string",
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
98
|
+
in: "query",
|
|
99
|
+
name: "report_fields",
|
|
100
|
+
required: false,
|
|
101
|
+
schema: {
|
|
102
|
+
items: {
|
|
103
|
+
type: "string",
|
|
104
|
+
},
|
|
105
|
+
type: "array",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
110
|
+
in: "query",
|
|
111
|
+
name: "report_status_fields",
|
|
112
|
+
required: false,
|
|
113
|
+
schema: {
|
|
114
|
+
items: {
|
|
115
|
+
type: "string",
|
|
116
|
+
},
|
|
117
|
+
type: "array",
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
requestBodySchema: null,
|
|
122
|
+
responseSchema: {
|
|
123
|
+
$ref: "#/components/schemas/addon_serviceListResponse",
|
|
124
|
+
},
|
|
125
|
+
requiredParams: ["namespace"],
|
|
126
|
+
operationId: "ves.io.schema.pbac.addon_service.API.List",
|
|
127
|
+
tags: ["Other"],
|
|
128
|
+
sourceFile: "domains/subscriptions.json",
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
toolName: "f5xc-api-subscriptions-addon-subscription-create",
|
|
132
|
+
method: "POST",
|
|
133
|
+
path: "/api/web/namespaces/{metadata.namespace}/addon_subscriptions",
|
|
134
|
+
operation: "create",
|
|
135
|
+
domain: "subscriptions",
|
|
136
|
+
resource: "addon-subscription",
|
|
137
|
+
summary: "Create Addon Subscription.",
|
|
138
|
+
description: "Create a new Addon Subscription with Addon Subscription State.",
|
|
139
|
+
pathParameters: [
|
|
140
|
+
{
|
|
141
|
+
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 ""',
|
|
142
|
+
in: "path",
|
|
143
|
+
name: "metadata.namespace",
|
|
144
|
+
required: true,
|
|
145
|
+
schema: {
|
|
146
|
+
type: "string",
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
queryParameters: [],
|
|
151
|
+
requestBodySchema: {
|
|
152
|
+
$ref: "#/components/schemas/addon_subscriptionCreateRequest",
|
|
153
|
+
},
|
|
154
|
+
responseSchema: {
|
|
155
|
+
$ref: "#/components/schemas/addon_subscriptionCreateResponse",
|
|
156
|
+
},
|
|
157
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
158
|
+
operationId: "ves.io.schema.pbac.addon_subscription.API.Create",
|
|
159
|
+
tags: ["Other"],
|
|
160
|
+
sourceFile: "domains/subscriptions.json",
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
toolName: "f5xc-api-subscriptions-addon-subscription-delete",
|
|
164
|
+
method: "DELETE",
|
|
165
|
+
path: "/api/web/namespaces/{namespace}/addon_subscriptions/{name}",
|
|
166
|
+
operation: "delete",
|
|
167
|
+
domain: "subscriptions",
|
|
168
|
+
resource: "addon-subscription",
|
|
169
|
+
summary: "DELETE Addon Subscrption.",
|
|
170
|
+
description: "DELETE the specified addon_subscription.",
|
|
171
|
+
pathParameters: [
|
|
172
|
+
{
|
|
173
|
+
description: "Name\nName of the configuration object.",
|
|
174
|
+
in: "path",
|
|
175
|
+
name: "name",
|
|
176
|
+
required: true,
|
|
177
|
+
schema: {
|
|
178
|
+
type: "string",
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
183
|
+
in: "path",
|
|
184
|
+
name: "namespace",
|
|
185
|
+
required: true,
|
|
186
|
+
schema: {
|
|
187
|
+
type: "string",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
],
|
|
191
|
+
queryParameters: [],
|
|
192
|
+
requestBodySchema: {
|
|
193
|
+
$ref: "#/components/schemas/addon_subscriptionDeleteRequest",
|
|
194
|
+
},
|
|
195
|
+
responseSchema: {},
|
|
196
|
+
requiredParams: ["body", "name", "namespace"],
|
|
197
|
+
operationId: "ves.io.schema.pbac.addon_subscription.API.Delete",
|
|
198
|
+
tags: ["Other"],
|
|
199
|
+
sourceFile: "domains/subscriptions.json",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
toolName: "f5xc-api-subscriptions-addon-subscription-get",
|
|
203
|
+
method: "GET",
|
|
204
|
+
path: "/api/web/namespaces/{namespace}/addon_subscriptions/{name}",
|
|
205
|
+
operation: "get",
|
|
206
|
+
domain: "subscriptions",
|
|
207
|
+
resource: "addon-subscription",
|
|
208
|
+
summary: "GET Addon Subsciption.",
|
|
209
|
+
description: "GET Addon Subsciption reads a given object from storage backend for metadata.namespace.",
|
|
210
|
+
pathParameters: [
|
|
211
|
+
{
|
|
212
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
213
|
+
in: "path",
|
|
214
|
+
name: "name",
|
|
215
|
+
required: true,
|
|
216
|
+
schema: {
|
|
217
|
+
type: "string",
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
222
|
+
in: "path",
|
|
223
|
+
name: "namespace",
|
|
224
|
+
required: true,
|
|
225
|
+
schema: {
|
|
226
|
+
type: "string",
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
],
|
|
230
|
+
queryParameters: [
|
|
231
|
+
{
|
|
232
|
+
description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
|
|
233
|
+
in: "query",
|
|
234
|
+
name: "response_format",
|
|
235
|
+
required: false,
|
|
236
|
+
schema: {
|
|
237
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
238
|
+
enum: [
|
|
239
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
240
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
241
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
242
|
+
"GET_RSP_FORMAT_READ",
|
|
243
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
244
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
245
|
+
],
|
|
246
|
+
type: "string",
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
requestBodySchema: null,
|
|
251
|
+
responseSchema: {
|
|
252
|
+
$ref: "#/components/schemas/addon_subscriptionGetResponse",
|
|
253
|
+
},
|
|
254
|
+
requiredParams: ["name", "namespace"],
|
|
255
|
+
operationId: "ves.io.schema.pbac.addon_subscription.API.Get",
|
|
256
|
+
tags: ["Other"],
|
|
257
|
+
sourceFile: "domains/subscriptions.json",
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
toolName: "f5xc-api-subscriptions-addon-subscription-list",
|
|
261
|
+
method: "GET",
|
|
262
|
+
path: "/api/web/namespaces/{namespace}/addon_subscriptions",
|
|
263
|
+
operation: "list",
|
|
264
|
+
domain: "subscriptions",
|
|
265
|
+
resource: "addon-subscription",
|
|
266
|
+
summary: "List Addon Subscrption.",
|
|
267
|
+
description: "List the set of addon_subscription in a namespace.",
|
|
268
|
+
pathParameters: [
|
|
269
|
+
{
|
|
270
|
+
description: "Namespace\nNamespace to scope the listing of addon_subscription.",
|
|
271
|
+
in: "path",
|
|
272
|
+
name: "namespace",
|
|
273
|
+
required: true,
|
|
274
|
+
schema: {
|
|
275
|
+
type: "string",
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
],
|
|
279
|
+
queryParameters: [
|
|
280
|
+
{
|
|
281
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
282
|
+
in: "query",
|
|
283
|
+
name: "label_filter",
|
|
284
|
+
required: false,
|
|
285
|
+
schema: {
|
|
286
|
+
type: "string",
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
291
|
+
in: "query",
|
|
292
|
+
name: "report_fields",
|
|
293
|
+
required: false,
|
|
294
|
+
schema: {
|
|
295
|
+
items: {
|
|
296
|
+
type: "string",
|
|
297
|
+
},
|
|
298
|
+
type: "array",
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
303
|
+
in: "query",
|
|
304
|
+
name: "report_status_fields",
|
|
305
|
+
required: false,
|
|
306
|
+
schema: {
|
|
307
|
+
items: {
|
|
308
|
+
type: "string",
|
|
309
|
+
},
|
|
310
|
+
type: "array",
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
],
|
|
314
|
+
requestBodySchema: null,
|
|
315
|
+
responseSchema: {
|
|
316
|
+
$ref: "#/components/schemas/addon_subscriptionListResponse",
|
|
317
|
+
},
|
|
318
|
+
requiredParams: ["namespace"],
|
|
319
|
+
operationId: "ves.io.schema.pbac.addon_subscription.API.List",
|
|
320
|
+
tags: ["Other"],
|
|
321
|
+
sourceFile: "domains/subscriptions.json",
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
toolName: "f5xc-api-subscriptions-addon-subscription-update",
|
|
325
|
+
method: "PUT",
|
|
326
|
+
path: "/api/web/namespaces/{metadata.namespace}/addon_subscriptions/{metadata.name}",
|
|
327
|
+
operation: "update",
|
|
328
|
+
domain: "subscriptions",
|
|
329
|
+
resource: "addon-subscription",
|
|
330
|
+
summary: "Replace Addon Subscription.",
|
|
331
|
+
description: "Replace a given Addon Subscription with with Addon Subscription State.",
|
|
332
|
+
pathParameters: [
|
|
333
|
+
{
|
|
334
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
335
|
+
in: "path",
|
|
336
|
+
name: "metadata.name",
|
|
337
|
+
required: true,
|
|
338
|
+
schema: {
|
|
339
|
+
type: "string",
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
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 ""',
|
|
344
|
+
in: "path",
|
|
345
|
+
name: "metadata.namespace",
|
|
346
|
+
required: true,
|
|
347
|
+
schema: {
|
|
348
|
+
type: "string",
|
|
349
|
+
},
|
|
350
|
+
},
|
|
351
|
+
],
|
|
352
|
+
queryParameters: [],
|
|
353
|
+
requestBodySchema: {
|
|
354
|
+
$ref: "#/components/schemas/addon_subscriptionReplaceRequest",
|
|
355
|
+
},
|
|
356
|
+
responseSchema: {
|
|
357
|
+
$ref: "#/components/schemas/addon_subscriptionReplaceResponse",
|
|
358
|
+
},
|
|
359
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
360
|
+
operationId: "ves.io.schema.pbac.addon_subscription.API.Replace",
|
|
361
|
+
tags: ["Other"],
|
|
362
|
+
sourceFile: "domains/subscriptions.json",
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
toolName: "f5xc-api-subscriptions-all-activation-statu-list",
|
|
366
|
+
method: "GET",
|
|
367
|
+
path: "/api/web/namespaces/system/addon_services/{addon_service}/all-activation-status",
|
|
368
|
+
operation: "list",
|
|
369
|
+
domain: "subscriptions",
|
|
370
|
+
resource: "all-activation-statu",
|
|
371
|
+
summary: "All Addon Service Activation Status.",
|
|
372
|
+
description: "GET current subscription status for all addon services in a feature tier. Response can indicate whether the service was successfully subscribed or in pending state.",
|
|
373
|
+
pathParameters: [
|
|
374
|
+
{
|
|
375
|
+
description: "Addon_service\nName of the addon_service feature tier.",
|
|
376
|
+
in: "path",
|
|
377
|
+
name: "addon_service",
|
|
378
|
+
required: true,
|
|
379
|
+
schema: {
|
|
380
|
+
type: "string",
|
|
381
|
+
},
|
|
382
|
+
},
|
|
383
|
+
],
|
|
384
|
+
queryParameters: [],
|
|
385
|
+
requestBodySchema: null,
|
|
386
|
+
responseSchema: {
|
|
387
|
+
$ref: "#/components/schemas/addon_serviceGetAllServiceTiersActivationStatusResp",
|
|
388
|
+
},
|
|
389
|
+
requiredParams: ["addon_service"],
|
|
390
|
+
operationId: "ves.io.schema.pbac.addon_service.CustomAPI.GetAllServiceTiersActivationStatus",
|
|
391
|
+
tags: ["Other"],
|
|
392
|
+
sourceFile: "domains/subscriptions.json",
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
toolName: "f5xc-api-subscriptions-navigation-tile-get",
|
|
396
|
+
method: "GET",
|
|
397
|
+
path: "/api/web/namespaces/{namespace}/navigation_tiles/{name}",
|
|
398
|
+
operation: "get",
|
|
399
|
+
domain: "subscriptions",
|
|
400
|
+
resource: "navigation-tile",
|
|
401
|
+
summary: "GET Navigation Tile.",
|
|
402
|
+
description: "GET navigation_tile reads a given object from storage backend for metadata.namespace.",
|
|
403
|
+
pathParameters: [
|
|
404
|
+
{
|
|
405
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
406
|
+
in: "path",
|
|
407
|
+
name: "name",
|
|
408
|
+
required: true,
|
|
409
|
+
schema: {
|
|
410
|
+
type: "string",
|
|
411
|
+
},
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
415
|
+
in: "path",
|
|
416
|
+
name: "namespace",
|
|
417
|
+
required: true,
|
|
418
|
+
schema: {
|
|
419
|
+
type: "string",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
],
|
|
423
|
+
queryParameters: [
|
|
424
|
+
{
|
|
425
|
+
description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
|
|
426
|
+
in: "query",
|
|
427
|
+
name: "response_format",
|
|
428
|
+
required: false,
|
|
429
|
+
schema: {
|
|
430
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
431
|
+
enum: [
|
|
432
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
433
|
+
"GET_RSP_FORMAT_STATUS",
|
|
434
|
+
"GET_RSP_FORMAT_READ",
|
|
435
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
436
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
437
|
+
],
|
|
438
|
+
type: "string",
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
],
|
|
442
|
+
requestBodySchema: null,
|
|
443
|
+
responseSchema: {
|
|
444
|
+
$ref: "#/components/schemas/navigation_tileGetResponse",
|
|
445
|
+
},
|
|
446
|
+
requiredParams: ["name", "namespace"],
|
|
447
|
+
operationId: "ves.io.schema.pbac.navigation_tile.API.Get",
|
|
448
|
+
tags: ["Other"],
|
|
449
|
+
sourceFile: "domains/subscriptions.json",
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
toolName: "f5xc-api-subscriptions-navigation-tile-list",
|
|
453
|
+
method: "GET",
|
|
454
|
+
path: "/api/web/namespaces/{namespace}/navigation_tiles",
|
|
455
|
+
operation: "list",
|
|
456
|
+
domain: "subscriptions",
|
|
457
|
+
resource: "navigation-tile",
|
|
458
|
+
summary: "List Navigation Tile.",
|
|
459
|
+
description: "List the set of navigation_tile in a namespace.",
|
|
460
|
+
pathParameters: [
|
|
461
|
+
{
|
|
462
|
+
description: "Namespace\nNamespace to scope the listing of navigation_tile.",
|
|
463
|
+
in: "path",
|
|
464
|
+
name: "namespace",
|
|
465
|
+
required: true,
|
|
466
|
+
schema: {
|
|
467
|
+
type: "string",
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
],
|
|
471
|
+
queryParameters: [
|
|
472
|
+
{
|
|
473
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
474
|
+
in: "query",
|
|
475
|
+
name: "label_filter",
|
|
476
|
+
required: false,
|
|
477
|
+
schema: {
|
|
478
|
+
type: "string",
|
|
479
|
+
},
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
483
|
+
in: "query",
|
|
484
|
+
name: "report_fields",
|
|
485
|
+
required: false,
|
|
486
|
+
schema: {
|
|
487
|
+
items: {
|
|
488
|
+
type: "string",
|
|
489
|
+
},
|
|
490
|
+
type: "array",
|
|
491
|
+
},
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
495
|
+
in: "query",
|
|
496
|
+
name: "report_status_fields",
|
|
497
|
+
required: false,
|
|
498
|
+
schema: {
|
|
499
|
+
items: {
|
|
500
|
+
type: "string",
|
|
501
|
+
},
|
|
502
|
+
type: "array",
|
|
503
|
+
},
|
|
504
|
+
},
|
|
505
|
+
],
|
|
506
|
+
requestBodySchema: null,
|
|
507
|
+
responseSchema: {
|
|
508
|
+
$ref: "#/components/schemas/navigation_tileListResponse",
|
|
509
|
+
},
|
|
510
|
+
requiredParams: ["namespace"],
|
|
511
|
+
operationId: "ves.io.schema.pbac.navigation_tile.API.List",
|
|
512
|
+
tags: ["Other"],
|
|
513
|
+
sourceFile: "domains/subscriptions.json",
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
toolName: "f5xc-api-subscriptions-plan-get",
|
|
517
|
+
method: "GET",
|
|
518
|
+
path: "/api/web/namespaces/{namespace}/plans/{name}",
|
|
519
|
+
operation: "get",
|
|
520
|
+
domain: "subscriptions",
|
|
521
|
+
resource: "plan",
|
|
522
|
+
summary: "GET Plan",
|
|
523
|
+
description: "GET plan reads a given object from storage backend for metadata.namespace.",
|
|
524
|
+
pathParameters: [
|
|
525
|
+
{
|
|
526
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
527
|
+
in: "path",
|
|
528
|
+
name: "name",
|
|
529
|
+
required: true,
|
|
530
|
+
schema: {
|
|
531
|
+
type: "string",
|
|
532
|
+
},
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
536
|
+
in: "path",
|
|
537
|
+
name: "namespace",
|
|
538
|
+
required: true,
|
|
539
|
+
schema: {
|
|
540
|
+
type: "string",
|
|
541
|
+
},
|
|
542
|
+
},
|
|
543
|
+
],
|
|
544
|
+
queryParameters: [
|
|
545
|
+
{
|
|
546
|
+
description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
|
|
547
|
+
in: "query",
|
|
548
|
+
name: "response_format",
|
|
549
|
+
required: false,
|
|
550
|
+
schema: {
|
|
551
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
552
|
+
enum: [
|
|
553
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
554
|
+
"GET_RSP_FORMAT_STATUS",
|
|
555
|
+
"GET_RSP_FORMAT_READ",
|
|
556
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
557
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
558
|
+
],
|
|
559
|
+
type: "string",
|
|
560
|
+
},
|
|
561
|
+
},
|
|
562
|
+
],
|
|
563
|
+
requestBodySchema: null,
|
|
564
|
+
responseSchema: {
|
|
565
|
+
$ref: "#/components/schemas/planGetResponse",
|
|
566
|
+
},
|
|
567
|
+
requiredParams: ["name", "namespace"],
|
|
568
|
+
operationId: "ves.io.schema.pbac.plan.API.Get",
|
|
569
|
+
tags: ["Other"],
|
|
570
|
+
sourceFile: "domains/subscriptions.json",
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
toolName: "f5xc-api-subscriptions-plan-list",
|
|
574
|
+
method: "GET",
|
|
575
|
+
path: "/api/web/namespaces/{namespace}/plans",
|
|
576
|
+
operation: "list",
|
|
577
|
+
domain: "subscriptions",
|
|
578
|
+
resource: "plan",
|
|
579
|
+
summary: "List Plan",
|
|
580
|
+
description: "List the set of plan in a namespace.",
|
|
581
|
+
pathParameters: [
|
|
582
|
+
{
|
|
583
|
+
description: "Namespace\nNamespace to scope the listing of plan.",
|
|
584
|
+
in: "path",
|
|
585
|
+
name: "namespace",
|
|
586
|
+
required: true,
|
|
587
|
+
schema: {
|
|
588
|
+
type: "string",
|
|
589
|
+
},
|
|
590
|
+
},
|
|
591
|
+
],
|
|
592
|
+
queryParameters: [
|
|
593
|
+
{
|
|
594
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
595
|
+
in: "query",
|
|
596
|
+
name: "label_filter",
|
|
597
|
+
required: false,
|
|
598
|
+
schema: {
|
|
599
|
+
type: "string",
|
|
600
|
+
},
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
604
|
+
in: "query",
|
|
605
|
+
name: "report_fields",
|
|
606
|
+
required: false,
|
|
607
|
+
schema: {
|
|
608
|
+
items: {
|
|
609
|
+
type: "string",
|
|
610
|
+
},
|
|
611
|
+
type: "array",
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
616
|
+
in: "query",
|
|
617
|
+
name: "report_status_fields",
|
|
618
|
+
required: false,
|
|
619
|
+
schema: {
|
|
620
|
+
items: {
|
|
621
|
+
type: "string",
|
|
622
|
+
},
|
|
623
|
+
type: "array",
|
|
624
|
+
},
|
|
625
|
+
},
|
|
626
|
+
],
|
|
627
|
+
requestBodySchema: null,
|
|
628
|
+
responseSchema: {
|
|
629
|
+
$ref: "#/components/schemas/planListResponse",
|
|
630
|
+
},
|
|
631
|
+
requiredParams: ["namespace"],
|
|
632
|
+
operationId: "ves.io.schema.pbac.plan.API.List",
|
|
633
|
+
tags: ["Other"],
|
|
634
|
+
sourceFile: "domains/subscriptions.json",
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
toolName: "f5xc-api-subscriptions-register-create",
|
|
638
|
+
method: "POST",
|
|
639
|
+
path: "/no_auth/namespaces/system/aws/f5xc-saas/register",
|
|
640
|
+
operation: "create",
|
|
641
|
+
domain: "subscriptions",
|
|
642
|
+
resource: "register",
|
|
643
|
+
summary: "Register New AWS Account.",
|
|
644
|
+
description: "Use this API to register F5XC AWS marketplace product for F5XC service.",
|
|
645
|
+
pathParameters: [],
|
|
646
|
+
queryParameters: [],
|
|
647
|
+
requestBodySchema: {
|
|
648
|
+
$ref: "#/components/schemas/aws_accountRegistrationRequest",
|
|
649
|
+
},
|
|
650
|
+
responseSchema: {
|
|
651
|
+
$ref: "#/components/schemas/aws_accountRegistrationResponse",
|
|
652
|
+
},
|
|
653
|
+
requiredParams: ["body"],
|
|
654
|
+
operationId: "ves.io.schema.marketplace.aws_account.OnboardCustomAPI.RegisterNewAWSAccount",
|
|
655
|
+
tags: ["Other"],
|
|
656
|
+
sourceFile: "domains/subscriptions.json",
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
toolName: "f5xc-api-subscriptions-registration-detail-list",
|
|
660
|
+
method: "GET",
|
|
661
|
+
path: "/no_auth/namespaces/system/f5xc-saas/signup/registration_details",
|
|
662
|
+
operation: "list",
|
|
663
|
+
domain: "subscriptions",
|
|
664
|
+
resource: "registration-detail",
|
|
665
|
+
summary: "GET Registration Details.",
|
|
666
|
+
description: "Use this API to to GET registration details (currently limited to email address and domain) associated with a specific asb_message object.",
|
|
667
|
+
pathParameters: [],
|
|
668
|
+
queryParameters: [
|
|
669
|
+
{
|
|
670
|
+
description: "The token contains the encrypted data, secured using an HMAC key.",
|
|
671
|
+
in: "query",
|
|
672
|
+
name: "token",
|
|
673
|
+
required: false,
|
|
674
|
+
schema: {
|
|
675
|
+
type: "string",
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
],
|
|
679
|
+
requestBodySchema: null,
|
|
680
|
+
responseSchema: {
|
|
681
|
+
$ref: "#/components/schemas/xc_saasGetRegistrationDetailsResponse",
|
|
682
|
+
},
|
|
683
|
+
requiredParams: [],
|
|
684
|
+
operationId: "ves.io.schema.marketplace.xc_saas.CustomAPI.GetRegistrationDetails",
|
|
685
|
+
tags: ["Identity"],
|
|
686
|
+
sourceFile: "domains/subscriptions.json",
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
toolName: "f5xc-api-subscriptions-send-email-create",
|
|
690
|
+
method: "POST",
|
|
691
|
+
path: "/no_auth/namespaces/system/f5xc-saas/signup/send_email",
|
|
692
|
+
operation: "create",
|
|
693
|
+
domain: "subscriptions",
|
|
694
|
+
resource: "send-email",
|
|
695
|
+
summary: "Send Signup Email.",
|
|
696
|
+
description: "Use this API to send a tenant provisioning signup email when the signup URL link in the previously sent email has expired or is no longer accessible.",
|
|
697
|
+
pathParameters: [],
|
|
698
|
+
queryParameters: [],
|
|
699
|
+
requestBodySchema: {
|
|
700
|
+
$ref: "#/components/schemas/xc_saasSendSignupEmailRequest",
|
|
701
|
+
},
|
|
702
|
+
responseSchema: {
|
|
703
|
+
$ref: "#/components/schemas/xc_saasSendEmailResponse",
|
|
704
|
+
},
|
|
705
|
+
requiredParams: ["body"],
|
|
706
|
+
operationId: "ves.io.schema.marketplace.xc_saas.CustomAPI.SendSignupEmail",
|
|
707
|
+
tags: ["Identity"],
|
|
708
|
+
sourceFile: "domains/subscriptions.json",
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
toolName: "f5xc-api-subscriptions-signup-create",
|
|
712
|
+
method: "POST",
|
|
713
|
+
path: "/no_auth/namespaces/system/aws/f5xc-saas/signup",
|
|
714
|
+
operation: "create",
|
|
715
|
+
domain: "subscriptions",
|
|
716
|
+
resource: "signup",
|
|
717
|
+
summary: "Signup AWS Account.",
|
|
718
|
+
description: "Use this API to signup AWS account for F5XC service.",
|
|
719
|
+
pathParameters: [],
|
|
720
|
+
queryParameters: [],
|
|
721
|
+
requestBodySchema: {
|
|
722
|
+
$ref: "#/components/schemas/aws_accountAWSAccountSignupRequest",
|
|
723
|
+
},
|
|
724
|
+
responseSchema: {
|
|
725
|
+
$ref: "#/components/schemas/aws_accountAWSAccountSignupResponse",
|
|
726
|
+
},
|
|
727
|
+
requiredParams: ["body"],
|
|
728
|
+
operationId: "ves.io.schema.marketplace.aws_account.OnboardCustomAPI.SignupAWSAccount",
|
|
729
|
+
tags: ["Other"],
|
|
730
|
+
sourceFile: "domains/subscriptions.json",
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
toolName: "f5xc-api-subscriptions-subscribe-create",
|
|
734
|
+
method: "POST",
|
|
735
|
+
path: "/api/config/namespaces/system/malware_protection/addon/subscribe",
|
|
736
|
+
operation: "create",
|
|
737
|
+
domain: "subscriptions",
|
|
738
|
+
resource: "subscribe",
|
|
739
|
+
summary: "Subscribe to Malware Protection.",
|
|
740
|
+
description: "Subscribe to Malware Protection.",
|
|
741
|
+
pathParameters: [],
|
|
742
|
+
queryParameters: [],
|
|
743
|
+
requestBodySchema: {
|
|
744
|
+
$ref: "#/components/schemas/subscriptionSubscribeRequest",
|
|
745
|
+
},
|
|
746
|
+
responseSchema: {
|
|
747
|
+
$ref: "#/components/schemas/subscriptionSubscribeResponse",
|
|
748
|
+
},
|
|
749
|
+
requiredParams: ["body"],
|
|
750
|
+
operationId: "ves.io.schema.malware_protection.subscription.CustomAPI.Subscribe",
|
|
751
|
+
tags: ["Other"],
|
|
752
|
+
sourceFile: "domains/subscriptions.json",
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
toolName: "f5xc-api-subscriptions-unsubscribe-create",
|
|
756
|
+
method: "POST",
|
|
757
|
+
path: "/api/config/namespaces/system/malware_protection/addon/unsubscribe",
|
|
758
|
+
operation: "create",
|
|
759
|
+
domain: "subscriptions",
|
|
760
|
+
resource: "unsubscribe",
|
|
761
|
+
summary: "Unsubscribe to Malware Protection.",
|
|
762
|
+
description: "Unsubscribe to Malware Protection.",
|
|
763
|
+
pathParameters: [],
|
|
764
|
+
queryParameters: [],
|
|
765
|
+
requestBodySchema: {
|
|
766
|
+
$ref: "#/components/schemas/subscriptionUnsubscribeRequest",
|
|
767
|
+
},
|
|
768
|
+
responseSchema: {
|
|
769
|
+
$ref: "#/components/schemas/subscriptionUnsubscribeResponse",
|
|
770
|
+
},
|
|
771
|
+
requiredParams: ["body"],
|
|
772
|
+
operationId: "ves.io.schema.malware_protection.subscription.CustomAPI.Unsubscribe",
|
|
773
|
+
tags: ["Other"],
|
|
774
|
+
sourceFile: "domains/subscriptions.json",
|
|
775
|
+
},
|
|
776
|
+
];
|
|
777
|
+
export default subscriptionsTools;
|
|
778
|
+
//# sourceMappingURL=index.js.map
|