API Gateway (REST APIs)¶
Provider: AWS
Service ID: api_gateway_rest_apis
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'api_gateway_rest_apis',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'api_id', 'endpoint_type', 'description', 'created']
});
</script>
<div data-sd-service="api_gateway_rest_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: id |
description |
Description | text |
From API field: description |
endpoint_type |
Endpoint Type | text |
From API field: endpointConfiguration.types[0] |
protocol |
Key Source | text |
From API field: apiKeySource |
created |
Created | datetime |
From API field: createdDate |
disable_execute_api |
Execute API | boolean_inverse |
From API field: disableExecuteApiEndpoint. Default: False |
version |
Version | text |
From API field: version |
warnings |
Warnings | array_length |
From API field: warnings. Default: 0 |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name