@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,1183 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated tool definitions for vpn domain
|
|
3
|
+
* DO NOT EDIT - This file is auto-generated by scripts/generate.ts
|
|
4
|
+
*/
|
|
5
|
+
export const vpnTools = [
|
|
6
|
+
{
|
|
7
|
+
toolName: "f5xc-api-vpn-ike-phase1-profile-create",
|
|
8
|
+
method: "POST",
|
|
9
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike_phase1_profiles",
|
|
10
|
+
operation: "create",
|
|
11
|
+
domain: "vpn",
|
|
12
|
+
resource: "ike-phase1-profile",
|
|
13
|
+
summary: "Create IKE Phase1 Profile.",
|
|
14
|
+
description: "Shape of the IKE Phase1 profile specification.",
|
|
15
|
+
pathParameters: [
|
|
16
|
+
{
|
|
17
|
+
description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
|
|
18
|
+
in: "path",
|
|
19
|
+
name: "metadata.namespace",
|
|
20
|
+
required: true,
|
|
21
|
+
schema: {
|
|
22
|
+
type: "string",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
queryParameters: [],
|
|
27
|
+
requestBodySchema: {
|
|
28
|
+
$ref: "#/components/schemas/ike_phase1_profileCreateRequest",
|
|
29
|
+
},
|
|
30
|
+
responseSchema: {
|
|
31
|
+
$ref: "#/components/schemas/ike_phase1_profileCreateResponse",
|
|
32
|
+
},
|
|
33
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
34
|
+
operationId: "ves.io.schema.views.ike_phase1_profile.API.Create",
|
|
35
|
+
tags: ["Other"],
|
|
36
|
+
sourceFile: "domains/vpn.json",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
toolName: "f5xc-api-vpn-ike-phase1-profile-delete",
|
|
40
|
+
method: "DELETE",
|
|
41
|
+
path: "/api/config/namespaces/{namespace}/ike_phase1_profiles/{name}",
|
|
42
|
+
operation: "delete",
|
|
43
|
+
domain: "vpn",
|
|
44
|
+
resource: "ike-phase1-profile",
|
|
45
|
+
summary: "DELETE IKE Phase 1 Profile.",
|
|
46
|
+
description: "DELETE the specified ike_phase1_profile.",
|
|
47
|
+
pathParameters: [
|
|
48
|
+
{
|
|
49
|
+
description: "Name\nName of the configuration object.",
|
|
50
|
+
in: "path",
|
|
51
|
+
name: "name",
|
|
52
|
+
required: true,
|
|
53
|
+
schema: {
|
|
54
|
+
type: "string",
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
59
|
+
in: "path",
|
|
60
|
+
name: "namespace",
|
|
61
|
+
required: true,
|
|
62
|
+
schema: {
|
|
63
|
+
type: "string",
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
queryParameters: [],
|
|
68
|
+
requestBodySchema: {
|
|
69
|
+
$ref: "#/components/schemas/ike_phase1_profileDeleteRequest",
|
|
70
|
+
},
|
|
71
|
+
responseSchema: {},
|
|
72
|
+
requiredParams: ["body", "name", "namespace"],
|
|
73
|
+
operationId: "ves.io.schema.views.ike_phase1_profile.API.Delete",
|
|
74
|
+
tags: ["Other"],
|
|
75
|
+
sourceFile: "domains/vpn.json",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
toolName: "f5xc-api-vpn-ike-phase1-profile-get",
|
|
79
|
+
method: "GET",
|
|
80
|
+
path: "/api/config/namespaces/{namespace}/ike_phase1_profiles/{name}",
|
|
81
|
+
operation: "get",
|
|
82
|
+
domain: "vpn",
|
|
83
|
+
resource: "ike-phase1-profile",
|
|
84
|
+
summary: "GET IKE Phase1 profile configuration.",
|
|
85
|
+
description: "Shape of the IKE Phase1 Profile configuration specification.",
|
|
86
|
+
pathParameters: [
|
|
87
|
+
{
|
|
88
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
89
|
+
in: "path",
|
|
90
|
+
name: "name",
|
|
91
|
+
required: true,
|
|
92
|
+
schema: {
|
|
93
|
+
type: "string",
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
98
|
+
in: "path",
|
|
99
|
+
name: "namespace",
|
|
100
|
+
required: true,
|
|
101
|
+
schema: {
|
|
102
|
+
type: "string",
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
queryParameters: [
|
|
107
|
+
{
|
|
108
|
+
description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
|
|
109
|
+
in: "query",
|
|
110
|
+
name: "response_format",
|
|
111
|
+
required: false,
|
|
112
|
+
schema: {
|
|
113
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
114
|
+
enum: [
|
|
115
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
116
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
117
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
118
|
+
"GET_RSP_FORMAT_STATUS",
|
|
119
|
+
"GET_RSP_FORMAT_READ",
|
|
120
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
121
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
122
|
+
],
|
|
123
|
+
type: "string",
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
requestBodySchema: null,
|
|
128
|
+
responseSchema: {
|
|
129
|
+
$ref: "#/components/schemas/ike_phase1_profileGetResponse",
|
|
130
|
+
},
|
|
131
|
+
requiredParams: ["name", "namespace"],
|
|
132
|
+
operationId: "ves.io.schema.views.ike_phase1_profile.API.Get",
|
|
133
|
+
tags: ["Other"],
|
|
134
|
+
sourceFile: "domains/vpn.json",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
toolName: "f5xc-api-vpn-ike-phase1-profile-list",
|
|
138
|
+
method: "GET",
|
|
139
|
+
path: "/api/config/namespaces/{namespace}/ike_phase1_profiles",
|
|
140
|
+
operation: "list",
|
|
141
|
+
domain: "vpn",
|
|
142
|
+
resource: "ike-phase1-profile",
|
|
143
|
+
summary: "List IKE Phase 1 Profile.",
|
|
144
|
+
description: "List the set of ike_phase1_profile in a namespace.",
|
|
145
|
+
pathParameters: [
|
|
146
|
+
{
|
|
147
|
+
description: "Namespace\nNamespace to scope the listing of ike_phase1_profile.",
|
|
148
|
+
in: "path",
|
|
149
|
+
name: "namespace",
|
|
150
|
+
required: true,
|
|
151
|
+
schema: {
|
|
152
|
+
type: "string",
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
queryParameters: [
|
|
157
|
+
{
|
|
158
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
159
|
+
in: "query",
|
|
160
|
+
name: "label_filter",
|
|
161
|
+
required: false,
|
|
162
|
+
schema: {
|
|
163
|
+
type: "string",
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
168
|
+
in: "query",
|
|
169
|
+
name: "report_fields",
|
|
170
|
+
required: false,
|
|
171
|
+
schema: {
|
|
172
|
+
items: {
|
|
173
|
+
type: "string",
|
|
174
|
+
},
|
|
175
|
+
type: "array",
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
180
|
+
in: "query",
|
|
181
|
+
name: "report_status_fields",
|
|
182
|
+
required: false,
|
|
183
|
+
schema: {
|
|
184
|
+
items: {
|
|
185
|
+
type: "string",
|
|
186
|
+
},
|
|
187
|
+
type: "array",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
],
|
|
191
|
+
requestBodySchema: null,
|
|
192
|
+
responseSchema: {
|
|
193
|
+
$ref: "#/components/schemas/ike_phase1_profileListResponse",
|
|
194
|
+
},
|
|
195
|
+
requiredParams: ["namespace"],
|
|
196
|
+
operationId: "ves.io.schema.views.ike_phase1_profile.API.List",
|
|
197
|
+
tags: ["Other"],
|
|
198
|
+
sourceFile: "domains/vpn.json",
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
toolName: "f5xc-api-vpn-ike-phase1-profile-update",
|
|
202
|
+
method: "PUT",
|
|
203
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike_phase1_profiles/{metadata.name}",
|
|
204
|
+
operation: "update",
|
|
205
|
+
domain: "vpn",
|
|
206
|
+
resource: "ike-phase1-profile",
|
|
207
|
+
summary: "Replace IKE Phase1 Profile configuration.",
|
|
208
|
+
description: "Shape of the IKE Phase1 profile configuration specification.",
|
|
209
|
+
pathParameters: [
|
|
210
|
+
{
|
|
211
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
212
|
+
in: "path",
|
|
213
|
+
name: "metadata.name",
|
|
214
|
+
required: true,
|
|
215
|
+
schema: {
|
|
216
|
+
type: "string",
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
|
|
221
|
+
in: "path",
|
|
222
|
+
name: "metadata.namespace",
|
|
223
|
+
required: true,
|
|
224
|
+
schema: {
|
|
225
|
+
type: "string",
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
queryParameters: [],
|
|
230
|
+
requestBodySchema: {
|
|
231
|
+
$ref: "#/components/schemas/ike_phase1_profileReplaceRequest",
|
|
232
|
+
},
|
|
233
|
+
responseSchema: {
|
|
234
|
+
$ref: "#/components/schemas/ike_phase1_profileReplaceResponse",
|
|
235
|
+
},
|
|
236
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
237
|
+
operationId: "ves.io.schema.views.ike_phase1_profile.API.Replace",
|
|
238
|
+
tags: ["Other"],
|
|
239
|
+
sourceFile: "domains/vpn.json",
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
toolName: "f5xc-api-vpn-ike-phase2-profile-create",
|
|
243
|
+
method: "POST",
|
|
244
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike_phase2_profiles",
|
|
245
|
+
operation: "create",
|
|
246
|
+
domain: "vpn",
|
|
247
|
+
resource: "ike-phase2-profile",
|
|
248
|
+
summary: "Create IKE Phase2 Profile.",
|
|
249
|
+
description: "Shape of the IKE Phase2 profile specification.",
|
|
250
|
+
pathParameters: [
|
|
251
|
+
{
|
|
252
|
+
description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
|
|
253
|
+
in: "path",
|
|
254
|
+
name: "metadata.namespace",
|
|
255
|
+
required: true,
|
|
256
|
+
schema: {
|
|
257
|
+
type: "string",
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
|
+
],
|
|
261
|
+
queryParameters: [],
|
|
262
|
+
requestBodySchema: {
|
|
263
|
+
$ref: "#/components/schemas/ike_phase2_profileCreateRequest",
|
|
264
|
+
},
|
|
265
|
+
responseSchema: {
|
|
266
|
+
$ref: "#/components/schemas/ike_phase2_profileCreateResponse",
|
|
267
|
+
},
|
|
268
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
269
|
+
operationId: "ves.io.schema.views.ike_phase2_profile.API.Create",
|
|
270
|
+
tags: ["Other"],
|
|
271
|
+
sourceFile: "domains/vpn.json",
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
toolName: "f5xc-api-vpn-ike-phase2-profile-delete",
|
|
275
|
+
method: "DELETE",
|
|
276
|
+
path: "/api/config/namespaces/{namespace}/ike_phase2_profiles/{name}",
|
|
277
|
+
operation: "delete",
|
|
278
|
+
domain: "vpn",
|
|
279
|
+
resource: "ike-phase2-profile",
|
|
280
|
+
summary: "DELETE IKE Phase 2 Profile.",
|
|
281
|
+
description: "DELETE the specified ike_phase2_profile.",
|
|
282
|
+
pathParameters: [
|
|
283
|
+
{
|
|
284
|
+
description: "Name\nName of the configuration object.",
|
|
285
|
+
in: "path",
|
|
286
|
+
name: "name",
|
|
287
|
+
required: true,
|
|
288
|
+
schema: {
|
|
289
|
+
type: "string",
|
|
290
|
+
},
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
294
|
+
in: "path",
|
|
295
|
+
name: "namespace",
|
|
296
|
+
required: true,
|
|
297
|
+
schema: {
|
|
298
|
+
type: "string",
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
],
|
|
302
|
+
queryParameters: [],
|
|
303
|
+
requestBodySchema: {
|
|
304
|
+
$ref: "#/components/schemas/ike_phase2_profileDeleteRequest",
|
|
305
|
+
},
|
|
306
|
+
responseSchema: {},
|
|
307
|
+
requiredParams: ["body", "name", "namespace"],
|
|
308
|
+
operationId: "ves.io.schema.views.ike_phase2_profile.API.Delete",
|
|
309
|
+
tags: ["Other"],
|
|
310
|
+
sourceFile: "domains/vpn.json",
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
toolName: "f5xc-api-vpn-ike-phase2-profile-get",
|
|
314
|
+
method: "GET",
|
|
315
|
+
path: "/api/config/namespaces/{namespace}/ike_phase2_profiles/{name}",
|
|
316
|
+
operation: "get",
|
|
317
|
+
domain: "vpn",
|
|
318
|
+
resource: "ike-phase2-profile",
|
|
319
|
+
summary: "GET IKE Phase2 profile configuration.",
|
|
320
|
+
description: "Shape of the IKE Phase2 Profile configuration specification.",
|
|
321
|
+
pathParameters: [
|
|
322
|
+
{
|
|
323
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
324
|
+
in: "path",
|
|
325
|
+
name: "name",
|
|
326
|
+
required: true,
|
|
327
|
+
schema: {
|
|
328
|
+
type: "string",
|
|
329
|
+
},
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
333
|
+
in: "path",
|
|
334
|
+
name: "namespace",
|
|
335
|
+
required: true,
|
|
336
|
+
schema: {
|
|
337
|
+
type: "string",
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
],
|
|
341
|
+
queryParameters: [
|
|
342
|
+
{
|
|
343
|
+
description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in CreateRequest format\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
|
|
344
|
+
in: "query",
|
|
345
|
+
name: "response_format",
|
|
346
|
+
required: false,
|
|
347
|
+
schema: {
|
|
348
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
349
|
+
enum: [
|
|
350
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
351
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
352
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
353
|
+
"GET_RSP_FORMAT_STATUS",
|
|
354
|
+
"GET_RSP_FORMAT_READ",
|
|
355
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
356
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
357
|
+
],
|
|
358
|
+
type: "string",
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
|
+
],
|
|
362
|
+
requestBodySchema: null,
|
|
363
|
+
responseSchema: {
|
|
364
|
+
$ref: "#/components/schemas/ike_phase2_profileGetResponse",
|
|
365
|
+
},
|
|
366
|
+
requiredParams: ["name", "namespace"],
|
|
367
|
+
operationId: "ves.io.schema.views.ike_phase2_profile.API.Get",
|
|
368
|
+
tags: ["Other"],
|
|
369
|
+
sourceFile: "domains/vpn.json",
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
toolName: "f5xc-api-vpn-ike-phase2-profile-list",
|
|
373
|
+
method: "GET",
|
|
374
|
+
path: "/api/config/namespaces/{namespace}/ike_phase2_profiles",
|
|
375
|
+
operation: "list",
|
|
376
|
+
domain: "vpn",
|
|
377
|
+
resource: "ike-phase2-profile",
|
|
378
|
+
summary: "List IKE Phase 2 Profile.",
|
|
379
|
+
description: "List the set of ike_phase2_profile in a namespace.",
|
|
380
|
+
pathParameters: [
|
|
381
|
+
{
|
|
382
|
+
description: "Namespace\nNamespace to scope the listing of ike_phase2_profile.",
|
|
383
|
+
in: "path",
|
|
384
|
+
name: "namespace",
|
|
385
|
+
required: true,
|
|
386
|
+
schema: {
|
|
387
|
+
type: "string",
|
|
388
|
+
},
|
|
389
|
+
},
|
|
390
|
+
],
|
|
391
|
+
queryParameters: [
|
|
392
|
+
{
|
|
393
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
394
|
+
in: "query",
|
|
395
|
+
name: "label_filter",
|
|
396
|
+
required: false,
|
|
397
|
+
schema: {
|
|
398
|
+
type: "string",
|
|
399
|
+
},
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
403
|
+
in: "query",
|
|
404
|
+
name: "report_fields",
|
|
405
|
+
required: false,
|
|
406
|
+
schema: {
|
|
407
|
+
items: {
|
|
408
|
+
type: "string",
|
|
409
|
+
},
|
|
410
|
+
type: "array",
|
|
411
|
+
},
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
415
|
+
in: "query",
|
|
416
|
+
name: "report_status_fields",
|
|
417
|
+
required: false,
|
|
418
|
+
schema: {
|
|
419
|
+
items: {
|
|
420
|
+
type: "string",
|
|
421
|
+
},
|
|
422
|
+
type: "array",
|
|
423
|
+
},
|
|
424
|
+
},
|
|
425
|
+
],
|
|
426
|
+
requestBodySchema: null,
|
|
427
|
+
responseSchema: {
|
|
428
|
+
$ref: "#/components/schemas/ike_phase2_profileListResponse",
|
|
429
|
+
},
|
|
430
|
+
requiredParams: ["namespace"],
|
|
431
|
+
operationId: "ves.io.schema.views.ike_phase2_profile.API.List",
|
|
432
|
+
tags: ["Other"],
|
|
433
|
+
sourceFile: "domains/vpn.json",
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
toolName: "f5xc-api-vpn-ike-phase2-profile-update",
|
|
437
|
+
method: "PUT",
|
|
438
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike_phase2_profiles/{metadata.name}",
|
|
439
|
+
operation: "update",
|
|
440
|
+
domain: "vpn",
|
|
441
|
+
resource: "ike-phase2-profile",
|
|
442
|
+
summary: "Replace IKE Phase2 Profile configuration.",
|
|
443
|
+
description: "Shape of the IKE Phase2 profile configuration specification.",
|
|
444
|
+
pathParameters: [
|
|
445
|
+
{
|
|
446
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
447
|
+
in: "path",
|
|
448
|
+
name: "metadata.name",
|
|
449
|
+
required: true,
|
|
450
|
+
schema: {
|
|
451
|
+
type: "string",
|
|
452
|
+
},
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
description: 'Namespace\nThis defines the workspace within which each the configuration object is to be created.\nMust be a DNS_LABEL format. For a namespace object itself, namespace value will be ""',
|
|
456
|
+
in: "path",
|
|
457
|
+
name: "metadata.namespace",
|
|
458
|
+
required: true,
|
|
459
|
+
schema: {
|
|
460
|
+
type: "string",
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
],
|
|
464
|
+
queryParameters: [],
|
|
465
|
+
requestBodySchema: {
|
|
466
|
+
$ref: "#/components/schemas/ike_phase2_profileReplaceRequest",
|
|
467
|
+
},
|
|
468
|
+
responseSchema: {
|
|
469
|
+
$ref: "#/components/schemas/ike_phase2_profileReplaceResponse",
|
|
470
|
+
},
|
|
471
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
472
|
+
operationId: "ves.io.schema.views.ike_phase2_profile.API.Replace",
|
|
473
|
+
tags: ["Other"],
|
|
474
|
+
sourceFile: "domains/vpn.json",
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
toolName: "f5xc-api-vpn-ike1-create",
|
|
478
|
+
method: "POST",
|
|
479
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike1s",
|
|
480
|
+
operation: "create",
|
|
481
|
+
domain: "vpn",
|
|
482
|
+
resource: "ike1",
|
|
483
|
+
summary: "Create IKE Phase1 Profile.",
|
|
484
|
+
description: "Shape of the IKE Phase1 profile specification.",
|
|
485
|
+
pathParameters: [
|
|
486
|
+
{
|
|
487
|
+
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 ""',
|
|
488
|
+
in: "path",
|
|
489
|
+
name: "metadata.namespace",
|
|
490
|
+
required: true,
|
|
491
|
+
schema: {
|
|
492
|
+
type: "string",
|
|
493
|
+
},
|
|
494
|
+
},
|
|
495
|
+
],
|
|
496
|
+
queryParameters: [],
|
|
497
|
+
requestBodySchema: {
|
|
498
|
+
$ref: "#/components/schemas/ike1CreateRequest",
|
|
499
|
+
},
|
|
500
|
+
responseSchema: {
|
|
501
|
+
$ref: "#/components/schemas/ike1CreateResponse",
|
|
502
|
+
},
|
|
503
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
504
|
+
operationId: "ves.io.schema.ike1.API.Create",
|
|
505
|
+
tags: ["Other"],
|
|
506
|
+
sourceFile: "domains/vpn.json",
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
toolName: "f5xc-api-vpn-ike1-delete",
|
|
510
|
+
method: "DELETE",
|
|
511
|
+
path: "/api/config/namespaces/{namespace}/ike1s/{name}",
|
|
512
|
+
operation: "delete",
|
|
513
|
+
domain: "vpn",
|
|
514
|
+
resource: "ike1",
|
|
515
|
+
summary: "DELETE IKE Phase 1 Profile.",
|
|
516
|
+
description: "DELETE the specified ike1.",
|
|
517
|
+
pathParameters: [
|
|
518
|
+
{
|
|
519
|
+
description: "Name\nName of the configuration object.",
|
|
520
|
+
in: "path",
|
|
521
|
+
name: "name",
|
|
522
|
+
required: true,
|
|
523
|
+
schema: {
|
|
524
|
+
type: "string",
|
|
525
|
+
},
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
529
|
+
in: "path",
|
|
530
|
+
name: "namespace",
|
|
531
|
+
required: true,
|
|
532
|
+
schema: {
|
|
533
|
+
type: "string",
|
|
534
|
+
},
|
|
535
|
+
},
|
|
536
|
+
],
|
|
537
|
+
queryParameters: [],
|
|
538
|
+
requestBodySchema: {
|
|
539
|
+
$ref: "#/components/schemas/ike1DeleteRequest",
|
|
540
|
+
},
|
|
541
|
+
responseSchema: {},
|
|
542
|
+
requiredParams: ["body", "name", "namespace"],
|
|
543
|
+
operationId: "ves.io.schema.ike1.API.Delete",
|
|
544
|
+
tags: ["Other"],
|
|
545
|
+
sourceFile: "domains/vpn.json",
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
toolName: "f5xc-api-vpn-ike1-get",
|
|
549
|
+
method: "GET",
|
|
550
|
+
path: "/api/config/namespaces/{namespace}/ike1s/{name}",
|
|
551
|
+
operation: "get",
|
|
552
|
+
domain: "vpn",
|
|
553
|
+
resource: "ike1",
|
|
554
|
+
summary: "GET IKE Phase1 profile configuration.",
|
|
555
|
+
description: "Shape of the IKE Phase1 Profile configuration specification.",
|
|
556
|
+
pathParameters: [
|
|
557
|
+
{
|
|
558
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
559
|
+
in: "path",
|
|
560
|
+
name: "name",
|
|
561
|
+
required: true,
|
|
562
|
+
schema: {
|
|
563
|
+
type: "string",
|
|
564
|
+
},
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
568
|
+
in: "path",
|
|
569
|
+
name: "namespace",
|
|
570
|
+
required: true,
|
|
571
|
+
schema: {
|
|
572
|
+
type: "string",
|
|
573
|
+
},
|
|
574
|
+
},
|
|
575
|
+
],
|
|
576
|
+
queryParameters: [
|
|
577
|
+
{
|
|
578
|
+
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.",
|
|
579
|
+
in: "query",
|
|
580
|
+
name: "response_format",
|
|
581
|
+
required: false,
|
|
582
|
+
schema: {
|
|
583
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
584
|
+
enum: [
|
|
585
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
586
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
587
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
588
|
+
"GET_RSP_FORMAT_STATUS",
|
|
589
|
+
"GET_RSP_FORMAT_READ",
|
|
590
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
591
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
592
|
+
],
|
|
593
|
+
type: "string",
|
|
594
|
+
},
|
|
595
|
+
},
|
|
596
|
+
],
|
|
597
|
+
requestBodySchema: null,
|
|
598
|
+
responseSchema: {
|
|
599
|
+
$ref: "#/components/schemas/ike1GetResponse",
|
|
600
|
+
},
|
|
601
|
+
requiredParams: ["name", "namespace"],
|
|
602
|
+
operationId: "ves.io.schema.ike1.API.Get",
|
|
603
|
+
tags: ["Other"],
|
|
604
|
+
sourceFile: "domains/vpn.json",
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
toolName: "f5xc-api-vpn-ike1-list",
|
|
608
|
+
method: "GET",
|
|
609
|
+
path: "/api/config/namespaces/{namespace}/ike1s",
|
|
610
|
+
operation: "list",
|
|
611
|
+
domain: "vpn",
|
|
612
|
+
resource: "ike1",
|
|
613
|
+
summary: "List IKE Phase 1 Profile.",
|
|
614
|
+
description: "List the set of ike1 in a namespace.",
|
|
615
|
+
pathParameters: [
|
|
616
|
+
{
|
|
617
|
+
description: "Namespace\nNamespace to scope the listing of ike1.",
|
|
618
|
+
in: "path",
|
|
619
|
+
name: "namespace",
|
|
620
|
+
required: true,
|
|
621
|
+
schema: {
|
|
622
|
+
type: "string",
|
|
623
|
+
},
|
|
624
|
+
},
|
|
625
|
+
],
|
|
626
|
+
queryParameters: [
|
|
627
|
+
{
|
|
628
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
629
|
+
in: "query",
|
|
630
|
+
name: "label_filter",
|
|
631
|
+
required: false,
|
|
632
|
+
schema: {
|
|
633
|
+
type: "string",
|
|
634
|
+
},
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
638
|
+
in: "query",
|
|
639
|
+
name: "report_fields",
|
|
640
|
+
required: false,
|
|
641
|
+
schema: {
|
|
642
|
+
items: {
|
|
643
|
+
type: "string",
|
|
644
|
+
},
|
|
645
|
+
type: "array",
|
|
646
|
+
},
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
650
|
+
in: "query",
|
|
651
|
+
name: "report_status_fields",
|
|
652
|
+
required: false,
|
|
653
|
+
schema: {
|
|
654
|
+
items: {
|
|
655
|
+
type: "string",
|
|
656
|
+
},
|
|
657
|
+
type: "array",
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
|
+
],
|
|
661
|
+
requestBodySchema: null,
|
|
662
|
+
responseSchema: {
|
|
663
|
+
$ref: "#/components/schemas/ike1ListResponse",
|
|
664
|
+
},
|
|
665
|
+
requiredParams: ["namespace"],
|
|
666
|
+
operationId: "ves.io.schema.ike1.API.List",
|
|
667
|
+
tags: ["Other"],
|
|
668
|
+
sourceFile: "domains/vpn.json",
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
toolName: "f5xc-api-vpn-ike1-update",
|
|
672
|
+
method: "PUT",
|
|
673
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike1s/{metadata.name}",
|
|
674
|
+
operation: "update",
|
|
675
|
+
domain: "vpn",
|
|
676
|
+
resource: "ike1",
|
|
677
|
+
summary: "Replace IKE Phase1 Profile configuration.",
|
|
678
|
+
description: "Shape of the IKE Phase1 profile configuration specification.",
|
|
679
|
+
pathParameters: [
|
|
680
|
+
{
|
|
681
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
682
|
+
in: "path",
|
|
683
|
+
name: "metadata.name",
|
|
684
|
+
required: true,
|
|
685
|
+
schema: {
|
|
686
|
+
type: "string",
|
|
687
|
+
},
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
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 ""',
|
|
691
|
+
in: "path",
|
|
692
|
+
name: "metadata.namespace",
|
|
693
|
+
required: true,
|
|
694
|
+
schema: {
|
|
695
|
+
type: "string",
|
|
696
|
+
},
|
|
697
|
+
},
|
|
698
|
+
],
|
|
699
|
+
queryParameters: [],
|
|
700
|
+
requestBodySchema: {
|
|
701
|
+
$ref: "#/components/schemas/ike1ReplaceRequest",
|
|
702
|
+
},
|
|
703
|
+
responseSchema: {
|
|
704
|
+
$ref: "#/components/schemas/ike1ReplaceResponse",
|
|
705
|
+
},
|
|
706
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
707
|
+
operationId: "ves.io.schema.ike1.API.Replace",
|
|
708
|
+
tags: ["Other"],
|
|
709
|
+
sourceFile: "domains/vpn.json",
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
toolName: "f5xc-api-vpn-ike2-create",
|
|
713
|
+
method: "POST",
|
|
714
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike2s",
|
|
715
|
+
operation: "create",
|
|
716
|
+
domain: "vpn",
|
|
717
|
+
resource: "ike2",
|
|
718
|
+
summary: "Create IKE Phase2 Profile.",
|
|
719
|
+
description: "Shape of the IKE Phase2 profile specification.",
|
|
720
|
+
pathParameters: [
|
|
721
|
+
{
|
|
722
|
+
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 ""',
|
|
723
|
+
in: "path",
|
|
724
|
+
name: "metadata.namespace",
|
|
725
|
+
required: true,
|
|
726
|
+
schema: {
|
|
727
|
+
type: "string",
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
],
|
|
731
|
+
queryParameters: [],
|
|
732
|
+
requestBodySchema: {
|
|
733
|
+
$ref: "#/components/schemas/ike2CreateRequest",
|
|
734
|
+
},
|
|
735
|
+
responseSchema: {
|
|
736
|
+
$ref: "#/components/schemas/ike2CreateResponse",
|
|
737
|
+
},
|
|
738
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
739
|
+
operationId: "ves.io.schema.ike2.API.Create",
|
|
740
|
+
tags: ["Other"],
|
|
741
|
+
sourceFile: "domains/vpn.json",
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
toolName: "f5xc-api-vpn-ike2-delete",
|
|
745
|
+
method: "DELETE",
|
|
746
|
+
path: "/api/config/namespaces/{namespace}/ike2s/{name}",
|
|
747
|
+
operation: "delete",
|
|
748
|
+
domain: "vpn",
|
|
749
|
+
resource: "ike2",
|
|
750
|
+
summary: "DELETE IKE Phase 2 Profile.",
|
|
751
|
+
description: "DELETE the specified ike2.",
|
|
752
|
+
pathParameters: [
|
|
753
|
+
{
|
|
754
|
+
description: "Name\nName of the configuration object.",
|
|
755
|
+
in: "path",
|
|
756
|
+
name: "name",
|
|
757
|
+
required: true,
|
|
758
|
+
schema: {
|
|
759
|
+
type: "string",
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
764
|
+
in: "path",
|
|
765
|
+
name: "namespace",
|
|
766
|
+
required: true,
|
|
767
|
+
schema: {
|
|
768
|
+
type: "string",
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
],
|
|
772
|
+
queryParameters: [],
|
|
773
|
+
requestBodySchema: {
|
|
774
|
+
$ref: "#/components/schemas/ike2DeleteRequest",
|
|
775
|
+
},
|
|
776
|
+
responseSchema: {},
|
|
777
|
+
requiredParams: ["body", "name", "namespace"],
|
|
778
|
+
operationId: "ves.io.schema.ike2.API.Delete",
|
|
779
|
+
tags: ["Other"],
|
|
780
|
+
sourceFile: "domains/vpn.json",
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
toolName: "f5xc-api-vpn-ike2-get",
|
|
784
|
+
method: "GET",
|
|
785
|
+
path: "/api/config/namespaces/{namespace}/ike2s/{name}",
|
|
786
|
+
operation: "get",
|
|
787
|
+
domain: "vpn",
|
|
788
|
+
resource: "ike2",
|
|
789
|
+
summary: "GET IKE Phase2 profile configuration.",
|
|
790
|
+
description: "Shape of the IKE Phase2 Profile configuration specification.",
|
|
791
|
+
pathParameters: [
|
|
792
|
+
{
|
|
793
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
794
|
+
in: "path",
|
|
795
|
+
name: "name",
|
|
796
|
+
required: true,
|
|
797
|
+
schema: {
|
|
798
|
+
type: "string",
|
|
799
|
+
},
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
803
|
+
in: "path",
|
|
804
|
+
name: "namespace",
|
|
805
|
+
required: true,
|
|
806
|
+
schema: {
|
|
807
|
+
type: "string",
|
|
808
|
+
},
|
|
809
|
+
},
|
|
810
|
+
],
|
|
811
|
+
queryParameters: [
|
|
812
|
+
{
|
|
813
|
+
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.",
|
|
814
|
+
in: "query",
|
|
815
|
+
name: "response_format",
|
|
816
|
+
required: false,
|
|
817
|
+
schema: {
|
|
818
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
819
|
+
enum: [
|
|
820
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
821
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
822
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
823
|
+
"GET_RSP_FORMAT_STATUS",
|
|
824
|
+
"GET_RSP_FORMAT_READ",
|
|
825
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
826
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
827
|
+
],
|
|
828
|
+
type: "string",
|
|
829
|
+
},
|
|
830
|
+
},
|
|
831
|
+
],
|
|
832
|
+
requestBodySchema: null,
|
|
833
|
+
responseSchema: {
|
|
834
|
+
$ref: "#/components/schemas/ike2GetResponse",
|
|
835
|
+
},
|
|
836
|
+
requiredParams: ["name", "namespace"],
|
|
837
|
+
operationId: "ves.io.schema.ike2.API.Get",
|
|
838
|
+
tags: ["Other"],
|
|
839
|
+
sourceFile: "domains/vpn.json",
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
toolName: "f5xc-api-vpn-ike2-list",
|
|
843
|
+
method: "GET",
|
|
844
|
+
path: "/api/config/namespaces/{namespace}/ike2s",
|
|
845
|
+
operation: "list",
|
|
846
|
+
domain: "vpn",
|
|
847
|
+
resource: "ike2",
|
|
848
|
+
summary: "List IKE Phase 2 Profile.",
|
|
849
|
+
description: "List the set of ike2 in a namespace.",
|
|
850
|
+
pathParameters: [
|
|
851
|
+
{
|
|
852
|
+
description: "Namespace\nNamespace to scope the listing of ike2.",
|
|
853
|
+
in: "path",
|
|
854
|
+
name: "namespace",
|
|
855
|
+
required: true,
|
|
856
|
+
schema: {
|
|
857
|
+
type: "string",
|
|
858
|
+
},
|
|
859
|
+
},
|
|
860
|
+
],
|
|
861
|
+
queryParameters: [
|
|
862
|
+
{
|
|
863
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
864
|
+
in: "query",
|
|
865
|
+
name: "label_filter",
|
|
866
|
+
required: false,
|
|
867
|
+
schema: {
|
|
868
|
+
type: "string",
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
873
|
+
in: "query",
|
|
874
|
+
name: "report_fields",
|
|
875
|
+
required: false,
|
|
876
|
+
schema: {
|
|
877
|
+
items: {
|
|
878
|
+
type: "string",
|
|
879
|
+
},
|
|
880
|
+
type: "array",
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
885
|
+
in: "query",
|
|
886
|
+
name: "report_status_fields",
|
|
887
|
+
required: false,
|
|
888
|
+
schema: {
|
|
889
|
+
items: {
|
|
890
|
+
type: "string",
|
|
891
|
+
},
|
|
892
|
+
type: "array",
|
|
893
|
+
},
|
|
894
|
+
},
|
|
895
|
+
],
|
|
896
|
+
requestBodySchema: null,
|
|
897
|
+
responseSchema: {
|
|
898
|
+
$ref: "#/components/schemas/ike2ListResponse",
|
|
899
|
+
},
|
|
900
|
+
requiredParams: ["namespace"],
|
|
901
|
+
operationId: "ves.io.schema.ike2.API.List",
|
|
902
|
+
tags: ["Other"],
|
|
903
|
+
sourceFile: "domains/vpn.json",
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
toolName: "f5xc-api-vpn-ike2-update",
|
|
907
|
+
method: "PUT",
|
|
908
|
+
path: "/api/config/namespaces/{metadata.namespace}/ike2s/{metadata.name}",
|
|
909
|
+
operation: "update",
|
|
910
|
+
domain: "vpn",
|
|
911
|
+
resource: "ike2",
|
|
912
|
+
summary: "Replace IKE Phase2 Profile configuration.",
|
|
913
|
+
description: "Shape of the IKE Phase2 profile configuration specification.",
|
|
914
|
+
pathParameters: [
|
|
915
|
+
{
|
|
916
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
917
|
+
in: "path",
|
|
918
|
+
name: "metadata.name",
|
|
919
|
+
required: true,
|
|
920
|
+
schema: {
|
|
921
|
+
type: "string",
|
|
922
|
+
},
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
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 ""',
|
|
926
|
+
in: "path",
|
|
927
|
+
name: "metadata.namespace",
|
|
928
|
+
required: true,
|
|
929
|
+
schema: {
|
|
930
|
+
type: "string",
|
|
931
|
+
},
|
|
932
|
+
},
|
|
933
|
+
],
|
|
934
|
+
queryParameters: [],
|
|
935
|
+
requestBodySchema: {
|
|
936
|
+
$ref: "#/components/schemas/ike2ReplaceRequest",
|
|
937
|
+
},
|
|
938
|
+
responseSchema: {
|
|
939
|
+
$ref: "#/components/schemas/ike2ReplaceResponse",
|
|
940
|
+
},
|
|
941
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
942
|
+
operationId: "ves.io.schema.ike2.API.Replace",
|
|
943
|
+
tags: ["Other"],
|
|
944
|
+
sourceFile: "domains/vpn.json",
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
toolName: "f5xc-api-vpn-tunnel-create",
|
|
948
|
+
method: "POST",
|
|
949
|
+
path: "/api/config/namespaces/{metadata.namespace}/tunnels",
|
|
950
|
+
operation: "create",
|
|
951
|
+
domain: "vpn",
|
|
952
|
+
resource: "tunnel",
|
|
953
|
+
summary: "Create Tunnel.",
|
|
954
|
+
description: "Create tunnel in a given namespace. If one already exist it will give a error.",
|
|
955
|
+
pathParameters: [
|
|
956
|
+
{
|
|
957
|
+
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 ""',
|
|
958
|
+
in: "path",
|
|
959
|
+
name: "metadata.namespace",
|
|
960
|
+
required: true,
|
|
961
|
+
schema: {
|
|
962
|
+
type: "string",
|
|
963
|
+
},
|
|
964
|
+
},
|
|
965
|
+
],
|
|
966
|
+
queryParameters: [],
|
|
967
|
+
requestBodySchema: {
|
|
968
|
+
$ref: "#/components/schemas/tunnelCreateRequest",
|
|
969
|
+
},
|
|
970
|
+
responseSchema: {
|
|
971
|
+
$ref: "#/components/schemas/tunnelCreateResponse",
|
|
972
|
+
},
|
|
973
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
974
|
+
operationId: "ves.io.schema.tunnel.API.Create",
|
|
975
|
+
tags: ["VPN"],
|
|
976
|
+
sourceFile: "domains/vpn.json",
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
toolName: "f5xc-api-vpn-tunnel-delete",
|
|
980
|
+
method: "DELETE",
|
|
981
|
+
path: "/api/config/namespaces/{namespace}/tunnels/{name}",
|
|
982
|
+
operation: "delete",
|
|
983
|
+
domain: "vpn",
|
|
984
|
+
resource: "tunnel",
|
|
985
|
+
summary: "DELETE Tunnel.",
|
|
986
|
+
description: "DELETE the specified tunnel.",
|
|
987
|
+
pathParameters: [
|
|
988
|
+
{
|
|
989
|
+
description: "Name\nName of the configuration object.",
|
|
990
|
+
in: "path",
|
|
991
|
+
name: "name",
|
|
992
|
+
required: true,
|
|
993
|
+
schema: {
|
|
994
|
+
type: "string",
|
|
995
|
+
},
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
999
|
+
in: "path",
|
|
1000
|
+
name: "namespace",
|
|
1001
|
+
required: true,
|
|
1002
|
+
schema: {
|
|
1003
|
+
type: "string",
|
|
1004
|
+
},
|
|
1005
|
+
},
|
|
1006
|
+
],
|
|
1007
|
+
queryParameters: [],
|
|
1008
|
+
requestBodySchema: {
|
|
1009
|
+
$ref: "#/components/schemas/tunnelDeleteRequest",
|
|
1010
|
+
},
|
|
1011
|
+
responseSchema: {},
|
|
1012
|
+
requiredParams: ["body", "name", "namespace"],
|
|
1013
|
+
operationId: "ves.io.schema.tunnel.API.Delete",
|
|
1014
|
+
tags: ["VPN"],
|
|
1015
|
+
sourceFile: "domains/vpn.json",
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
toolName: "f5xc-api-vpn-tunnel-get",
|
|
1019
|
+
method: "GET",
|
|
1020
|
+
path: "/api/config/namespaces/{namespace}/tunnels/{name}",
|
|
1021
|
+
operation: "get",
|
|
1022
|
+
domain: "vpn",
|
|
1023
|
+
resource: "tunnel",
|
|
1024
|
+
summary: "GET Tunnel.",
|
|
1025
|
+
description: "GET Tunnel in a given namespace.",
|
|
1026
|
+
pathParameters: [
|
|
1027
|
+
{
|
|
1028
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
1029
|
+
in: "path",
|
|
1030
|
+
name: "name",
|
|
1031
|
+
required: true,
|
|
1032
|
+
schema: {
|
|
1033
|
+
type: "string",
|
|
1034
|
+
},
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
1038
|
+
in: "path",
|
|
1039
|
+
name: "namespace",
|
|
1040
|
+
required: true,
|
|
1041
|
+
schema: {
|
|
1042
|
+
type: "string",
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
1045
|
+
],
|
|
1046
|
+
queryParameters: [
|
|
1047
|
+
{
|
|
1048
|
+
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.",
|
|
1049
|
+
in: "query",
|
|
1050
|
+
name: "response_format",
|
|
1051
|
+
required: false,
|
|
1052
|
+
schema: {
|
|
1053
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
1054
|
+
enum: [
|
|
1055
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
1056
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
1057
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
1058
|
+
"GET_RSP_FORMAT_STATUS",
|
|
1059
|
+
"GET_RSP_FORMAT_READ",
|
|
1060
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
1061
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
1062
|
+
],
|
|
1063
|
+
type: "string",
|
|
1064
|
+
},
|
|
1065
|
+
},
|
|
1066
|
+
],
|
|
1067
|
+
requestBodySchema: null,
|
|
1068
|
+
responseSchema: {
|
|
1069
|
+
$ref: "#/components/schemas/tunnelGetResponse",
|
|
1070
|
+
},
|
|
1071
|
+
requiredParams: ["name", "namespace"],
|
|
1072
|
+
operationId: "ves.io.schema.tunnel.API.Get",
|
|
1073
|
+
tags: ["VPN"],
|
|
1074
|
+
sourceFile: "domains/vpn.json",
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
toolName: "f5xc-api-vpn-tunnel-list",
|
|
1078
|
+
method: "GET",
|
|
1079
|
+
path: "/api/config/namespaces/{namespace}/tunnels",
|
|
1080
|
+
operation: "list",
|
|
1081
|
+
domain: "vpn",
|
|
1082
|
+
resource: "tunnel",
|
|
1083
|
+
summary: "List Tunnel.",
|
|
1084
|
+
description: "List the set of tunnel in a namespace.",
|
|
1085
|
+
pathParameters: [
|
|
1086
|
+
{
|
|
1087
|
+
description: "Namespace\nNamespace to scope the listing of tunnel.",
|
|
1088
|
+
in: "path",
|
|
1089
|
+
name: "namespace",
|
|
1090
|
+
required: true,
|
|
1091
|
+
schema: {
|
|
1092
|
+
type: "string",
|
|
1093
|
+
},
|
|
1094
|
+
},
|
|
1095
|
+
],
|
|
1096
|
+
queryParameters: [
|
|
1097
|
+
{
|
|
1098
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
1099
|
+
in: "query",
|
|
1100
|
+
name: "label_filter",
|
|
1101
|
+
required: false,
|
|
1102
|
+
schema: {
|
|
1103
|
+
type: "string",
|
|
1104
|
+
},
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
1108
|
+
in: "query",
|
|
1109
|
+
name: "report_fields",
|
|
1110
|
+
required: false,
|
|
1111
|
+
schema: {
|
|
1112
|
+
items: {
|
|
1113
|
+
type: "string",
|
|
1114
|
+
},
|
|
1115
|
+
type: "array",
|
|
1116
|
+
},
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
1120
|
+
in: "query",
|
|
1121
|
+
name: "report_status_fields",
|
|
1122
|
+
required: false,
|
|
1123
|
+
schema: {
|
|
1124
|
+
items: {
|
|
1125
|
+
type: "string",
|
|
1126
|
+
},
|
|
1127
|
+
type: "array",
|
|
1128
|
+
},
|
|
1129
|
+
},
|
|
1130
|
+
],
|
|
1131
|
+
requestBodySchema: null,
|
|
1132
|
+
responseSchema: {
|
|
1133
|
+
$ref: "#/components/schemas/tunnelListResponse",
|
|
1134
|
+
},
|
|
1135
|
+
requiredParams: ["namespace"],
|
|
1136
|
+
operationId: "ves.io.schema.tunnel.API.List",
|
|
1137
|
+
tags: ["VPN"],
|
|
1138
|
+
sourceFile: "domains/vpn.json",
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
toolName: "f5xc-api-vpn-tunnel-update",
|
|
1142
|
+
method: "PUT",
|
|
1143
|
+
path: "/api/config/namespaces/{metadata.namespace}/tunnels/{metadata.name}",
|
|
1144
|
+
operation: "update",
|
|
1145
|
+
domain: "vpn",
|
|
1146
|
+
resource: "tunnel",
|
|
1147
|
+
summary: "Replace Tunnel.",
|
|
1148
|
+
description: "Replace tunnel in a given namespace.",
|
|
1149
|
+
pathParameters: [
|
|
1150
|
+
{
|
|
1151
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
1152
|
+
in: "path",
|
|
1153
|
+
name: "metadata.name",
|
|
1154
|
+
required: true,
|
|
1155
|
+
schema: {
|
|
1156
|
+
type: "string",
|
|
1157
|
+
},
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
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 ""',
|
|
1161
|
+
in: "path",
|
|
1162
|
+
name: "metadata.namespace",
|
|
1163
|
+
required: true,
|
|
1164
|
+
schema: {
|
|
1165
|
+
type: "string",
|
|
1166
|
+
},
|
|
1167
|
+
},
|
|
1168
|
+
],
|
|
1169
|
+
queryParameters: [],
|
|
1170
|
+
requestBodySchema: {
|
|
1171
|
+
$ref: "#/components/schemas/tunnelReplaceRequest",
|
|
1172
|
+
},
|
|
1173
|
+
responseSchema: {
|
|
1174
|
+
$ref: "#/components/schemas/tunnelReplaceResponse",
|
|
1175
|
+
},
|
|
1176
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
1177
|
+
operationId: "ves.io.schema.tunnel.API.Replace",
|
|
1178
|
+
tags: ["VPN"],
|
|
1179
|
+
sourceFile: "domains/vpn.json",
|
|
1180
|
+
},
|
|
1181
|
+
];
|
|
1182
|
+
export default vpnTools;
|
|
1183
|
+
//# sourceMappingURL=index.js.map
|