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 Agent Configs API

The Agent Configs API from Edge Delta — 3 operation(s) for agent configs.

Edge Delta Agent Configs 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 Agent Configs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 3 paths, and defines 13 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 3 paths 13 schemas 1 DELETE2 GET2 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 Agent Configs 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 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Agent Configs 6
GET
/v1/orgs/{org_id}/confs
Return org's agent configurations that user has read access to
2 params → 200
POST
/v1/orgs/{org_id}/confs
Creates a new config from the yml content passed in body
2 params → 201
POST
/v1/orgs/{org_id}/confs/validate
Validate agent configuration
2 params → 200
GET
/v1/orgs/{org_id}/confs/{conf_id}
Returns the requested config
4 params → 200
PUT
/v1/orgs/{org_id}/confs/{conf_id}
Updates the config for given id
3 params → 200
DELETE
/v1/orgs/{org_id}/confs/{conf_id}
Deletes the config with given id
2 params → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are core.Conf (20 properties), core.ConfCreateRequest (7 properties), core.UpdateConfRequest (5 properties), core.ConfMetadata (3 properties). Each schema is shown below with its type and property counts.

core.EnvironmentType
string
core.UpdateConfRequest
object
5 properties
core.FleetType
string
core.ConfigVersion
string
core.ConfMetadata
object
3 properties
core.ConfPurpose
string
core.FleetStatus
string
core.ConfCompoundNodesMetadata
object
3 properties
core.ConfigValidationResult
object
3 properties
core.ConfCreateRequest
object
7 properties 2 required
core.FleetSubtype
string
core.ConfValidateRequest
object
3 properties
core.Conf
object
20 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

edge-delta-agent-configs-api-openapi.yml Raw ↑

Other APIs Edge Delta publishes across the network.

Edge Delta Access API
Edge Delta Add Source 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
Edge Delta Lookup Tables API