|
1 | 1 | { |
2 | 2 | "components": { |
3 | 3 | "parameters": { |
4 | | - "v1AffinityGroupID": { |
5 | | - "description": "The identifier (ID) of a STACKIT Affinity Group.", |
6 | | - "in": "path", |
7 | | - "name": "affinityGroupId", |
8 | | - "required": true, |
9 | | - "schema": { |
10 | | - "$ref": "#/components/schemas/UUID" |
11 | | - } |
12 | | - }, |
13 | | - "v1BackupID": { |
14 | | - "description": "The identifier (ID) of a STACKIT Backup.", |
15 | | - "in": "path", |
16 | | - "name": "backupId", |
17 | | - "required": true, |
18 | | - "schema": { |
19 | | - "$ref": "#/components/schemas/UUID" |
20 | | - } |
21 | | - }, |
22 | 4 | "v1ConsumerProjectID": { |
23 | 5 | "description": "The identifier (ID) of a STACKIT Project that consumes an image share.", |
24 | 6 | "in": "path", |
|
103 | 85 | "$ref": "#/components/schemas/UUID" |
104 | 86 | } |
105 | 87 | }, |
106 | | - "v1NetworkRangeID": { |
107 | | - "description": "The identifier (ID) of a STACKIT Network Range.", |
108 | | - "in": "path", |
109 | | - "name": "networkRangeId", |
110 | | - "required": true, |
111 | | - "schema": { |
112 | | - "$ref": "#/components/schemas/UUID" |
113 | | - } |
114 | | - }, |
115 | | - "v1OpenStackProjectId": { |
116 | | - "description": "The identifier (ID) of an OpenStack Project.", |
117 | | - "in": "path", |
118 | | - "name": "openStackProjectId", |
119 | | - "required": true, |
120 | | - "schema": { |
121 | | - "$ref": "#/components/schemas/OpenStackProjectId" |
122 | | - } |
123 | | - }, |
124 | 88 | "v1OrganizationID": { |
125 | 89 | "description": "The identifier (ID) of a STACKIT Organization.", |
126 | 90 | "in": "path", |
|
157 | 121 | "$ref": "#/components/schemas/ReqId" |
158 | 122 | } |
159 | 123 | }, |
160 | | - "v1RouteID": { |
161 | | - "description": "The identifier (ID) of a STACKIT Route.", |
162 | | - "in": "path", |
163 | | - "name": "routeId", |
164 | | - "required": true, |
165 | | - "schema": { |
166 | | - "$ref": "#/components/schemas/UUID" |
167 | | - } |
168 | | - }, |
169 | 124 | "v1SecurityGroupID": { |
170 | 125 | "description": "The identifier (ID) of a STACKIT Security Group.", |
171 | 126 | "in": "path", |
|
212 | 167 | "$ref": "#/components/schemas/ServiceAccountMail" |
213 | 168 | } |
214 | 169 | }, |
215 | | - "v1SnapshotID": { |
216 | | - "description": "The identifier (ID) of a STACKIT Snapshot.", |
217 | | - "in": "path", |
218 | | - "name": "snapshotId", |
219 | | - "required": true, |
220 | | - "schema": { |
221 | | - "$ref": "#/components/schemas/UUID" |
222 | | - } |
223 | | - }, |
224 | 170 | "v1VirtualIPID": { |
225 | 171 | "description": "The identifier (ID) of a Virtual IP.", |
226 | 172 | "in": "path", |
|
0 commit comments