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

APIs.io Engineering Platform Logpush Jobs for an Account API

The Logpush Jobs for an Account API from APIs.io Engineering Platform — 8 operation(s) for logpush jobs for an account.

APIs.io Engineering Platform Logpush Jobs for an Account API is one of 471 APIs that APIs.io Engineering Platform publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Logpush Jobs for an Account. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 11 operations across 8 paths, and defines 29 schemas. It is described by OpenAPI 3.2.0, at version 4.0.0.

Requests are made against the base URL https://{bucketname}.s3.amazonaws.com.

11 operations 8 paths 29 schemas 1 DELETE4 GET5 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
4.0.0
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key, API Key, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 4

APIs.io Engineering Platform Logpush Jobs for an Account API declares 4 security schemes for authenticating requests. An API key is passed in the header as X-Auth-Email (api_email). An API key is passed in the header as X-Auth-Key (api_key). It accepts HTTP bearer tokens (api_token). An API key is passed in the header as X-Auth-User-Service-Key (user_service_key).

Paths & Operations 11

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

Logpush Jobs for an Account 11
GET
/accounts/{account_id}/logpush/datasets/{dataset_id}/fields
APIs.io Engineering Platform List fields
get-accounts-account_id-logpush-datasets-dataset_id-fields 2 params → 4XX200
GET
/accounts/{account_id}/logpush/datasets/{dataset_id}/jobs
APIs.io Engineering Platform List Logpush jobs for a dataset
get-accounts-account_id-logpush-datasets-dataset_id-jobs 2 params → 4XX200
GET
/accounts/{account_id}/logpush/jobs
APIs.io Engineering Platform List Logpush jobs
get-accounts-account_id-logpush-jobs 1 param → 4XX200
POST
/accounts/{account_id}/logpush/jobs
APIs.io Engineering Platform Create Logpush job
post-accounts-account_id-logpush-jobs 1 param body → 4XX200
DELETE
/accounts/{account_id}/logpush/jobs/{job_id}
APIs.io Engineering Platform Delete Logpush job
delete-accounts-account_id-logpush-jobs-job_id 2 params body → 4XX200
GET
/accounts/{account_id}/logpush/jobs/{job_id}
APIs.io Engineering Platform Get Logpush job details
get-accounts-account_id-logpush-jobs-job_id 2 params → 4XX200
PUT
/accounts/{account_id}/logpush/jobs/{job_id}
APIs.io Engineering Platform Update Logpush job
put-accounts-account_id-logpush-jobs-job_id 2 params body → 4XX200
POST
/accounts/{account_id}/logpush/ownership
APIs.io Engineering Platform Get ownership challenge
post-accounts-account_id-logpush-ownership 1 param body → 4XX200
POST
/accounts/{account_id}/logpush/ownership/validate
APIs.io Engineering Platform Validate ownership challenge
post-accounts-account_id-logpush-ownership-validate 1 param body → 4XX200
POST
/accounts/{account_id}/logpush/validate/destination/exists
APIs.io Engineering Platform Check destination exists
delete-accounts-account_id-logpush-validate-destination-exists 1 param body → 4XX200
POST
/accounts/{account_id}/logpush/validate/origin
APIs.io Engineering Platform Validate origin
post-accounts-account_id-logpush-validate-origin 1 param body → 4XX200

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are logpush_logpush_job (15 properties), logpush_output_options (12 properties), logpush_api-response-common-failure (4 properties), logpush_api-response-common (3 properties). Each schema is shown below with its type and property counts.

logpush_max_upload_interval_seconds
integernull
The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or 0 to disable it. Note that you cannot specify…
logpush_api-response-common-failure
object
4 properties 4 required
logpush_destination_conf
string
Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters supported by the destination may be includ…
logpush_validate_ownership_response
logpush_last_complete
stringnull
Records the last time for which logs have been successfully pushed. If the last successful push was for logs range 2018-07-23T10:00:00Z to 2018-07-23T10:01:00Z…
logpush_identifier
string
Identifier
logpush_enabled
boolean
Flag that indicates if the job is enabled.
logpush_logpush_job_response_single
logpush_output_options
objectnull
The structured replacement for logpulloptions. When including this field, the logpulloption field will be ignored.
12 properties
logpush_logpull_options
stringnull
This field is deprecated. Use outputoptions instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from t…
logpush_logpush_job
objectnull
15 properties
logpush_dataset
stringnull
Name of the dataset. A list of supported datasets can be found on the [Developer Docs](https://developers.cloudflare.com/logs/reference/log-fields/).
logpush_last_error
stringnull
Records the last time the job failed. If not null, the job is currently failing. If null, the job has either never failed or has run successfully at least once…
logpush_id
integer
Unique id of the job.
logpush_max_upload_records
integernull
The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or 0 to disable it. Note that you cannot specify a minimum nu…
logpush_get_ownership_response
logpush_frequency
stringnull
This field is deprecated. Please use maxupload parameters instead. The frequency at which Cloudflare sends batches of logs to your destination. Setting frequen…
logpush_api-response-single
object
logpush_name
stringnull
Optional human readable job name. Not unique. Cloudflare suggests that you set this to a meaningful string, like the domain name, to make it easier to identify…
logpush_logpush_field_response_collection
logpush_messages
array
logpush_error_message
stringnull
If not null, the job is currently failing. Failures are usually repetitive (example: no permissions to write to destination bucket). Only the last failure is r…
logpush_destination_exists_response
logpush_validate_response
logpush_api-response-common
object
3 properties 3 required
logpush_max_upload_bytes
integernull
The maximum uncompressed file size of a batch of logs. This setting value must be between 5 MB and 1 GB, or 0 to disable it. Note that you cannot set a minimum…
logpush_ownership_challenge
string
Ownership challenge token to prove destination ownership.
logpush_logpush_job_response_collection
logpush_kind
stringnull
The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs. Currently, Edge Log Delivery is only supported for the httpr…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-logpush-jobs-for-an-account-api-openapi.yml Raw ↑

Other APIs APIs.io Engineering Platform publishes across the network.

EasyCron
APIs.io Engineering Platform 2014 11 13 API
APIs.io Engineering Platform 2015 03 31 API
APIs.io Engineering Platform 2016 08 19 API
APIs.io Engineering Platform 2017 03 31 API
APIs.io Engineering Platform 2017 10 31 API
APIs.io Engineering Platform 2018 10 31 API
APIs.io Engineering Platform 2019 09 25 API
APIs.io Engineering Platform 2019 09 30 API
APIs.io Engineering Platform 2020 04 22 API
APIs.io Engineering Platform 2020 06 30 API
Where this information came from

This is an independent, third-party profile of APIs.io Engineering Platform Logpush Jobs for an Account 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.