Amazon Resource Explorer website screenshot

Amazon Resource Explorer

AWS Resource Explorer is a resource search and discovery service. With Resource Explorer, you can explore your resources across AWS Regions using an internet search-like experience. It provides a unified view of your AWS resources and helps you understand your resource inventory.

1 APIs 0 Features
DiscoveryInventoryOperationsResource Management

APIs

AWS Resource Explorer API

The AWS Resource Explorer API provides programmatic access to search and discover AWS resources across Regions, manage indexes, views, and resource type configurations for your ...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Amazon Resource Explorer Openapi Index Context

1 classes · 3 properties

JSON-LD

Amazon Resource Explorer Openapi Resource Context

1 classes · 6 properties

JSON-LD

Amazon Resource Explorer Openapi View Context

1 classes · 3 properties

JSON-LD

API Governance Rules

Amazon Resource Explorer API Rules

19 rules · 8 errors 10 warnings 1 info

SPECTRAL

JSON Structure

Example Payloads

Resources

🌐
Portal
Portal
🌐
Portal
Portal
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
💻
Examples
Examples
💻
Examples
Examples
💻
Examples
Examples
💻
Examples
Examples
💻
Examples
Examples
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
OpenAPI
OpenAPI

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon Resource Explorer API
  version: Wed Jul 27 2022 20:00:00 GMT-0400 (Eastern Daylight Time)
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search Resources
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/Search
      body:
        type: json
        data: '{}'
    docs: Searches for resources using the Resource Explorer query syntax.
- info:
    name: Index
    type: folder
  items:
  - info:
      name: Get Index
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/GetIndex
    docs: Retrieves information about the aggregator index for the AWS Region.
  - info:
      name: Create Index
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/CreateIndex
      body:
        type: json
        data: '{}'
    docs: Creates an index structure for the AWS Region.
  - info:
      name: Delete Index
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/DeleteIndex
      body:
        type: json
        data: '{}'
    docs: Deletes the specified index and turns off AWS Resource Explorer for the Region.
  - info:
      name: List Indexes
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/ListIndexes
    docs: Retrieves a list of all indexes in the AWS Region.
- info:
    name: Views
    type: folder
  items:
  - info:
      name: Create View
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/CreateView
      body:
        type: json
        data: '{}'
    docs: Creates a view with filters for Resource Explorer searches.
  - info:
      name: Delete View
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/DeleteView
    docs: Deletes the specified view.
  - info:
      name: Get View
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/GetView
    docs: Retrieves details of the specified view.
  - info:
      name: List Views
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/ListViews
    docs: Lists all available views in the AWS Region.
  - info:
      name: Batch Get View
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/BatchGetView
    docs: Retrieves details for a batch of views.
- info:
    name: Resources
    type: folder
  items:
  - info:
      name: List Supported Resource Types
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/ListSupportedResourceTypes
    docs: Lists the resource types supported by Resource Explorer.
- info:
    name: Tags
    type: folder
  items:
  - info:
      name: List Tags for Resource
      type: http
    http:
      method: GET
      url: https://resource-explorer-2.{region}.amazonaws.com/ListTagsForResource/:resourceArn
      params:
      - name: resourceArn
        value: ''
        type: path
    docs: Lists the tags attached to the specified Resource Explorer resource.
  - info:
      name: Tag Resource
      type: http
    http:
      method: POST
      url: https://resource-explorer-2.{region}.amazonaws.com/TagResource/:resourceArn
      params:
      - name: resourceArn
        value: ''
        type: path
    docs: Adds one or more tag key and value pairs to the specified resource.
  - info:
      name: Untag Resource
      type: http
    http:
      method: DELETE
      url: https://resource-explorer-2.{region}.amazonaws.com/UntagResource/:resourceArn
      params:
      - name: resourceArn
        value: ''
        type: path
    docs: Removes one or more tag key and value pairs from the specified resource.
bundled: true