Skip to content

Commit

Permalink
Provide a proper name for Target Infrastructure related APIs (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku authored Jun 1, 2022
1 parent c895576 commit 9fdc800
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/trento_web/controllers/cluster_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule TrentoWeb.ClusterController do

operation :list,
summary: "List Pacemaker Clusters",
tags: ["Landscape"],
tags: ["Target Infrastructure"],
description: "List all the discovered Pacemaker Clusters on the target infrastructure",
responses: [
ok:
Expand Down
2 changes: 1 addition & 1 deletion lib/trento_web/controllers/health_overview_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule TrentoWeb.HealthOverviewController do

operation(:overview,
summary: "Health overview of the disovered SAP Systems",
tags: ["Landscape"],
tags: ["Target Infrastructure"],
description:
"Provide an aggregated overview of the health of the discovered SAP Systems (and their components) on the target infrastructure",
responses: [
Expand Down
2 changes: 1 addition & 1 deletion lib/trento_web/controllers/host_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule TrentoWeb.HostController do

use OpenApiSpex.ControllerSpecs

tags ["Landscape"]
tags ["Target Infrastructure"]

operation :list,
summary: "List hosts",
Expand Down
2 changes: 1 addition & 1 deletion lib/trento_web/controllers/sap_system_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule TrentoWeb.SapSystemController do

use OpenApiSpex.ControllerSpecs

tags ["Landscape"]
tags ["Target Infrastructure"]

operation :list,
summary: "List SAP Systems",
Expand Down
2 changes: 1 addition & 1 deletion lib/trento_web/openapi/api_spec.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule TrentoWeb.OpenApi.ApiSpec do
paths: Paths.from_router(Router),
tags: [
%Tag{
name: "Landscape",
name: "Target Infrastructure",
description: "Providing access to the discovered target infrastructure"
},
%Tag{
Expand Down

0 comments on commit 9fdc800

Please sign in to comment.