feat(node): add GCP apigee (#905)

pull/942/head
Viicos 11 months ago committed by GitHub
parent e66a5db5ad
commit 0475227a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,10 @@ class APIGateway(_API):
_icon = "api-gateway.png"
class Apigee(_API):
_icon = "apigee.png"
class Endpoints(_API):
_icon = "endpoints.png"

@ -16,6 +16,10 @@ class Opsgenie(_Alerting):
_icon = "opsgenie.png"
class Pagerduty(_Alerting):
_icon = "pagerduty.png"
class Pushover(_Alerting):
_icon = "pushover.png"
@ -24,7 +28,4 @@ class Xmatters(_Alerting):
_icon = "xmatters.png"
class Pagerduty(_Alerting):
_icon = "pagerduty.png"
# Aliases

@ -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**

@ -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**

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save