API Gateway (HTTP APIs)¶
Provider: AWS
Service ID: api_gateway_http_apis
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'api_gateway_http_apis',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'api_id', 'protocol', 'api_endpoint', 'description', 'created']
});
</script>
<div data-sd-service="api_gateway_http_apis" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
API Name | text |
Resource display name (from tags or identifier) |
api_id |
API ID | text |
From API field: ApiId |
protocol |
Protocol | status_badge |
From API field: ProtocolType |
description |
Description | text |
From API field: Description |
api_endpoint |
Endpoint URL | text |
From API field: ApiEndpoint |
cors_origins |
CORS Origins | tag_list |
From API field: CorsConfiguration.AllowOrigins. Default: [] |
disable_execute |
Execute API Endpoint | boolean_inverse |
From API field: DisableExecuteApiEndpoint. Default: False |
created |
Created | datetime |
From API field: CreatedDate |
route_selection |
Route Expression | text |
From API field: RouteSelectionExpression |
version |
Version | text |
From API field: Version |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name