Skip to content

Commit f8a42bc

Browse files
committed
path corrected
1 parent bf09b2a commit f8a42bc

File tree

9 files changed

+29
-29
lines changed

9 files changed

+29
-29
lines changed

specs/application/labels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ components:
818818
bearerFormat: JWT
819819

820820
paths:
821-
/app/labels/list:
821+
/orchestrator/app/labels/list:
822822
get:
823823
summary: List Application Labels
824824
description: |
@@ -973,7 +973,7 @@ paths:
973973
tags:
974974
- Application Labels
975975

976-
/app/meta/info/{appId}:
976+
/orchestrator/app/meta/info/{appId}:
977977
get:
978978
summary: Get Application Meta Info
979979
description: Retrieves application basic info, projects and labels
@@ -1046,7 +1046,7 @@ paths:
10461046
tags:
10471047
- Application Metadata
10481048

1049-
/helm/meta/info/{appId}:
1049+
/orchestrator/app/helm/meta/info/{appId}:
10501050
get:
10511051
summary: Get Helm Application Meta Info
10521052
description: Retrieves application info for all types of Helm apps

specs/authentication/authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ paths:
200200
$ref: '#/components/schemas/ErrorResponse'
201201
security: []
202202

203-
/devtron/auth/verify/v2:
203+
/orchestrator/devtron/auth/verify/v2:
204204
get:
205205
tags:
206206
- Authentication

specs/cluster/capacity.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ paths:
318318
schema:
319319
$ref: '#/components/schemas/Error'
320320

321-
/k8s/capacity/cluster/list:
321+
/orchestrator/k8s/capacity/cluster/list:
322322
get:
323323
summary: Get cluster list with details
324324
description: Returns a list of clusters with detailed capacity information
@@ -351,7 +351,7 @@ paths:
351351
schema:
352352
$ref: '#/components/schemas/Error'
353353

354-
/k8s/capacity/cluster/{clusterId}:
354+
/orchestrator/k8s/capacity/cluster/{clusterId}:
355355
get:
356356
summary: Get cluster details
357357
description: Returns detailed capacity information for a specific cluster
@@ -395,7 +395,7 @@ paths:
395395
schema:
396396
$ref: '#/components/schemas/Error'
397397

398-
/k8s/capacity/node/list:
398+
/orchestrator/k8s/capacity/node/list:
399399
get:
400400
summary: Get node list
401401
description: Returns a list of nodes in a cluster
@@ -441,7 +441,7 @@ paths:
441441
schema:
442442
$ref: '#/components/schemas/Error'
443443

444-
/k8s/capacity/node:
444+
/orchestrator/k8s/capacity/node:
445445
get:
446446
summary: Get node details
447447
description: Returns detailed information for a specific node
@@ -575,7 +575,7 @@ paths:
575575
schema:
576576
$ref: '#/components/schemas/Error'
577577

578-
/k8s/capacity/node/cordon:
578+
/orchestrator/k8s/capacity/node/cordon:
579579
put:
580580
summary: Cordon or uncordon node
581581
description: Marks a node as unschedulable or schedulable
@@ -618,7 +618,7 @@ paths:
618618
schema:
619619
$ref: '#/components/schemas/Error'
620620

621-
/k8s/capacity/node/drain:
621+
/orchestrator/k8s/capacity/node/drain:
622622
put:
623623
summary: Drain node
624624
description: Safely evicts all pods from a node
@@ -661,7 +661,7 @@ paths:
661661
schema:
662662
$ref: '#/components/schemas/Error'
663663

664-
/k8s/capacity/node/taints/edit:
664+
/orchestrator/k8s/capacity/node/taints/edit:
665665
put:
666666
summary: Edit node taints
667667
description: Updates the taints on a node

specs/ent-only/ClusterResourceRecommendation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ servers:
88
description: Devtron API Server
99

1010
paths:
11-
/k8s/resource/recommended:
11+
/orchestrator/k8s/resource/recommended:
1212
post:
1313
summary: Get Resource Recommendation for a particular resource
1414
description: Fetch resource recommendations for a specific Kubernetes resource.
@@ -31,7 +31,7 @@ paths:
3131
tags:
3232
- Resource Recommendation
3333

34-
/k8s/resource/recommendation/sync:
34+
/orchestrator/k8s/resource/recommendation/sync:
3535
post:
3636
summary: Sync Cluster Resource Recommendations
3737
description: Sync resource recommendations for a cluster.
@@ -55,7 +55,7 @@ paths:
5555
tags:
5656
- Resource Recommendation
5757

58-
/k8s/resource/{clusterId}/recommendation/details:
58+
/orchestrator/k8s/resource/{clusterId}/recommendation/details:
5959
get:
6060
summary: Get Cluster Resource Recommendation Details
6161
description: Fetch metadata of resource recommendations for a cluster.
@@ -78,7 +78,7 @@ paths:
7878
tags:
7979
- Resource Recommendation
8080

