@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,1173 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated tool definitions for bigip domain
|
|
3
|
+
* DO NOT EDIT - This file is auto-generated by scripts/generate.ts
|
|
4
|
+
*/
|
|
5
|
+
export const bigipTools = [
|
|
6
|
+
{
|
|
7
|
+
toolName: "f5xc-api-bigip-apm-create",
|
|
8
|
+
method: "POST",
|
|
9
|
+
path: "/api/config/namespaces/{metadata.namespace}/apms",
|
|
10
|
+
operation: "create",
|
|
11
|
+
domain: "bigip",
|
|
12
|
+
resource: "apm",
|
|
13
|
+
summary: "Create APM Service.",
|
|
14
|
+
description: "Creates a new APM as a service with configured parameters.",
|
|
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/apmCreateRequest",
|
|
29
|
+
},
|
|
30
|
+
responseSchema: {
|
|
31
|
+
$ref: "#/components/schemas/apmCreateResponse",
|
|
32
|
+
},
|
|
33
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
34
|
+
operationId: "ves.io.schema.bigip.apm.API.Create",
|
|
35
|
+
tags: ["Other"],
|
|
36
|
+
sourceFile: "domains/bigip.json",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
toolName: "f5xc-api-bigip-apm-delete",
|
|
40
|
+
method: "DELETE",
|
|
41
|
+
path: "/api/config/namespaces/{namespace}/apms/{name}",
|
|
42
|
+
operation: "delete",
|
|
43
|
+
domain: "bigip",
|
|
44
|
+
resource: "apm",
|
|
45
|
+
summary: "DELETE BIG-IP APM as a Service.",
|
|
46
|
+
description: "DELETE the specified apm.",
|
|
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/apmDeleteRequest",
|
|
70
|
+
},
|
|
71
|
+
responseSchema: {},
|
|
72
|
+
requiredParams: ["body", "name", "namespace"],
|
|
73
|
+
operationId: "ves.io.schema.bigip.apm.API.Delete",
|
|
74
|
+
tags: ["Other"],
|
|
75
|
+
sourceFile: "domains/bigip.json",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
toolName: "f5xc-api-bigip-apm-get",
|
|
79
|
+
method: "GET",
|
|
80
|
+
path: "/api/config/namespaces/{namespace}/apms/{name}",
|
|
81
|
+
operation: "get",
|
|
82
|
+
domain: "bigip",
|
|
83
|
+
resource: "apm",
|
|
84
|
+
summary: "GET APM Service.",
|
|
85
|
+
description: "Gets APM Service parameters.",
|
|
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/apmGetResponse",
|
|
130
|
+
},
|
|
131
|
+
requiredParams: ["name", "namespace"],
|
|
132
|
+
operationId: "ves.io.schema.bigip.apm.API.Get",
|
|
133
|
+
tags: ["Other"],
|
|
134
|
+
sourceFile: "domains/bigip.json",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
toolName: "f5xc-api-bigip-apm-list",
|
|
138
|
+
method: "GET",
|
|
139
|
+
path: "/api/config/namespaces/{namespace}/apms",
|
|
140
|
+
operation: "list",
|
|
141
|
+
domain: "bigip",
|
|
142
|
+
resource: "apm",
|
|
143
|
+
summary: "List BIG-IP APM as a Service.",
|
|
144
|
+
description: "List the set of apm in a namespace.",
|
|
145
|
+
pathParameters: [
|
|
146
|
+
{
|
|
147
|
+
description: "Namespace\nNamespace to scope the listing of apm.",
|
|
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/apmListResponse",
|
|
194
|
+
},
|
|
195
|
+
requiredParams: ["namespace"],
|
|
196
|
+
operationId: "ves.io.schema.bigip.apm.API.List",
|
|
197
|
+
tags: ["Other"],
|
|
198
|
+
sourceFile: "domains/bigip.json",
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
toolName: "f5xc-api-bigip-apm-update",
|
|
202
|
+
method: "PUT",
|
|
203
|
+
path: "/api/config/namespaces/{metadata.namespace}/apms/{metadata.name}",
|
|
204
|
+
operation: "update",
|
|
205
|
+
domain: "bigip",
|
|
206
|
+
resource: "apm",
|
|
207
|
+
summary: "Replace APM Service.",
|
|
208
|
+
description: "Replaces configured APM Service with new set of parameters.",
|
|
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/apmReplaceRequest",
|
|
232
|
+
},
|
|
233
|
+
responseSchema: {
|
|
234
|
+
$ref: "#/components/schemas/apmReplaceResponse",
|
|
235
|
+
},
|
|
236
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
237
|
+
operationId: "ves.io.schema.bigip.apm.API.Replace",
|
|
238
|
+
tags: ["Other"],
|
|
239
|
+
sourceFile: "domains/bigip.json",
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
toolName: "f5xc-api-bigip-bigip-irule-create",
|
|
243
|
+
method: "POST",
|
|
244
|
+
path: "/api/bigipconnector/namespaces/{metadata.namespace}/bigip_irules",
|
|
245
|
+
operation: "create",
|
|
246
|
+
domain: "bigip",
|
|
247
|
+
resource: "bigip-irule",
|
|
248
|
+
summary: "Specification.",
|
|
249
|
+
description: "Desired state for BIG-IP iRule Service.",
|
|
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/bigip_iruleCreateRequest",
|
|
264
|
+
},
|
|
265
|
+
responseSchema: {
|
|
266
|
+
$ref: "#/components/schemas/bigip_iruleCreateResponse",
|
|
267
|
+
},
|
|
268
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
269
|
+
operationId: "ves.io.schema.bigip_irule.API.Create",
|
|
270
|
+
tags: ["Other"],
|
|
271
|
+
sourceFile: "domains/bigip.json",
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
toolName: "f5xc-api-bigip-bigip-irule-delete",
|
|
275
|
+
method: "DELETE",
|
|
276
|
+
path: "/api/bigipconnector/namespaces/{namespace}/bigip_irules/{name}",
|
|
277
|
+
operation: "delete",
|
|
278
|
+
domain: "bigip",
|
|
279
|
+
resource: "bigip-irule",
|
|
280
|
+
summary: "DELETE BIG-IP iRule as a Service.",
|
|
281
|
+
description: "DELETE the specified bigip_irule.",
|
|
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/bigip_iruleDeleteRequest",
|
|
305
|
+
},
|
|
306
|
+
responseSchema: {},
|
|
307
|
+
requiredParams: ["body", "name", "namespace"],
|
|
308
|
+
operationId: "ves.io.schema.bigip_irule.API.Delete",
|
|
309
|
+
tags: ["Other"],
|
|
310
|
+
sourceFile: "domains/bigip.json",
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
toolName: "f5xc-api-bigip-bigip-irule-get",
|
|
314
|
+
method: "GET",
|
|
315
|
+
path: "/api/bigipconnector/namespaces/{namespace}/bigip_irules/{name}",
|
|
316
|
+
operation: "get",
|
|
317
|
+
domain: "bigip",
|
|
318
|
+
resource: "bigip-irule",
|
|
319
|
+
summary: "Specification.",
|
|
320
|
+
description: "Desired state for BIG-IP iRule Service.",
|
|
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/bigip_iruleGetResponse",
|
|
365
|
+
},
|
|
366
|
+
requiredParams: ["name", "namespace"],
|
|
367
|
+
operationId: "ves.io.schema.bigip_irule.API.Get",
|
|
368
|
+
tags: ["Other"],
|
|
369
|
+
sourceFile: "domains/bigip.json",
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
toolName: "f5xc-api-bigip-bigip-irule-list",
|
|
373
|
+
method: "GET",
|
|
374
|
+
path: "/api/bigipconnector/namespaces/{namespace}/bigip_irules",
|
|
375
|
+
operation: "list",
|
|
376
|
+
domain: "bigip",
|
|
377
|
+
resource: "bigip-irule",
|
|
378
|
+
summary: "List BIG-IP iRule as a Service.",
|
|
379
|
+
description: "List the set of bigip_irule in a namespace.",
|
|
380
|
+
pathParameters: [
|
|
381
|
+
{
|
|
382
|
+
description: "Namespace\nNamespace to scope the listing of bigip_irule.",
|
|
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/bigip_iruleListResponse",
|
|
429
|
+
},
|
|
430
|
+
requiredParams: ["namespace"],
|
|
431
|
+
operationId: "ves.io.schema.bigip_irule.API.List",
|
|
432
|
+
tags: ["Other"],
|
|
433
|
+
sourceFile: "domains/bigip.json",
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
toolName: "f5xc-api-bigip-bigip-irule-update",
|
|
437
|
+
method: "PUT",
|
|
438
|
+
path: "/api/bigipconnector/namespaces/{metadata.namespace}/bigip_irules/{metadata.name}",
|
|
439
|
+
operation: "update",
|
|
440
|
+
domain: "bigip",
|
|
441
|
+
resource: "bigip-irule",
|
|
442
|
+
summary: "Specification.",
|
|
443
|
+
description: "Desired state for BIG-IP iRule Service.",
|
|
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/bigip_iruleReplaceRequest",
|
|
467
|
+
},
|
|
468
|
+
responseSchema: {
|
|
469
|
+
$ref: "#/components/schemas/bigip_iruleReplaceResponse",
|
|
470
|
+
},
|
|
471
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
472
|
+
operationId: "ves.io.schema.bigip_irule.API.Replace",
|
|
473
|
+
tags: ["Other"],
|
|
474
|
+
sourceFile: "domains/bigip.json",
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
toolName: "f5xc-api-bigip-bigip-virtual-server-get",
|
|
478
|
+
method: "GET",
|
|
479
|
+
path: "/api/config/namespaces/{namespace}/bigip_virtual_servers/{name}",
|
|
480
|
+
operation: "get",
|
|
481
|
+
domain: "bigip",
|
|
482
|
+
resource: "bigip-virtual-server",
|
|
483
|
+
summary: "GET BIG-IP virtual server.",
|
|
484
|
+
description: "Shape of the BIG-IP virtual server specification.",
|
|
485
|
+
pathParameters: [
|
|
486
|
+
{
|
|
487
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
488
|
+
in: "path",
|
|
489
|
+
name: "name",
|
|
490
|
+
required: true,
|
|
491
|
+
schema: {
|
|
492
|
+
type: "string",
|
|
493
|
+
},
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
497
|
+
in: "path",
|
|
498
|
+
name: "namespace",
|
|
499
|
+
required: true,
|
|
500
|
+
schema: {
|
|
501
|
+
type: "string",
|
|
502
|
+
},
|
|
503
|
+
},
|
|
504
|
+
],
|
|
505
|
+
queryParameters: [
|
|
506
|
+
{
|
|
507
|
+
description: "The format in which the configuration object is to be fetched. This could be for example\n - in GetSpec form for the contents of object\n - in CreateRequest form to create a new similar object\n - to ReplaceRequest form to replace changeable values\n\nDefault format of returned resource\nResponse should be in ReplaceRequest format\nResponse should be in StatusObject(s) format\nResponse should be in format of GetSpecType\nResponse should have other objects referring to this object\nResponse should have deleted and disabled objects referrred by this object.",
|
|
508
|
+
in: "query",
|
|
509
|
+
name: "response_format",
|
|
510
|
+
required: false,
|
|
511
|
+
schema: {
|
|
512
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
513
|
+
enum: [
|
|
514
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
515
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
516
|
+
"GET_RSP_FORMAT_STATUS",
|
|
517
|
+
"GET_RSP_FORMAT_READ",
|
|
518
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
519
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
520
|
+
],
|
|
521
|
+
type: "string",
|
|
522
|
+
},
|
|
523
|
+
},
|
|
524
|
+
],
|
|
525
|
+
requestBodySchema: null,
|
|
526
|
+
responseSchema: {
|
|
527
|
+
$ref: "#/components/schemas/bigip_virtual_serverGetResponse",
|
|
528
|
+
},
|
|
529
|
+
requiredParams: ["name", "namespace"],
|
|
530
|
+
operationId: "ves.io.schema.views.bigip_virtual_server.API.Get",
|
|
531
|
+
tags: ["Other"],
|
|
532
|
+
sourceFile: "domains/bigip.json",
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
toolName: "f5xc-api-bigip-bigip-virtual-server-list",
|
|
536
|
+
method: "GET",
|
|
537
|
+
path: "/api/config/namespaces/{namespace}/bigip_virtual_servers",
|
|
538
|
+
operation: "list",
|
|
539
|
+
domain: "bigip",
|
|
540
|
+
resource: "bigip-virtual-server",
|
|
541
|
+
summary: "List BIG-IP virtual server.",
|
|
542
|
+
description: "List the set of bigip_virtual_server in a namespace.",
|
|
543
|
+
pathParameters: [
|
|
544
|
+
{
|
|
545
|
+
description: "Namespace\nNamespace to scope the listing of bigip_virtual_server.",
|
|
546
|
+
in: "path",
|
|
547
|
+
name: "namespace",
|
|
548
|
+
required: true,
|
|
549
|
+
schema: {
|
|
550
|
+
type: "string",
|
|
551
|
+
},
|
|
552
|
+
},
|
|
553
|
+
],
|
|
554
|
+
queryParameters: [
|
|
555
|
+
{
|
|
556
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
557
|
+
in: "query",
|
|
558
|
+
name: "label_filter",
|
|
559
|
+
required: false,
|
|
560
|
+
schema: {
|
|
561
|
+
type: "string",
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
566
|
+
in: "query",
|
|
567
|
+
name: "report_fields",
|
|
568
|
+
required: false,
|
|
569
|
+
schema: {
|
|
570
|
+
items: {
|
|
571
|
+
type: "string",
|
|
572
|
+
},
|
|
573
|
+
type: "array",
|
|
574
|
+
},
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
578
|
+
in: "query",
|
|
579
|
+
name: "report_status_fields",
|
|
580
|
+
required: false,
|
|
581
|
+
schema: {
|
|
582
|
+
items: {
|
|
583
|
+
type: "string",
|
|
584
|
+
},
|
|
585
|
+
type: "array",
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
],
|
|
589
|
+
requestBodySchema: null,
|
|
590
|
+
responseSchema: {
|
|
591
|
+
$ref: "#/components/schemas/bigip_virtual_serverListResponse",
|
|
592
|
+
},
|
|
593
|
+
requiredParams: ["namespace"],
|
|
594
|
+
operationId: "ves.io.schema.views.bigip_virtual_server.API.List",
|
|
595
|
+
tags: ["Other"],
|
|
596
|
+
sourceFile: "domains/bigip.json",
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
toolName: "f5xc-api-bigip-bigip-virtual-server-update",
|
|
600
|
+
method: "PUT",
|
|
601
|
+
path: "/api/config/namespaces/{metadata.namespace}/bigip_virtual_servers/{metadata.name}",
|
|
602
|
+
operation: "update",
|
|
603
|
+
domain: "bigip",
|
|
604
|
+
resource: "bigip-virtual-server",
|
|
605
|
+
summary: "Replace BIG-IP virtual server.",
|
|
606
|
+
description: "Shape of the BIG-IP virtual server specification.",
|
|
607
|
+
pathParameters: [
|
|
608
|
+
{
|
|
609
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
610
|
+
in: "path",
|
|
611
|
+
name: "metadata.name",
|
|
612
|
+
required: true,
|
|
613
|
+
schema: {
|
|
614
|
+
type: "string",
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
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 ""',
|
|
619
|
+
in: "path",
|
|
620
|
+
name: "metadata.namespace",
|
|
621
|
+
required: true,
|
|
622
|
+
schema: {
|
|
623
|
+
type: "string",
|
|
624
|
+
},
|
|
625
|
+
},
|
|
626
|
+
],
|
|
627
|
+
queryParameters: [],
|
|
628
|
+
requestBodySchema: {
|
|
629
|
+
$ref: "#/components/schemas/bigip_virtual_serverReplaceRequest",
|
|
630
|
+
},
|
|
631
|
+
responseSchema: {
|
|
632
|
+
$ref: "#/components/schemas/bigip_virtual_serverReplaceResponse",
|
|
633
|
+
},
|
|
634
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
635
|
+
operationId: "ves.io.schema.views.bigip_virtual_server.API.Replace",
|
|
636
|
+
tags: ["Other"],
|
|
637
|
+
sourceFile: "domains/bigip.json",
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
toolName: "f5xc-api-bigip-data-group-create",
|
|
641
|
+
method: "POST",
|
|
642
|
+
path: "/api/config/namespaces/{metadata.namespace}/data_groups",
|
|
643
|
+
operation: "create",
|
|
644
|
+
domain: "bigip",
|
|
645
|
+
resource: "data-group",
|
|
646
|
+
summary: "Create Data group.",
|
|
647
|
+
description: "Create data group in a given namespace. If one already exists it will give an error.",
|
|
648
|
+
pathParameters: [
|
|
649
|
+
{
|
|
650
|
+
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 ""',
|
|
651
|
+
in: "path",
|
|
652
|
+
name: "metadata.namespace",
|
|
653
|
+
required: true,
|
|
654
|
+
schema: {
|
|
655
|
+
type: "string",
|
|
656
|
+
},
|
|
657
|
+
},
|
|
658
|
+
],
|
|
659
|
+
queryParameters: [],
|
|
660
|
+
requestBodySchema: {
|
|
661
|
+
$ref: "#/components/schemas/data_groupCreateRequest",
|
|
662
|
+
},
|
|
663
|
+
responseSchema: {
|
|
664
|
+
$ref: "#/components/schemas/data_groupCreateResponse",
|
|
665
|
+
},
|
|
666
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
667
|
+
operationId: "ves.io.schema.bigcne.data_group.API.Create",
|
|
668
|
+
tags: ["Other"],
|
|
669
|
+
sourceFile: "domains/bigip.json",
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
toolName: "f5xc-api-bigip-data-group-delete",
|
|
673
|
+
method: "DELETE",
|
|
674
|
+
path: "/api/config/namespaces/{namespace}/data_groups/{name}",
|
|
675
|
+
operation: "delete",
|
|
676
|
+
domain: "bigip",
|
|
677
|
+
resource: "data-group",
|
|
678
|
+
summary: "DELETE Data Group.",
|
|
679
|
+
description: "DELETE the specified data_group.",
|
|
680
|
+
pathParameters: [
|
|
681
|
+
{
|
|
682
|
+
description: "Name\nName of the configuration object.",
|
|
683
|
+
in: "path",
|
|
684
|
+
name: "name",
|
|
685
|
+
required: true,
|
|
686
|
+
schema: {
|
|
687
|
+
type: "string",
|
|
688
|
+
},
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
692
|
+
in: "path",
|
|
693
|
+
name: "namespace",
|
|
694
|
+
required: true,
|
|
695
|
+
schema: {
|
|
696
|
+
type: "string",
|
|
697
|
+
},
|
|
698
|
+
},
|
|
699
|
+
],
|
|
700
|
+
queryParameters: [],
|
|
701
|
+
requestBodySchema: {
|
|
702
|
+
$ref: "#/components/schemas/data_groupDeleteRequest",
|
|
703
|
+
},
|
|
704
|
+
responseSchema: {},
|
|
705
|
+
requiredParams: ["body", "name", "namespace"],
|
|
706
|
+
operationId: "ves.io.schema.bigcne.data_group.API.Delete",
|
|
707
|
+
tags: ["Other"],
|
|
708
|
+
sourceFile: "domains/bigip.json",
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
toolName: "f5xc-api-bigip-data-group-get",
|
|
712
|
+
method: "GET",
|
|
713
|
+
path: "/api/config/namespaces/{namespace}/data_groups/{name}",
|
|
714
|
+
operation: "get",
|
|
715
|
+
domain: "bigip",
|
|
716
|
+
resource: "data-group",
|
|
717
|
+
summary: "GET Data Group.",
|
|
718
|
+
description: "GET Data Group details.",
|
|
719
|
+
pathParameters: [
|
|
720
|
+
{
|
|
721
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
722
|
+
in: "path",
|
|
723
|
+
name: "name",
|
|
724
|
+
required: true,
|
|
725
|
+
schema: {
|
|
726
|
+
type: "string",
|
|
727
|
+
},
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
731
|
+
in: "path",
|
|
732
|
+
name: "namespace",
|
|
733
|
+
required: true,
|
|
734
|
+
schema: {
|
|
735
|
+
type: "string",
|
|
736
|
+
},
|
|
737
|
+
},
|
|
738
|
+
],
|
|
739
|
+
queryParameters: [
|
|
740
|
+
{
|
|
741
|
+
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.",
|
|
742
|
+
in: "query",
|
|
743
|
+
name: "response_format",
|
|
744
|
+
required: false,
|
|
745
|
+
schema: {
|
|
746
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
747
|
+
enum: [
|
|
748
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
749
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
750
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
751
|
+
"GET_RSP_FORMAT_READ",
|
|
752
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
753
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
754
|
+
],
|
|
755
|
+
type: "string",
|
|
756
|
+
},
|
|
757
|
+
},
|
|
758
|
+
],
|
|
759
|
+
requestBodySchema: null,
|
|
760
|
+
responseSchema: {
|
|
761
|
+
$ref: "#/components/schemas/data_groupGetResponse",
|
|
762
|
+
},
|
|
763
|
+
requiredParams: ["name", "namespace"],
|
|
764
|
+
operationId: "ves.io.schema.bigcne.data_group.API.Get",
|
|
765
|
+
tags: ["Other"],
|
|
766
|
+
sourceFile: "domains/bigip.json",
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
toolName: "f5xc-api-bigip-data-group-list",
|
|
770
|
+
method: "GET",
|
|
771
|
+
path: "/api/config/namespaces/{namespace}/data_groups",
|
|
772
|
+
operation: "list",
|
|
773
|
+
domain: "bigip",
|
|
774
|
+
resource: "data-group",
|
|
775
|
+
summary: "List Data Group.",
|
|
776
|
+
description: "List the set of data_group in a namespace.",
|
|
777
|
+
pathParameters: [
|
|
778
|
+
{
|
|
779
|
+
description: "Namespace\nNamespace to scope the listing of data_group.",
|
|
780
|
+
in: "path",
|
|
781
|
+
name: "namespace",
|
|
782
|
+
required: true,
|
|
783
|
+
schema: {
|
|
784
|
+
type: "string",
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
],
|
|
788
|
+
queryParameters: [
|
|
789
|
+
{
|
|
790
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
791
|
+
in: "query",
|
|
792
|
+
name: "label_filter",
|
|
793
|
+
required: false,
|
|
794
|
+
schema: {
|
|
795
|
+
type: "string",
|
|
796
|
+
},
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
800
|
+
in: "query",
|
|
801
|
+
name: "report_fields",
|
|
802
|
+
required: false,
|
|
803
|
+
schema: {
|
|
804
|
+
items: {
|
|
805
|
+
type: "string",
|
|
806
|
+
},
|
|
807
|
+
type: "array",
|
|
808
|
+
},
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
812
|
+
in: "query",
|
|
813
|
+
name: "report_status_fields",
|
|
814
|
+
required: false,
|
|
815
|
+
schema: {
|
|
816
|
+
items: {
|
|
817
|
+
type: "string",
|
|
818
|
+
},
|
|
819
|
+
type: "array",
|
|
820
|
+
},
|
|
821
|
+
},
|
|
822
|
+
],
|
|
823
|
+
requestBodySchema: null,
|
|
824
|
+
responseSchema: {
|
|
825
|
+
$ref: "#/components/schemas/data_groupListResponse",
|
|
826
|
+
},
|
|
827
|
+
requiredParams: ["namespace"],
|
|
828
|
+
operationId: "ves.io.schema.bigcne.data_group.API.List",
|
|
829
|
+
tags: ["Other"],
|
|
830
|
+
sourceFile: "domains/bigip.json",
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
toolName: "f5xc-api-bigip-data-group-update",
|
|
834
|
+
method: "PUT",
|
|
835
|
+
path: "/api/config/namespaces/{metadata.namespace}/data_groups/{metadata.name}",
|
|
836
|
+
operation: "update",
|
|
837
|
+
domain: "bigip",
|
|
838
|
+
resource: "data-group",
|
|
839
|
+
summary: "Replace Data Group.",
|
|
840
|
+
description: "Replace Data Group in a given namespace.",
|
|
841
|
+
pathParameters: [
|
|
842
|
+
{
|
|
843
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
844
|
+
in: "path",
|
|
845
|
+
name: "metadata.name",
|
|
846
|
+
required: true,
|
|
847
|
+
schema: {
|
|
848
|
+
type: "string",
|
|
849
|
+
},
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
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 ""',
|
|
853
|
+
in: "path",
|
|
854
|
+
name: "metadata.namespace",
|
|
855
|
+
required: true,
|
|
856
|
+
schema: {
|
|
857
|
+
type: "string",
|
|
858
|
+
},
|
|
859
|
+
},
|
|
860
|
+
],
|
|
861
|
+
queryParameters: [],
|
|
862
|
+
requestBodySchema: {
|
|
863
|
+
$ref: "#/components/schemas/data_groupReplaceRequest",
|
|
864
|
+
},
|
|
865
|
+
responseSchema: {
|
|
866
|
+
$ref: "#/components/schemas/data_groupReplaceResponse",
|
|
867
|
+
},
|
|
868
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
869
|
+
operationId: "ves.io.schema.bigcne.data_group.API.Replace",
|
|
870
|
+
tags: ["Other"],
|
|
871
|
+
sourceFile: "domains/bigip.json",
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
toolName: "f5xc-api-bigip-get-security-config-create",
|
|
875
|
+
method: "POST",
|
|
876
|
+
path: "/api/config/namespaces/{namespace}/bigip_virtual_servers/get_security_config",
|
|
877
|
+
operation: "create",
|
|
878
|
+
domain: "bigip",
|
|
879
|
+
resource: "get-security-config",
|
|
880
|
+
summary: "GET Security Config for BIG-IP Load Balancer.",
|
|
881
|
+
description: "Fetch the corresponding Security Config for the given BIG-IP load balancers.",
|
|
882
|
+
pathParameters: [
|
|
883
|
+
{
|
|
884
|
+
description: "Namespace\nx-required\nNamespace of the BIG-IP Load Balancer for current request.",
|
|
885
|
+
in: "path",
|
|
886
|
+
name: "namespace",
|
|
887
|
+
required: true,
|
|
888
|
+
schema: {
|
|
889
|
+
type: "string",
|
|
890
|
+
},
|
|
891
|
+
},
|
|
892
|
+
],
|
|
893
|
+
queryParameters: [],
|
|
894
|
+
requestBodySchema: {
|
|
895
|
+
$ref: "#/components/schemas/bigip_virtual_serverGetSecurityConfigReq",
|
|
896
|
+
},
|
|
897
|
+
responseSchema: {
|
|
898
|
+
$ref: "#/components/schemas/common_securityGetSecurityConfigRsp",
|
|
899
|
+
},
|
|
900
|
+
requiredParams: ["body", "namespace"],
|
|
901
|
+
operationId: "ves.io.schema.views.bigip_virtual_server.CustomAPI.GetSecurityConfig",
|
|
902
|
+
tags: ["Other"],
|
|
903
|
+
sourceFile: "domains/bigip.json",
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
toolName: "f5xc-api-bigip-irule-create",
|
|
907
|
+
method: "POST",
|
|
908
|
+
path: "/api/config/namespaces/{metadata.namespace}/irules",
|
|
909
|
+
operation: "create",
|
|
910
|
+
domain: "bigip",
|
|
911
|
+
resource: "irule",
|
|
912
|
+
summary: "Create iRule.",
|
|
913
|
+
description: "Create iRule in a given namespace. If one already exists it will give an error.",
|
|
914
|
+
pathParameters: [
|
|
915
|
+
{
|
|
916
|
+
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 ""',
|
|
917
|
+
in: "path",
|
|
918
|
+
name: "metadata.namespace",
|
|
919
|
+
required: true,
|
|
920
|
+
schema: {
|
|
921
|
+
type: "string",
|
|
922
|
+
},
|
|
923
|
+
},
|
|
924
|
+
],
|
|
925
|
+
queryParameters: [],
|
|
926
|
+
requestBodySchema: {
|
|
927
|
+
$ref: "#/components/schemas/iruleCreateRequest",
|
|
928
|
+
},
|
|
929
|
+
responseSchema: {
|
|
930
|
+
$ref: "#/components/schemas/iruleCreateResponse",
|
|
931
|
+
},
|
|
932
|
+
requiredParams: ["body", "metadata.namespace"],
|
|
933
|
+
operationId: "ves.io.schema.bigcne.irule.API.Create",
|
|
934
|
+
tags: ["Other"],
|
|
935
|
+
sourceFile: "domains/bigip.json",
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
toolName: "f5xc-api-bigip-irule-delete",
|
|
939
|
+
method: "DELETE",
|
|
940
|
+
path: "/api/config/namespaces/{namespace}/irules/{name}",
|
|
941
|
+
operation: "delete",
|
|
942
|
+
domain: "bigip",
|
|
943
|
+
resource: "irule",
|
|
944
|
+
summary: "DELETE Configure iRule.",
|
|
945
|
+
description: "DELETE the specified irule.",
|
|
946
|
+
pathParameters: [
|
|
947
|
+
{
|
|
948
|
+
description: "Name\nName of the configuration object.",
|
|
949
|
+
in: "path",
|
|
950
|
+
name: "name",
|
|
951
|
+
required: true,
|
|
952
|
+
schema: {
|
|
953
|
+
type: "string",
|
|
954
|
+
},
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
description: "Namespace\nNamespace in which the configuration object is present.",
|
|
958
|
+
in: "path",
|
|
959
|
+
name: "namespace",
|
|
960
|
+
required: true,
|
|
961
|
+
schema: {
|
|
962
|
+
type: "string",
|
|
963
|
+
},
|
|
964
|
+
},
|
|
965
|
+
],
|
|
966
|
+
queryParameters: [],
|
|
967
|
+
requestBodySchema: {
|
|
968
|
+
$ref: "#/components/schemas/iruleDeleteRequest",
|
|
969
|
+
},
|
|
970
|
+
responseSchema: {},
|
|
971
|
+
requiredParams: ["body", "name", "namespace"],
|
|
972
|
+
operationId: "ves.io.schema.bigcne.irule.API.Delete",
|
|
973
|
+
tags: ["Other"],
|
|
974
|
+
sourceFile: "domains/bigip.json",
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
toolName: "f5xc-api-bigip-irule-get",
|
|
978
|
+
method: "GET",
|
|
979
|
+
path: "/api/config/namespaces/{namespace}/irules/{name}",
|
|
980
|
+
operation: "get",
|
|
981
|
+
domain: "bigip",
|
|
982
|
+
resource: "irule",
|
|
983
|
+
summary: "GET iRule",
|
|
984
|
+
description: "GET iRule details.",
|
|
985
|
+
pathParameters: [
|
|
986
|
+
{
|
|
987
|
+
description: "Name\nThe name of the configuration object to be fetched.",
|
|
988
|
+
in: "path",
|
|
989
|
+
name: "name",
|
|
990
|
+
required: true,
|
|
991
|
+
schema: {
|
|
992
|
+
type: "string",
|
|
993
|
+
},
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
description: "Namespace\nThe namespace in which the configuration object is present.",
|
|
997
|
+
in: "path",
|
|
998
|
+
name: "namespace",
|
|
999
|
+
required: true,
|
|
1000
|
+
schema: {
|
|
1001
|
+
type: "string",
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
],
|
|
1005
|
+
queryParameters: [
|
|
1006
|
+
{
|
|
1007
|
+
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.",
|
|
1008
|
+
in: "query",
|
|
1009
|
+
name: "response_format",
|
|
1010
|
+
required: false,
|
|
1011
|
+
schema: {
|
|
1012
|
+
default: "GET_RSP_FORMAT_DEFAULT",
|
|
1013
|
+
enum: [
|
|
1014
|
+
"GET_RSP_FORMAT_DEFAULT",
|
|
1015
|
+
"GET_RSP_FORMAT_FOR_CREATE",
|
|
1016
|
+
"GET_RSP_FORMAT_FOR_REPLACE",
|
|
1017
|
+
"GET_RSP_FORMAT_READ",
|
|
1018
|
+
"GET_RSP_FORMAT_REFERRING_OBJECTS",
|
|
1019
|
+
"GET_RSP_FORMAT_BROKEN_REFERENCES",
|
|
1020
|
+
],
|
|
1021
|
+
type: "string",
|
|
1022
|
+
},
|
|
1023
|
+
},
|
|
1024
|
+
],
|
|
1025
|
+
requestBodySchema: null,
|
|
1026
|
+
responseSchema: {
|
|
1027
|
+
$ref: "#/components/schemas/iruleGetResponse",
|
|
1028
|
+
},
|
|
1029
|
+
requiredParams: ["name", "namespace"],
|
|
1030
|
+
operationId: "ves.io.schema.bigcne.irule.API.Get",
|
|
1031
|
+
tags: ["Other"],
|
|
1032
|
+
sourceFile: "domains/bigip.json",
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
toolName: "f5xc-api-bigip-irule-list",
|
|
1036
|
+
method: "GET",
|
|
1037
|
+
path: "/api/config/namespaces/{namespace}/irules",
|
|
1038
|
+
operation: "list",
|
|
1039
|
+
domain: "bigip",
|
|
1040
|
+
resource: "irule",
|
|
1041
|
+
summary: "List Configure iRule.",
|
|
1042
|
+
description: "List the set of irule in a namespace.",
|
|
1043
|
+
pathParameters: [
|
|
1044
|
+
{
|
|
1045
|
+
description: "Namespace\nNamespace to scope the listing of irule.",
|
|
1046
|
+
in: "path",
|
|
1047
|
+
name: "namespace",
|
|
1048
|
+
required: true,
|
|
1049
|
+
schema: {
|
|
1050
|
+
type: "string",
|
|
1051
|
+
},
|
|
1052
|
+
},
|
|
1053
|
+
],
|
|
1054
|
+
queryParameters: [
|
|
1055
|
+
{
|
|
1056
|
+
description: "A LabelSelectorType expression that every item in list response will satisfy.",
|
|
1057
|
+
in: "query",
|
|
1058
|
+
name: "label_filter",
|
|
1059
|
+
required: false,
|
|
1060
|
+
schema: {
|
|
1061
|
+
type: "string",
|
|
1062
|
+
},
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
description: 'X-example: ""\nExtra fields to return along with summary fields.',
|
|
1066
|
+
in: "query",
|
|
1067
|
+
name: "report_fields",
|
|
1068
|
+
required: false,
|
|
1069
|
+
schema: {
|
|
1070
|
+
items: {
|
|
1071
|
+
type: "string",
|
|
1072
|
+
},
|
|
1073
|
+
type: "array",
|
|
1074
|
+
},
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
description: 'X-example: ""\nExtra status fields to return along with summary fields.',
|
|
1078
|
+
in: "query",
|
|
1079
|
+
name: "report_status_fields",
|
|
1080
|
+
required: false,
|
|
1081
|
+
schema: {
|
|
1082
|
+
items: {
|
|
1083
|
+
type: "string",
|
|
1084
|
+
},
|
|
1085
|
+
type: "array",
|
|
1086
|
+
},
|
|
1087
|
+
},
|
|
1088
|
+
],
|
|
1089
|
+
requestBodySchema: null,
|
|
1090
|
+
responseSchema: {
|
|
1091
|
+
$ref: "#/components/schemas/iruleListResponse",
|
|
1092
|
+
},
|
|
1093
|
+
requiredParams: ["namespace"],
|
|
1094
|
+
operationId: "ves.io.schema.bigcne.irule.API.List",
|
|
1095
|
+
tags: ["Other"],
|
|
1096
|
+
sourceFile: "domains/bigip.json",
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
toolName: "f5xc-api-bigip-irule-update",
|
|
1100
|
+
method: "PUT",
|
|
1101
|
+
path: "/api/config/namespaces/{metadata.namespace}/irules/{metadata.name}",
|
|
1102
|
+
operation: "update",
|
|
1103
|
+
domain: "bigip",
|
|
1104
|
+
resource: "irule",
|
|
1105
|
+
summary: "Replace iRule.",
|
|
1106
|
+
description: "Replace iRule in a given namespace.",
|
|
1107
|
+
pathParameters: [
|
|
1108
|
+
{
|
|
1109
|
+
description: "Name\nThe configuration object to be replaced will be looked up by name.",
|
|
1110
|
+
in: "path",
|
|
1111
|
+
name: "metadata.name",
|
|
1112
|
+
required: true,
|
|
1113
|
+
schema: {
|
|
1114
|
+
type: "string",
|
|
1115
|
+
},
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
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 ""',
|
|
1119
|
+
in: "path",
|
|
1120
|
+
name: "metadata.namespace",
|
|
1121
|
+
required: true,
|
|
1122
|
+
schema: {
|
|
1123
|
+
type: "string",
|
|
1124
|
+
},
|
|
1125
|
+
},
|
|
1126
|
+
],
|
|
1127
|
+
queryParameters: [],
|
|
1128
|
+
requestBodySchema: {
|
|
1129
|
+
$ref: "#/components/schemas/iruleReplaceRequest",
|
|
1130
|
+
},
|
|
1131
|
+
responseSchema: {
|
|
1132
|
+
$ref: "#/components/schemas/iruleReplaceResponse",
|
|
1133
|
+
},
|
|
1134
|
+
requiredParams: ["body", "metadata.name", "metadata.namespace"],
|
|
1135
|
+
operationId: "ves.io.schema.bigcne.irule.API.Replace",
|
|
1136
|
+
tags: ["Other"],
|
|
1137
|
+
sourceFile: "domains/bigip.json",
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
toolName: "f5xc-api-bigip-metric-create",
|
|
1141
|
+
method: "POST",
|
|
1142
|
+
path: "/api/data/namespaces/{namespace}/bigip/apm/metrics",
|
|
1143
|
+
operation: "create",
|
|
1144
|
+
domain: "bigip",
|
|
1145
|
+
resource: "metric",
|
|
1146
|
+
summary: "Metrics",
|
|
1147
|
+
description: "BIG-IP APM metrics.",
|
|
1148
|
+
pathParameters: [
|
|
1149
|
+
{
|
|
1150
|
+
description: "Namespace\nOnly `system` namespace is supported.",
|
|
1151
|
+
in: "path",
|
|
1152
|
+
name: "namespace",
|
|
1153
|
+
required: true,
|
|
1154
|
+
schema: {
|
|
1155
|
+
type: "string",
|
|
1156
|
+
},
|
|
1157
|
+
},
|
|
1158
|
+
],
|
|
1159
|
+
queryParameters: [],
|
|
1160
|
+
requestBodySchema: {
|
|
1161
|
+
$ref: "#/components/schemas/apmMetricsRequest",
|
|
1162
|
+
},
|
|
1163
|
+
responseSchema: {
|
|
1164
|
+
$ref: "#/components/schemas/apmMetricsResponse",
|
|
1165
|
+
},
|
|
1166
|
+
requiredParams: ["body", "namespace"],
|
|
1167
|
+
operationId: "ves.io.schema.bigip.apm.CustomDataAPI.Metrics",
|
|
1168
|
+
tags: ["BIG-IP"],
|
|
1169
|
+
sourceFile: "domains/bigip.json",
|
|
1170
|
+
},
|
|
1171
|
+
];
|
|
1172
|
+
export default bigipTools;
|
|
1173
|
+
//# sourceMappingURL=index.js.map
|