Resource Type: Azure > API Management > API
The API resource type represents an API within an API Management (APIM) service instance. It is used to define, configure, and manage APIs that are exposed to consumers via an APIM gateway.
Resource Context
API is a part of the API Management service.
Each API lives under an API Management Service.
Controls
The primary controls for Azure > API Management > API are:
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/azure-apimanagement#/resource/types/api
- tmod:@turbot/turbot#/resource/categories/applicationIntegration
- turbot graphql resource --id "tmod:@turbot/azure-apimanagement#/resource/types/api"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-apimanagement#/resource/types/api';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-apimanagement#/resource/types/api"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-apimanagement#/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