81-
/k8s/resource/recommendation/list:
81+
/orchestrator/k8s/resource/recommendation/list:
8282
post:
8383
summary: Get Cluster Resource Recommendation List
8484
description: Fetch all workloads and their resource recommendations.

specs/ent-only/infrastructure_spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: API to fetch metadata for cluster charts
55
version: 1.0.0
66
paths:
7-
/infrastructure/chart/metadata:
7+
/orchestrator/infrastructure/chart/metadata:
88
get:
99
summary: Retrieve infra chart metadata
1010
description: Fetch metadata about the charts needed for cluster installation
@@ -41,7 +41,7 @@ paths:
4141
description: Bad Request. Invalid or missing parameters.
4242
'500':
4343
description: Internal Server Error.
44-
/infrastructure/installations/v1:
44+
/orchestrator/infrastructure/installations/v1:
4545
post:
4646
summary: Create or Update cluster infrastructure
4747
description: Submit metadata and YAML values to configure a cluster infrastructure.
@@ -97,7 +97,7 @@ paths:
9797
status: "succeeded"
9898
name: "cluster-dev"
9999
isProd: false
100-
/infrastructure/installation-status/{installationId}:
100+
/orchestrator/infrastructure/installation-status/{installationId}:
101101
get:
102102
summary: Get installation status conditions of an installation
103103
parameters:

specs/ent-only/panels_api-spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ servers:
88
- url: https://api.example.com/v1
99

1010
paths:
11-
/cluster/{cluster_id}/panels:
11+
/orchestrator/cluster/{cluster_id}/panels:
1212
get:
1313
summary: List panels for a specific cluster
1414
parameters:
@@ -27,7 +27,7 @@ paths:
2727
type: array
2828
items:
2929
$ref: '#/components/schemas/Panel'
30-
/cluster/{cluster_id}/panel:
30+
/orchestrator/cluster/{cluster_id}/panel:
3131
post:
3232
summary: Create a new panel for a specific cluster
3333
parameters:
@@ -50,7 +50,7 @@ paths:
5050
schema:
5151
$ref: '#/components/schemas/Panel'
5252

53-
/clusters/{cluster_id}/panel/{panel_id}:
53+
/orchestrator/clusters/{cluster_id}/panel/{panel_id}:
5454
get:
5555
summary: Get details of a specific panel
5656
parameters:

specs/environment/config-diff.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ paths:
243243
schema:
244244
$ref: '#/components/schemas/Error'
245245

246-
/config/data:
246+
/orchestrator/config/data:
247247
get:
248248
summary: Get configuration data
249249
operationId: GetConfigData
@@ -340,7 +340,7 @@ paths:
340340
schema:
341341
$ref: '#/components/schemas/Error'
342342

343-
/config/compare/{resource}:
343+
/orchestrator/config/compare/{resource}:
344344
get:
345345
summary: Compare configuration data
346346
operationId: CompareCategoryWiseConfigData
@@ -390,7 +390,7 @@ paths:
390390
schema:
391391
$ref: '#/components/schemas/Error'
392392

393-
/config/manifest:
393+
/orchestrator/config/manifest:
394394
post:
395395
summary: Get manifest for configuration
396396
operationId: GetManifest

specs/environment/team-management.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ components:
7171
description: Error user message
7272

7373
paths:
74-
/team:
74+
/orchestrator/team:
7575
post:
7676
description: Create Project
7777
operationId: SaveTeam
@@ -205,7 +205,7 @@ paths:
205205
schema:
206206
$ref: '#/components/schemas/Error'
207207

208-
/team/autocomplete:
208+
/orchestrator/team/autocomplete:
209209
get:
210210
description: Get Projects for Autocomplete
211211
operationId: FetchForAutocomplete
@@ -231,7 +231,7 @@ paths:
231231
schema:
232232
$ref: '#/components/schemas/Error'
233233

234-
/team/{id}:
234+
/orchestrator/team/{id}:
235235
get:
236236
description: Get Project by ID
237237
operationId: FetchOne

specs/helm/charts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ components:
114114
description: Error message
115115

116116
paths:
117-
/app-store/installed-app:
117+
/orchestrator/app-store/installed-app:
118118
get:
119119
summary: List deployed charts
120120
operationId: listDeployedCharts
@@ -226,7 +226,7 @@ paths:
226226
$ref: '#/components/schemas/ErrorResponse'
227227
tags:
228228
- Helm Charts
229-
/app-store/installed-app/notes:
229+
/orchestrator/app-store/installed-app/notes:
230230
get:
231231
summary: Fetch notes.txt for deployed helm charts
232232
operationId: fetchNotesTxt

0 commit comments

Comments
 (0)