Skip to content

Commit

Permalink
feat(node): add GCP apigee (mingrammer#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored and ajmaradiaga committed Nov 8, 2023
1 parent d4495f1 commit c140324
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions diagrams/gcp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class APIGateway(_API):
_icon = "api-gateway.png"


class Apigee(_API):
_icon = "apigee.png"


class Endpoints(_API):
_icon = "endpoints.png"

Expand Down
7 changes: 4 additions & 3 deletions diagrams/saas/alerting.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Opsgenie(_Alerting):
_icon = "opsgenie.png"


class Pagerduty(_Alerting):
_icon = "pagerduty.png"


class Pushover(_Alerting):
_icon = "pushover.png"

Expand All @@ -24,7 +28,4 @@ class Xmatters(_Alerting):
_icon = "xmatters.png"


class Pagerduty(_Alerting):
_icon = "pagerduty.png"

# Aliases
3 changes: 3 additions & 0 deletions docs/nodes/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Node classes list of gcp provider.
<img width="30" src="/img/resources/gcp/api/api-gateway.png" alt="APIGateway" style="float: left; padding-right: 5px;" >
**diagrams.gcp.api.APIGateway**

<img width="30" src="/img/resources/gcp/api/apigee.png" alt="Apigee" style="float: left; padding-right: 5px;" >
**diagrams.gcp.api.Apigee**

<img width="30" src="/img/resources/gcp/api/endpoints.png" alt="Endpoints" style="float: left; padding-right: 5px;" >
**diagrams.gcp.api.Endpoints**

Expand Down
7 changes: 4 additions & 3 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ Node classes list of saas provider.
<img width="30" src="/img/resources/saas/alerting/opsgenie.png" alt="Opsgenie" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Opsgenie**

<img width="30" src="/img/resources/saas/alerting/pagerduty.png" alt="Pagerduty" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Pagerduty**

<img width="30" src="/img/resources/saas/alerting/pushover.png" alt="Pushover" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Pushover**

<img width="30" src="/img/resources/saas/alerting/xmatters.png" alt="Xmatters" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Xmatters**

<img width="30" src="/img/resources/saas/alerting/pagerduty.png" alt="Pagerduty" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Pagerduty**

## saas.analytics


<img width="30" src="/img/resources/saas/analytics/dataform.png" alt="Dataform" style="float: left; padding-right: 5px;" >
**diagrams.saas.analytics.Dataform**

Expand Down
Binary file added resources/gcp/api/apigee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/resources/gcp/api/apigee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c140324

Please sign in to comment.