How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Eon resources API

Discover and manage protected cloud resources.

Eon resources API is one of 13 APIs that Eon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Resources. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 12 operations across 9 paths, and defines 50 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, /.

12 operations 9 paths 50 schemas 2 DELETE2 GET7 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://console.eon.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Eon resources API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 12

Across 9 paths, the API surfaces 12 operations — 2 DELETE, 2 GET, 7 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

resources 12

Discover and manage protected cloud resources.

GET
/v1/projects/{projectId}/resources/{id}/object-store-scan-method
Get object-store scan method
getObjectStoreScanMethod 2 params → 2004004041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/object-store-scan-method
Update object-store scan method
updateObjectStoreScanMethod 2 params body → 2004004034041XX3XX4XX5XX
POST
/v1/projects/{projectId}/resources
List Resources
listResources 3 params body → 2001XX3XX4XX5XX
GET
/v1/projects/{projectId}/resources/{id}
Get Resource
getResource 2 params → 2004041XX3XX4XX5XX
DELETE
/v1/projects/{projectId}/resources/{id}/data-classifications
Remove Data Classes Override
removeDataClassesOverride 2 params → 2044041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/data-classifications
Override Data Classes
overrideDataClasses 2 params body → 2004041XX3XX4XX5XX
DELETE
/v1/projects/{projectId}/resources/{id}/environments
Remove Environment Override
removeEnvironmentOverride 2 params → 2044041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/environments
Override Environment
overrideEnvironment 2 params body → 2004041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/exclude
Exclude Resource from Backup
excludeResourceFromBackup 2 params → 2004041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/include
Cancel Resource Backup Exclusion
cancelResourceBackupExclusion 2 params → 2004041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/volumes/{volumeId}/exclude
Exclude Volume from Backup
excludeVolumeFromBackup 3 params → 2004004041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/resources/{id}/volumes/{volumeId}/include
Cancel Volume Backup Exclusion
cancelVolumeBackupExclusion 3 params → 2004004041XX3XX4XX5XX

Schemas 50

The contract defines 50 schemas that model the data the API accepts and returns. The most detailed are InventoryResource (20 properties), InventoryFilterConditions (13 properties), InventoryVolume (8 properties), ResourceNameFilters (4 properties). Each schema is shown below with its type and property counts.

GetObjectStoreScanMethodResponse
object
1 property 1 required
CloudProviderFilters
object
2 properties
UpdateObjectStoreScanMethodResponse
object
1 property 1 required
DataClassesDetails
object
Details about the resource's data classes.
2 properties
SnapshotStorage
object
Details about backup snapshot storage.
3 properties
InventoryFilterConditions
object
13 properties
AccountIdFilters
object
2 properties
OverrideEnvironmentResponse
object
1 property
EnvironmentFilters
object
2 properties
ResourceNameFilters
object
4 properties
DataClass
string
Data classes. Allowed values: FI, PHI, PII
AppsDetails
object
Details about apps installed on the resource.
2 properties
SourceStorage
object
Details about storage at the source.
1 property
VolumeSettings
object
Provisioned volume settings.
4 properties 2 required
OverrideEnvironmentRequest
object
1 property
SubnetFilters
object
3 properties
OverrideDataClassificationsResponse
object
1 property
TagKeysFilters
object
3 properties
SortResourceBy
object
List of sorting options. Sorting is applied in the order passed in the list.
2 properties 2 required
ListInventoryRequest
object
2 properties
OverrideDataClassificationsRequest
object
1 property
ListResourcesResponse
object
3 properties 2 required
Environment
string
The resource's environment: production, internal production, or staging. ENVIRONMENTUNSPECIFIED is supported only in responses.
BackupStatusFilters
object
2 properties
App
object
2 properties 1 required
ControlViolations
objectnull
4 properties 4 required
SortOrder
string
Sort order. Use ASC for ascending order and DESC for descending order.
ResourceTypeFilters
object
2 properties
Error
object
1 property
AwsEc2Resource
objectnull
Properties of the original AWS EC2 instance. Present only when resourceType is set to AWSEC2.
1 property
Classifications
object
Resource classification details.
3 properties
InventoryVolume
object
8 properties 6 required
CancelExclusionFromBackupResponse
object
1 property 1 required
UpdateObjectStoreScanMethodRequest
object
Object-store scan method settings to update for an AWS S3 bucket or GCP Cloud Storage bucket.
2 properties
ExcludeFromBackupResponse
object
1 property 1 required
ObjectStoreScanMethodSetting
object
Object-store scan method setting. If systemControlled is true, Eon decides whether the method is enabled. If systemControlled is false, enabled is required.
2 properties 1 required
DataClassesFilters
object
3 properties
AppFilters
object
3 properties
ResourceSortField
string
Field to sort by.
IdFilters
object
2 properties
ResourceType
string
Resource type identifier combining cloud provider and service type. RESOURCETYPEUNSPECIFIED is supported only in responses.
ResourceProperties
objectnull
Source resource properties. The properties present in this object change depending on the value set in resourceType.
1 property
ResourceIdFilters
object
2 properties
GetResourceResponse
object
1 property 1 required
BackupStatus
string
Eon backup status. For an explanation of statuses, see [Backup Statuses](/user-guide/monitoring/backup-statuses). BACKUPPOSTURESTATUSUNSPECIFIED is supported o…
EnvironmentDetails
object
Details about the resource's environment.
2 properties
TagKeyValuesFilters
object
3 properties
ObjectStoreScanMethod
object
Object-store scan method settings for an AWS S3 bucket or GCP Cloud Storage bucket.
2 properties 2 required
InventoryResource
object
20 properties 15 required
Provider
string
Cloud provider. PROVIDERUNSPECIFIED is supported only in responses.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eon-resources-api-openapi.yml Raw ↑

Other APIs Eon publishes across the network.

Eon accounts API
Eon actionApprovals API
Eon auth API
Eon backupPolicies API
Eon backups API
Eon billing API
Eon dashboard API
Eon databaseSnapshots API
Eon iam API
Eon jobs API
Eon snapshots API
Eon vaults API
Where this information came from

This is an independent, third-party profile of Eon resources API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.