Resource Type: GCP > API Gateway > API
The API resource type represents a logical API in Google Cloud API Gateway. An API is a container for one or more API configurations and is fronted by one or more gateways that expose the API to clients.
Resource Context
API is a part of the API Gateway service.
Each API lives under a Project.
Controls
The primary controls for GCP > API Gateway > API are:
It is also targeted by these controls:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-apigateway#/resource/types/api
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/gcp-apigateway#/resource/types/api"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-apigateway#/resource/types/api';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-apigateway#/resource/types/api"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-apigateway#/resource/types/api' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query