Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Edge Delta Lookup Tables API

The Lookup Tables API from Edge Delta — 4 operation(s) for lookup tables.

Edge Delta Lookup Tables API is one of 19 APIs that Edge Delta publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Lookup Tables. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 2.0, at version 1.0.

Requests are made against the base URL https://api.edgedelta.com.

6 operations 4 paths 5 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0
Base URL
https://api.edgedelta.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Edge Delta Lookup Tables API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-ED-API-Token (ApiKeyAuth).

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Lookup Tables 6
POST
/v1/orgs/{org_id}/lookup_tables
Creates a Lookup Table metadata and stores its data for the given org and id.
6 params → 200
GET
/v1/orgs/{org_id}/lookup_tables/metadata
Returns metadata of all of the Lookup Tables for the given org.
1 param → 200
GET
/v1/orgs/{org_id}/lookup_tables/{id}
Returns data for the specific Lookup Table.
2 params → 200
PUT
/v1/orgs/{org_id}/lookup_tables/{id}
Updates data and/or metadata of a Lookup Table for the given org and id.
3 params → 200
DELETE
/v1/orgs/{org_id}/lookup_tables/{id}
Deletes the Lookup Table for the given org and id.
2 params → 200
GET
/v1/orgs/{org_id}/lookup_tables/{id}/metadata
Returns metadata of the Lookup Tables for the given org and id.
2 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are core.LookupTable (9 properties), core.LookupTableMetadata (7 properties), core.LookupTableResponse (2 properties), core.LookupTablesMetadataResponse (1 property). Each schema is shown below with its type and property counts.

core.LookupTableMetadataResponse
object
1 property
core.LookupTableMetadata
object
7 properties
core.LookupTableResponse
object
2 properties
core.LookupTable
object
9 properties
core.LookupTablesMetadataResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

edge-delta-lookup-tables-api-openapi.yml Raw ↑

Other APIs Edge Delta publishes across the network.

Edge Delta Access API
Edge Delta Add Source API
Edge Delta Agent Configs API
Edge Delta AI API
Edge Delta Event Search API
Edge Delta Get Dashboard API
Edge Delta Get Dashboards API
Edge Delta Get Metrics API
Edge Delta Group Members API
Edge Delta Groups API
Edge Delta Integrations API
Edge Delta Log Search API