Apis Io Engineering Platform Post Accounts Account Id Logpush Jobs Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "post-accounts-account_id-logpush-jobs",
"method": "POST",
"path": "/accounts/{account_id}/logpush/jobs",
"summary": "APIs.io Engineering Platform Create Logpush job",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"dataset": "gateway_dns",
"destination_conf": "s3://mybucket/logs?region=us-west-2",
"enabled": false,
"kind": "",
"max_upload_bytes": "5e+06",
"max_upload_interval_seconds": 30,
"max_upload_records": 1000,
"name": "example.com",
"output_options": {
"CVE-2021-4428": false,
"batch_prefix": "",
"batch_suffix": "",
"field_delimiter": ",",
"field_names": [
"Datetime",
"DstIP",
"SrcIP"
],
"output_type": "ndjson",
"record_delimiter": "",
"record_prefix": "{",
"record_suffix": "}\n",
"record_template": "",
"sample_rate": 1,
"timestamp_format": "unixnano"
},
"ownership_challenge\"": "00000000000000000000"
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"errors": [],
"messages": [],
"result": {
"dataset": "gateway_dns",
"destination_conf": "s3://mybucket/logs?region=us-west-2",
"enabled": false,
"error_message": null,
"id": 1,
"kind": "",
"last_complete": null,
"last_error": null,
"max_upload_bytes": "5e+06",
"max_upload_interval_seconds": 30,
"max_upload_records": 1000,
"name": "example.com",
"output_options": {
"CVE-2021-4428": false,
"batch_prefix": "",
"batch_suffix": "",
"field_delimiter": ",",
"field_names": [
"Datetime",
"DstIP",
"SrcIP"
],
"output_type": "ndjson",
"record_delimiter": "",
"record_prefix": "{",
"record_suffix": "}\n",
"record_template": "",
"sample_rate": 1,
"timestamp_format": "unixnano"
}
},
"success": true
}
}
]
}